summaryrefslogtreecommitdiff
path: root/extra/gstreamer0.10-base
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2013-05-18 12:31:40 +0200
committerMichał Masłowski <mtjm@mtjm.eu>2013-05-18 12:31:40 +0200
commit63b47d2adad6c3c625196b2717bbd42283e9bb79 (patch)
treec337b068dad6577cc034d5857f7d1a4b0b4108c7 /extra/gstreamer0.10-base
parentf86cb0311e96fae67e26edd6da00bda03f0c6160 (diff)
parent4e1091baf58d4d28f6bf3cc4fee8ea0bfd10a7a8 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community/fish/PKGBUILD community/python2-cchardet/PKGBUILD extra/cpio/PKGBUILD extra/gstreamer0.10-base/PKGBUILD
Diffstat (limited to 'extra/gstreamer0.10-base')
-rw-r--r--extra/gstreamer0.10-base/PKGBUILD9
1 files changed, 8 insertions, 1 deletions
diff --git a/extra/gstreamer0.10-base/PKGBUILD b/extra/gstreamer0.10-base/PKGBUILD
index c14afe39f..283c3805a 100644
--- a/extra/gstreamer0.10-base/PKGBUILD
+++ b/extra/gstreamer0.10-base/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 153257 2012-03-12 15:48:41Z jgc $
+# $Id: PKGBUILD 185705 2013-05-17 12:41:12Z foutrelis $
# Maintainer: Jan de Groot <jgc@archlinux.org>
pkgbase=('gstreamer0.10-base')
@@ -15,6 +15,13 @@ sha256sums=('1fe45c3894903001d4d008b0713dab089f53726dcb5842d5b40c2595a984e64a')
build() {
cd "${srcdir}/gst-plugins-base-${pkgver}"
+ sed -i -e '/AC_PATH_XTRA/d' -e 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/' \
+ configure.ac
+ autoreconf
+}
+
+build() {
+ cd "${srcdir}/gst-plugins-base-${pkgver}"
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
--disable-static --enable-experimental --disable-gnome_vfs \
--with-package-name="GStreamer Base Plugins (Parabola)" \