[arch-commits] CVS update of extra/multimedia-plugins/gstreamer0.10-faad (2 files)

Jan de Groot jgc at archlinux.org
Sat Jun 30 09:44:07 UTC 2007


    Date: Saturday, June 30, 2007 @ 05:44:07
  Author: jgc
    Path: /home/cvs-extra/extra/multimedia-plugins/gstreamer0.10-faad

Modified: PKGBUILD (1.6 -> 1.7) badconf (1.2 -> 1.3)

upgpkg: gstreamer0.10-faad 0.10.5-1


----------+
 PKGBUILD |   19 ++++++-------------
 badconf  |    5 +++--
 2 files changed, 9 insertions(+), 15 deletions(-)


Index: extra/multimedia-plugins/gstreamer0.10-faad/PKGBUILD
diff -u extra/multimedia-plugins/gstreamer0.10-faad/PKGBUILD:1.6 extra/multimedia-plugins/gstreamer0.10-faad/PKGBUILD:1.7
--- extra/multimedia-plugins/gstreamer0.10-faad/PKGBUILD:1.6	Sun Apr  8 17:15:11 2007
+++ extra/multimedia-plugins/gstreamer0.10-faad/PKGBUILD	Sat Jun 30 05:44:07 2007
@@ -1,31 +1,24 @@
-# $Id: PKGBUILD,v 1.6 2007/04/08 21:15:11 jgc Exp $
+# $Id: PKGBUILD,v 1.7 2007/06/30 09:44:07 jgc Exp $
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=gstreamer0.10-faad
-pkgver=0.10.4
-pkgrel=3
+pkgver=0.10.5
+pkgrel=1
 pkgdesc="GStreamer FAAD plugin"
 arch=(i686 x86_64)
 license=('LGPL')
 depends=("gstreamer0.10-bad>=${pkgver}" 'faad2>=2.5-3')
-makedepends=('perlxml' 'pkgconfig')
+makedepends=('pkgconfig')
 url="http://gstreamer.freedesktop.org/"
 groups=('gstreamer0.10-plugins')
 _relname=gst-plugins-bad
 source=(${url}/src/${_relname}/${_relname}-${pkgver}.tar.bz2
-	faad-2.5.patch
         badconf)
-md5sums=('2e57395cdf72733477fb328f1fa3f053' 'e00ea92a50565595863e9164e68418ac')
+md5sums=('395f3ed705928e77e5620cccf11a8cff'
+         'e0cebf1d6da30d851d4fc6d40b42e0e6')
 
 build() {
   cd ${startdir}/src/${_relname}-${pkgver}
-  patch -Np0 -i ${startdir}/src/faad-2.5.patch || return 1
-  aclocal -I m4 -I common/m4  
-  libtoolize --copy --force
-  autoheader
-  autoconf
-  automake -a -c
-
   plugins="faad"
   . ${startdir}/src/badconf
   rm -f ${startdir}/pkg/usr/lib/gstreamer-0.10/*.{,l}a
Index: extra/multimedia-plugins/gstreamer0.10-faad/badconf
diff -u extra/multimedia-plugins/gstreamer0.10-faad/badconf:1.2 extra/multimedia-plugins/gstreamer0.10-faad/badconf:1.3
--- extra/multimedia-plugins/gstreamer0.10-faad/badconf:1.2	Sun May 28 13:49:34 2006
+++ extra/multimedia-plugins/gstreamer0.10-faad/badconf	Sat Jun 30 05:44:07 2007
@@ -1,8 +1,9 @@
 # String with all external plugins
-ext_plugins="amrwb bz2 directfb divx dts faac faad gsm ivorbis libmms musepack imusicbrainz neon sdl soundtoch swfdec theora wavpack xvid"
+ext_plugins="alsa amrwb bz2 cdaudio directfb divx dts faac faad gsm ivorbis jack ladspa libmms mpeg2enc musepack musicbrainz mythtv neon sdl sndfile soundtoch spc swfdec theoradec timidity x264 xvid"
 
 # Make sure plugin paths are correct
-plugdirs=${plugins}
+plugdirs=${plugins/alsa/alsaspdif/}
+plugdirs=${plugdirs/theoradec/theora/}
 
 # Enable plugins in $plugins
 for plugin in ${plugins}; do




More information about the arch-commits mailing list