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

Jan de Groot jgc at archlinux.org
Mon Mar 12 16:05:20 UTC 2012


    Date: Monday, March 12, 2012 @ 12:05:19
  Author: jgc
Revision: 153258

upgpkg: gstreamer0.10-good 0.10.31-1

Update to 0.10.31

Modified:
  gstreamer0.10-good/trunk/PKGBUILD

----------+
 PKGBUILD |   13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-03-12 15:48:41 UTC (rev 153257)
+++ PKGBUILD	2012-03-12 16:05:19 UTC (rev 153258)
@@ -3,15 +3,15 @@
 
 pkgbase=gstreamer0.10-good
 pkgname=('gstreamer0.10-good' 'gstreamer0.10-good-plugins')
-pkgver=0.10.30
-pkgrel=2
+pkgver=0.10.31
+pkgrel=1
 arch=('i686' 'x86_64')
 license=('LGPL')
 makedepends=('intltool' 'pkgconfig' 'gstreamer0.10-base>=0.10.34' 'libavc1394' 'libiec61883' 'aalib' 'libshout' 'libdv' 'flac' 'gconf' 'wavpack' 'taglib' 'libsoup-gnome' 'v4l-utils' 'libcaca' 'bzip2' 'gdk-pixbuf2' 'libpulse' 'jack' 'udev')
 url="http://gstreamer.freedesktop.org/"
 options=(!libtool !emptydirs)
-source=(${url}/src/gst-plugins-good/gst-plugins-good-${pkgver}.tar.bz2)
-sha256sums=('b12cba90b27d8423cd0a808939098d19db3996cfb9bf528507c6321782e095f6')
+source=(${url}/src/gst-plugins-good/gst-plugins-good-${pkgver}.tar.xz)
+sha256sums=('77a8436a7c0a15f876bad29616835046890df2bcaf72da02151bd91e3d292b64')
 
 build() {
   cd "${srcdir}/gst-plugins-good-${pkgver}"
@@ -29,6 +29,11 @@
   sed -e 's/gst sys ext/gst/' -i Makefile
 }
 
+check() {
+  cd "${srcdir}/gst-plugins-good-${pkgver}"
+  make check
+}
+
 package_gstreamer0.10-good() {
   depends=('gstreamer0.10-base>=0.10.34' 'bzip2')
   pkgdesc="GStreamer Multimedia Framework Good plugin libraries"




More information about the arch-commits mailing list