[arch-commits] CVS update of extra/multimedia/k3b (PKGBUILD)

Damir Perisa damir at archlinux.org
Tue Jan 8 01:59:27 UTC 2008


    Date: Monday, January 7, 2008 @ 20:59:27
  Author: damir
    Path: /home/cvs-extra/extra/multimedia/k3b

Modified: PKGBUILD (1.69 -> 1.70)

upgpkg: k3b 1.0.4-2
bug 9051: enable all ffmpeg codecs -> testing (since i have hardly any of this media to test it)


----------+
 PKGBUILD |    9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)


Index: extra/multimedia/k3b/PKGBUILD
diff -u extra/multimedia/k3b/PKGBUILD:1.69 extra/multimedia/k3b/PKGBUILD:1.70
--- extra/multimedia/k3b/PKGBUILD:1.69	Mon Nov  5 16:49:57 2007
+++ extra/multimedia/k3b/PKGBUILD	Mon Jan  7 20:59:27 2008
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD,v 1.69 2007/11/05 21:49:57 damir Exp $
+# $Id: PKGBUILD,v 1.70 2008/01/08 01:59:27 damir Exp $
 # Contributor: jlvsimoes
 # Maintainer: damir <damir at archlinux.org>
 
 pkgname=k3b
 pkgver=1.0.4
-pkgrel=1
+pkgrel=2
 depends=('cdrdao' 'cdrkit' 'cdparanoia' 'kdelibs>=3.5.6' 'libsamplerate'
 	 'normalize' 'sox' 'hal>=0.5.8.1-6' 'ffmpeg>=20070131' 'musicbrainz' 
 	 'taglib>=1.4' 'libmpcdec>=1.2.5' 'libdvdread' 'dbus-qt3' 'flac>=1.2.0')
@@ -20,7 +20,10 @@
   [ -z "${QTDIR}" ] && . /etc/profile.d/qt.sh
   [ -z "${KDEDIR}" ] && . /etc/profile.d/kde.sh
   cd ${startdir}/src/${pkgname}-${pkgver}
-  ./configure --prefix=/opt/kde --enable-mt --disable-debug --enable-debug=no --with-k3bsetup=no --without-cdrecord-suid-root
+  ./configure --prefix=/opt/kde --enable-mt --disable-debug \
+  		--enable-debug=no --with-k3bsetup=no \
+		--without-cdrecord-suid-root \
+		--enable-ffmpeg-all-codecs
   make || return 1
   make DESTDIR=${startdir}/pkg install
 }




More information about the arch-commits mailing list