[arch-commits] Commit in gst-plugins-ugly/trunk (PKGBUILD)

Jan de Groot jgc at archlinux.org
Tue Jan 8 12:10:16 UTC 2013


    Date: Tuesday, January 8, 2013 @ 07:10:15
  Author: jgc
Revision: 174879

upgpkg: gst-plugins-ugly 1.0.4-2

libcdio rebuild

Modified:
  gst-plugins-ugly/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-01-08 11:57:34 UTC (rev 174878)
+++ PKGBUILD	2013-01-08 12:10:15 UTC (rev 174879)
@@ -3,7 +3,7 @@
 
 pkgname=gst-plugins-ugly
 pkgver=1.0.4
-pkgrel=1
+pkgrel=2
 pkgdesc="GStreamer Multimedia Framework Ugly Plugins"
 arch=('i686' 'x86_64')
 license=('LGPL')
@@ -15,8 +15,10 @@
 
 build() {
   cd $pkgname-$pkgver
-  sed -i '/AC_PATH_XTRA/d' configure.ac
-  autoreconf
+  sed -i -e '/AC_PATH_XTRA/d' -e 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/' configure.ac
+  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 Ugly Plugins (Archlinux)" \




More information about the arch-commits mailing list