summaryrefslogtreecommitdiff
path: root/libre/gst-plugins-bad-libre/PKGBUILD
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-04-07 00:46:34 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-04-07 00:46:34 -0400
commit619b8d955269f2fe74386e98fac07675c8b55352 (patch)
treef3e2610a39c99a7e43bc2b345280b04e398b986a /libre/gst-plugins-bad-libre/PKGBUILD
parent2b04539ac9310541a4e563460aed0cb7715770d2 (diff)
parent7d4e98b2d6f2fd4d42ebb55105bab8a05e34ab94 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/srv/git/abslibre
Diffstat (limited to 'libre/gst-plugins-bad-libre/PKGBUILD')
-rw-r--r--libre/gst-plugins-bad-libre/PKGBUILD15
1 files changed, 9 insertions, 6 deletions
diff --git a/libre/gst-plugins-bad-libre/PKGBUILD b/libre/gst-plugins-bad-libre/PKGBUILD
index 5a20ba446..a1a0d68b0 100644
--- a/libre/gst-plugins-bad-libre/PKGBUILD
+++ b/libre/gst-plugins-bad-libre/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 173502 2012-12-19 18:25:44Z heftig $
+# $Id: PKGBUILD 180524 2013-03-22 19:07:19Z heftig $
# Maintainer: Jan de Groot <jgc@archlinux.org>
# Maintainer (Parabola): Márcio Silva <coadde@lavabit.com>
pkgbase=gst-plugins-bad
pkgname=gst-plugins-bad-libre
-pkgver=1.0.4
+pkgver=1.0.6
pkgrel=1
pkgdesc='GStreamer Multimedia Framework Bad Plugins, without nonfree faac support'
arch=(
@@ -32,6 +32,7 @@ depends=(
opus
soundtouch
spandsp
+ wayland
)
makedepends=(
libdvdread
@@ -57,17 +58,19 @@ source=(
"$url/src/$pkgbase/$pkgbase-$pkgver.tar.xz"
)
sha256sums=(
- 198759adb10ceb1777245f5706a198708e4539cd1e19b8a900f5d573fc76089f
+ 92130899d0b78b71f1551cada9b10b550e91506c2d7b8b748e5cc18a620d302d
)
build() {
cd $pkgbase-$pkgver
sed -i '/AC_PATH_XTRA/d' configure.ac
- autoreconf
+ 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 Libre (Parabola)' \
- --with-package-origin='http://www.parabolagnulinux.org/' \
+ --with-package-name='GStreamer Bad Plugins (Parabola GNU/Linux-libre)' \
+ --with-package-origin='https://parabolagnulinux.org/' \
--with-gtk=3.0
make
}