summaryrefslogtreecommitdiff
path: root/extra/gstreamer0.10-base/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/gstreamer0.10-base/PKGBUILD')
-rw-r--r--extra/gstreamer0.10-base/PKGBUILD9
1 files changed, 7 insertions, 2 deletions
diff --git a/extra/gstreamer0.10-base/PKGBUILD b/extra/gstreamer0.10-base/PKGBUILD
index 5bfea48f6..bab08780d 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,8 +15,13 @@ sha256sums=('1fe45c3894903001d4d008b0713dab089f53726dcb5842d5b40c2595a984e64a')
build() {
cd "${srcdir}/gst-plugins-base-${pkgver}"
- sed -i '/AC_PATH_XTRA/d' configure.ac
+ 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 (Archlinux)" \