[arch-commits] Commit in amarok/trunk (PKGBUILD)

Andrea Scarpino andrea at archlinux.org
Tue Jan 12 00:46:52 UTC 2010


    Date: Monday, January 11, 2010 @ 19:46:51
  Author: andrea
Revision: 62780

upgpkg: amarok 2.2.2-1
    upstream release; moved some depends as optional

Modified:
  amarok/trunk/PKGBUILD

----------+
 PKGBUILD |   16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-01-12 00:34:03 UTC (rev 62779)
+++ PKGBUILD	2010-01-12 00:46:51 UTC (rev 62780)
@@ -4,18 +4,20 @@
 
 pkgname=amarok
 replaces=('amarok-base' 'amarok-engine-xine' 'amarok-base-mysqlfree')
-pkgver=2.2.1.90
+pkgver=2.2.2
 pkgrel=1
 pkgdesc="A media player for KDE"
 arch=("i686" "x86_64")
 url="http://amarok.kde.org"
 license=('GPL2' 'LGPL2' 'FDL')
-depends=('mysql' 'kdebase-runtime' 'libmtp' 'libgpod' 'qtscriptgenerator'
-	'taglib-extras' 'liblastfm' 'loudmouth' 'qca')
-makedepends=('pkgconfig' 'automoc4' 'cmake')
-install=amarok.install
-source=("http://download.kde.org/unstable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('0fb6c98618c91159a26e3f2e837ef132')
+depends=('kdebase-runtime' 'mysql' 'qtscriptgenerator' 'taglib-extras' 'liblastfm' 'qca')
+makedepends=('pkgconfig' 'automoc4' 'cmake' 'libgpod' 'libmtp' 'loudmouth')
+optdepends=("libgpod: support Apple iPod audio devices"
+	"libmtp: support for portable media devices"
+	"loudmouth: backend needed by mp3tunes for syncing")
+install=${pkgname}.install
+source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2")
+md5sums=('c2c4ae2f2ff7154a064b554cdee557a9')
 
 build() {
    cd ${srcdir}




More information about the arch-commits mailing list