# $Id: PKGBUILD 180524 2013-03-22 19:07:19Z heftig $ # Maintainer: Jan de Groot # Maintainer (Parabola): Márcio Silva pkgbase=gst-plugins-bad pkgname=gst-plugins-bad-libre pkgver=1.0.7 pkgrel=1 pkgdesc='GStreamer Multimedia Framework Bad Plugins, without nonfree faac support' arch=( i686 x86_64 mips64el ) license=( LGPL ) url="http://gstreamer.freedesktop.org/" depends=( celt chromaprint curl faad2 gst-plugins-base-libs libdca libdvdnav libgme libmms libmodplug mjpegtools mpg123 opus soundtouch spandsp wayland ) makedepends=( libdvdread libexif libmpeg2 libvdpau schroedinger ) provides=( $pkgbase=$pkgver ) conflicts=( $pkgbase ) replaces=( $pkgbase ) options=( '!libtool' '!emptydirs' ) source=( "$url/src/$pkgbase/$pkgbase-$pkgver.tar.xz" ) sha256sums=( 5f49e6353fdc855834b5beb054b3a47ef5fa558006c7eda6d2ec07b36315c2ab ) build() { cd $pkgbase-$pkgver sed -i '/AC_PATH_XTRA/d' configure.ac aclocal -I m4 -I common/m4 autoconf automake --add-missing ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ --disable-static --enable-experimental \ --with-package-name='GStreamer Bad Plugins (Parabola GNU/Linux-libre)' \ --with-package-origin='https://parabolagnulinux.org/' \ --with-gtk=3.0 make } check() { cd $pkgbase-$pkgver make check } package() { cd $pkgbase-$pkgver make DESTDIR=$pkgdir install }