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

Eric Belanger eric at archlinux.org
Fri Jul 6 06:22:32 UTC 2007


    Date: Friday, July 6, 2007 @ 02:22:32
  Author: eric
    Path: /home/cvs-extra/extra/multimedia/amarok-base

Modified: PKGBUILD (1.43 -> 1.44)

upgpkg: amarok-base 1.4.6-1
added license


----------+
 PKGBUILD |   14 ++++++--------
 1 file changed, 6 insertions(+), 8 deletions(-)


Index: extra/multimedia/amarok-base/PKGBUILD
diff -u extra/multimedia/amarok-base/PKGBUILD:1.43 extra/multimedia/amarok-base/PKGBUILD:1.44
--- extra/multimedia/amarok-base/PKGBUILD:1.43	Sun Apr  8 02:48:25 2007
+++ extra/multimedia/amarok-base/PKGBUILD	Fri Jul  6 02:22:32 2007
@@ -1,29 +1,29 @@
-# $Id: PKGBUILD,v 1.43 2007/04/08 06:48:25 tpowa Exp $
+# $Id: PKGBUILD,v 1.44 2007/07/06 06:22:32 eric Exp $
 # Maintainer: damir <damir at archlinux.org>
 
 pkgname=amarok-base
 _origname=amarok
 replaces=("${_origname}" 'amarok-base-mysqlfree')
-pkgver=1.4.5
-pkgrel=5
+pkgver=1.4.6
+pkgrel=1
 pkgdesc="amaroK - a media player for KDE"
 arch=("i686" "x86_64")
 url="http://amarok.sourceforge.net/"
+license=('GPL')
 depends=('amarok-engine' 'libmp4v2' 'libmysqlclient>=5.0.25' 'postgresql-libs>=8.2.3' 'ruby' 'tunepimp>=0.5.3')
 makedepends=('pkgconfig' 'kdebase>=3.5.6' 'libgpod>=0.4.2' 'libifp' 'libmtp>=0.1.3' 'libnjb>=2.0' 'libvisual>=0.4.0' 'xine-lib' 'sdl')
 # advanced scripting depends on python
 install=amarok.install
 #source=(http://mark.kollide.net/amarok-${pkgver}.tar.bz2
 source=("ftp://ftp.solnet.ch/mirror/KDE/stable/amarok/${pkgver}/src/${_origname}-${pkgver}.tar.bz2"
-	amarok_addaspodcast.desktop
-	magnatune-fix-1.4.5.diff)
+	amarok_addaspodcast.desktop)
+md5sums=('b3519d042732101acb74469746656cf0' '7736a7e3e22b15818180df3cee7e4a79')
 
 build() {
   export MAKEFLAGS="-j1"
   cd ${startdir}/src/${_origname}-${pkgver}
   [ -z "${QTDIR}" ] && . /etc/profile.d/qt.sh
   [ -z "${KDEDIR}" ] && . /etc/profile.d/kde.sh
-  patch -Np0 -i ../magnatune-fix-1.4.5.diff || return 1
   ./configure --prefix=/opt/kde \
   	--with-gnu-ld \
 	--enable-mysql \
@@ -53,5 +53,3 @@
   mkdir -p ${startdir}/pkg/opt/kde/share/apps/konqueror/servicemenus/
   install -m644 ${startdir}/src/amarok_addaspodcast.desktop ${startdir}/pkg/opt/kde/share/apps/konqueror/servicemenus/
 }
-md5sums=('1dac1cb5ac9c9cdabdab5f69b39e92c8' '7736a7e3e22b15818180df3cee7e4a79'\
-         'e2adaa8aaf6ec2c23658fc7378a840ed')




More information about the arch-commits mailing list