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

Jan de Groot jgc at archlinux.org
Wed Jan 9 12:40:08 UTC 2013


    Date: Wednesday, January 9, 2013 @ 07:40:07
  Author: jgc
Revision: 174935

upgpkg: gst-plugins-base 1.0.5-1

Modified:
  gst-plugins-base/trunk/PKGBUILD

----------+
 PKGBUILD |   12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-01-09 12:32:37 UTC (rev 174934)
+++ PKGBUILD	2013-01-09 12:40:07 UTC (rev 174935)
@@ -3,7 +3,7 @@
 
 pkgbase=gst-plugins-base
 pkgname=('gst-plugins-base-libs' 'gst-plugins-base')
-pkgver=1.0.4
+pkgver=1.0.5
 pkgrel=1
 pkgdesc="GStreamer Multimedia Framework Base Plugins"
 arch=('i686' 'x86_64')
@@ -12,12 +12,14 @@
 options=(!libtool !emptydirs)
 url="http://gstreamer.freedesktop.org/"
 source=(${url}/src/$pkgbase/$pkgbase-${pkgver}.tar.xz)
-sha256sums=('11846cbf06f8d7f13b35aa92ca45f79aa5cf9fac2edd1db847de0a6278525944')
+sha256sums=('37ce6e09b99ef3879111c861ee5090582b4fd4c764e81ab6eb2b2b4dd77d7173')
 
 build() {
   cd $pkgbase-$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 Base Plugins (Archlinux)" \
@@ -29,7 +31,7 @@
 check() {
   cd $pkgbase-$pkgver
   # Testsuite fails on one test. Some refcount leak
-  #make check
+  make check
 }
 
 package_gst-plugins-base-libs() {




More information about the arch-commits mailing list