mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +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
|
||||
pkgver=1.2.2
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="GStreamer Multimedia Framework Bad Plugins"
|
||||
arch=('i686' 'x86_64')
|
||||
license=('LGPL')
|
||||
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')
|
||||
makedepends=('schroedinger' 'libexif' 'libdvdread' 'libvdpau' 'libmpeg2' 'python' 'valgrind' 'wildmidi'
|
||||
'gobject-introspection')
|
||||
makedepends=('schroedinger' 'libexif' 'libdvdread' 'libvdpau' 'libmpeg2' 'python' 'valgrind' 'wildmidi' 'librsvg'
|
||||
'gobject-introspection' 'gtk-doc')
|
||||
options=(!libtool !emptydirs)
|
||||
source=(${url}/src/$pkgname/$pkgname-$pkgver.tar.xz)
|
||||
sha256sums=('63e78db11b482d0529a0bde01e2ac23fd32c7cb99a5508b53ee4ca1051871b2c')
|
||||
|
@ -24,7 +24,7 @@ build() {
|
|||
[[ $CARCH == 'arm' ]] && CONFIG="--disable-soundtouch"
|
||||
|
||||
./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-origin="http://www.archlinux.org/" \
|
||||
--with-gtk=3.0 $CONFIG
|
||||
|
|
Loading…
Reference in a new issue