[arch-commits] Commit in gstreamer0.10-base/trunk (PKGBUILD)

Jan de Groot jgc at archlinux.org
Mon Apr 4 10:34:59 UTC 2011


    Date: Monday, April 4, 2011 @ 06:34:59
  Author: jgc
Revision: 117548

upgpkg: gstreamer0.10-base 0.10.32-3
Remove AC_PATH_XTRA and dependencies

Modified:
  gstreamer0.10-base/trunk/PKGBUILD

----------+
 PKGBUILD |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-04-04 10:31:01 UTC (rev 117547)
+++ PKGBUILD	2011-04-04 10:34:59 UTC (rev 117548)
@@ -4,10 +4,10 @@
 pkgbase=('gstreamer0.10-base')
 pkgname=('gstreamer0.10-base' 'gstreamer0.10-base-plugins')
 pkgver=0.10.32
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 license=('LGPL')
-makedepends=('pkgconfig' 'gstreamer0.10>=0.10.32' 'orc' 'libsm' 'libxv' 'alsa-lib' 'cdparanoia' 'libvisual' 'libvorbis' 'libtheora' 'pango' 'udev' 'gobject-introspection')
+makedepends=('pkgconfig' 'gstreamer0.10>=0.10.32' 'orc' 'libxv' 'alsa-lib' 'cdparanoia' 'libvisual' 'libvorbis' 'libtheora' 'pango' 'udev' 'gobject-introspection')
 options=(!libtool !emptydirs)
 url="http://gstreamer.freedesktop.org/"
 source=(${url}/src/gst-plugins-base/gst-plugins-base-${pkgver}.tar.bz2)
@@ -15,6 +15,8 @@
 
 build() {
   cd "${srcdir}/gst-plugins-base-${pkgver}"
+  sed -i '/AC_PATH_XTRA/d' configure.ac
+  autoreconf
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
     --disable-static --enable-experimental --disable-gnome_vfs \
     --with-package-name="GStreamer Base Plugins (Archlinux)" \




More information about the arch-commits mailing list