summaryrefslogtreecommitdiff
path: root/libre
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-02-15 00:05:49 -0800
committerroot <root@rshg054.dnsready.net>2013-02-15 00:05:49 -0800
commit3cc17982fa285effbc27ce867815e56bae56238d (patch)
tree7e65679d91a1a2afb576dc56f7ce5f040e5a2966 /libre
parent0bf564cf7a3d99207457267c75f92ceb67197537 (diff)
Fri Feb 15 00:05:49 PST 2013
Diffstat (limited to 'libre')
-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..da800f965 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 178027 2013-02-13 20:38:52Z 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.5
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
+ 2e8f5b9a2fd274142d0a916b6425b9466028978b85858dc835dc80de744b276a
)
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)' \
+ --with-package-origin='http://parabolagnulinux.org/' \
--with-gtk=3.0
make
}