mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/gst-plugins-bad to 1.2.2-2
This commit is contained in:
parent
4c2bbc8300
commit
4f08df0725
1 changed files with 4 additions and 4 deletions
|
@ -6,14 +6,14 @@
|
||||||
|
|
||||||
pkgname=gst-plugins-bad
|
pkgname=gst-plugins-bad
|
||||||
pkgver=1.2.2
|
pkgver=1.2.2
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="GStreamer Multimedia Framework Bad Plugins"
|
pkgdesc="GStreamer Multimedia Framework Bad Plugins"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
license=('LGPL')
|
license=('LGPL')
|
||||||
url="http://gstreamer.freedesktop.org/"
|
url="http://gstreamer.freedesktop.org/"
|
||||||
depends=('mjpegtools' 'gst-plugins-base-libs' 'curl' 'chromaprint' 'libmms' 'faad2' 'mpg123' 'faac' 'celt' 'libdca' 'soundtouch' 'spandsp' 'libdvdnav' 'libmodplug' 'libgme' 'opus' 'wayland' 'neon' 'libofa' 'fluidsynth' 'openjpeg' 'libwebp' 'libsrtp' 'gnutls' 'wildmidi')
|
depends=('mjpegtools' 'gst-plugins-base-libs' 'curl' 'chromaprint' 'libmms' 'faad2' 'mpg123' 'faac' 'celt' 'libdca' 'soundtouch' 'spandsp' 'libdvdnav' 'libmodplug' 'libgme' 'opus' 'wayland' 'neon' 'libofa' 'fluidsynth' 'openjpeg' 'libwebp' 'libsrtp' 'gnutls' 'wildmidi')
|
||||||
makedepends=('schroedinger' 'libexif' 'libdvdread' 'libvdpau' 'libmpeg2' 'python' 'valgrind' 'wildmidi'
|
makedepends=('schroedinger' 'libexif' 'libdvdread' 'libvdpau' 'libmpeg2' 'python' 'valgrind' 'wildmidi' 'librsvg'
|
||||||
'gobject-introspection')
|
'gobject-introspection' 'gtk-doc')
|
||||||
options=(!libtool !emptydirs)
|
options=(!libtool !emptydirs)
|
||||||
source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
|
source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
|
||||||
sha256sums=('63e78db11b482d0529a0bde01e2ac23fd32c7cb99a5508b53ee4ca1051871b2c')
|
sha256sums=('63e78db11b482d0529a0bde01e2ac23fd32c7cb99a5508b53ee4ca1051871b2c')
|
||||||
|
@ -24,7 +24,7 @@ build() {
|
||||||
[[ $CARCH == 'arm' ]] && CONFIG="--disable-soundtouch"
|
[[ $CARCH == 'arm' ]] && CONFIG="--disable-soundtouch"
|
||||||
|
|
||||||
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
|
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
|
||||||
--disable-static --enable-experimental \
|
--disable-static --enable-experimental --enable-gtk-doc \
|
||||||
--with-package-name="GStreamer Bad Plugins (Arch Linux)" \
|
--with-package-name="GStreamer Bad Plugins (Arch Linux)" \
|
||||||
--with-package-origin="http://www.archlinux.org/" \
|
--with-package-origin="http://www.archlinux.org/" \
|
||||||
--with-gtk=3.0 $CONFIG
|
--with-gtk=3.0 $CONFIG
|
||||||
|
|
Loading…
Reference in a new issue