[arch-commits] CVS update of extra/lib/akode (PKGBUILD)

Alexander Baldeck alexander at archlinux.org
Tue Jun 12 07:44:34 UTC 2007


    Date: Tuesday, June 12, 2007 @ 03:44:33
  Author: alexander
    Path: /home/cvs-extra/extra/lib/akode

Modified: PKGBUILD (1.4 -> 1.5)

upgpkg: akode 2.0.2 (finally got away from being a svn snapshot)


----------+
 PKGBUILD |   39 +++++++++++++++++++++------------------
 1 file changed, 21 insertions(+), 18 deletions(-)


Index: extra/lib/akode/PKGBUILD
diff -u extra/lib/akode/PKGBUILD:1.4 extra/lib/akode/PKGBUILD:1.5
--- extra/lib/akode/PKGBUILD:1.4	Sun May 21 11:33:52 2006
+++ extra/lib/akode/PKGBUILD	Tue Jun 12 03:44:33 2007
@@ -1,28 +1,31 @@
-# $Id: PKGBUILD,v 1.4 2006/05/21 15:33:52 uid1015 Exp $
+# $Id: PKGBUILD,v 1.5 2007/06/12 07:44:33 alexander Exp $
 # Maintainer: Tobias Powalowski <tpowa at archlinux.org>
-
 pkgname=akode
-pkgver=20060201
+pkgver=2.0.2
+force=y
 pkgrel=1
 pkgdesc="KDE Multimedialib"
 arch=(i686 x86_64)
+license=('GPL')
 url="http://www.kde.org"
-makedepens=('svn')
-depends=('gcc' 'libtool' 'flac' 'libmad' 'speex' 'libsamplerate' 'libvorbis' 'jack-audio-connection-kit')
+depends=('flac' 'libmad' 'speex' 'libsamplerate' 'libvorbis' 'jack-audio-connection-kit' \
+         'libtool')
+source=(http://archlinux.org/~alexander/src/${pkgname}-${pkgver}.tar.bz2
+        akode-2.0.2-flac14.patch)
 
 build() {
-  # Source the QT and KDE profile
-  [ "$QTDIR" = "" ] && source /etc/profile.d/qt.sh 
-  [ "$KDEDIR" = "" ] && source /etc/profile.d/kde.sh
-  # start building
-  cd $startdir/src
-  svn co -r459249 svn://anonsvn.kde.org/home/kde/trunk/kdesupport/
-  cd $startdir/src/kdesupport
-  make -f Makefile.cvs
-  ./configure --prefix=/usr
-  cd akode
+  cd ${startdir}/src/${pkgname}-${pkgver}
+  patch -Np0 -i ${startdir}/src/akode-2.0.2-flac14.patch || return 1
+  ./configure --prefix=/usr \
+              --without-polypaudio \
+              --with-ffmpeg \
+              --with-flac \
+              --with-vorbis \
+              --with-jack \
+              --with-speex \
+              --with-libmad 
   make || return 1
-  make DESTDIR=$startdir/pkg install || return 1
-  # libtoolslay
-  # find $startdir/pkg -name '*.la' -exec rm {} \;
+  make DESTDIR=${startdir}/pkg install || return 1
 }
+md5sums=('659ced0c9c735cb3e55b9138ff02342c'
+         'd56e4017ff4c829c844a0aa2cd0c12cc')




More information about the arch-commits mailing list