summaryrefslogtreecommitdiff
path: root/libre/gst-plugins-bad-libre
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-02-14 13:25:25 -0200
committerAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-02-14 13:25:25 -0200
commitebb46540261a25b211f21424472f89342439dc25 (patch)
treea4998b6218a7db65394b6321597027a8bf1c8c28 /libre/gst-plugins-bad-libre
parent1501f6cb8ca325b007185011b0bd67270bdd9c16 (diff)
gst-plugins-bad-libre-1.0.5-1: updating version
* Add wayland support on dependencies * Fix parabola url
Diffstat (limited to 'libre/gst-plugins-bad-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
}