diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-05-09 20:31:54 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-05-09 20:31:54 -0300 |
commit | 8563d02ef05f21b537e3e1471c4034baa644a55f (patch) | |
tree | 6dee20109568b03da07cf3f6e0b61b4f73ed24e2 /extra/amarok/PKGBUILD | |
parent | b5e623669f9d93fa23637bc3beca5a1751e70ff1 (diff) | |
parent | bbb460f85242e6ac03f47b74b9d0be66ff089ac4 (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
core/libevent/PKGBUILD
core/syslinux/PKGBUILD
extra/a2ps/PKGBUILD
extra/amarok/PKGBUILD
extra/libstroke/PKGBUILD
extra/pidgin/PKGBUILD
Diffstat (limited to 'extra/amarok/PKGBUILD')
-rw-r--r-- | extra/amarok/PKGBUILD | 24 |
1 files changed, 13 insertions, 11 deletions
diff --git a/extra/amarok/PKGBUILD b/extra/amarok/PKGBUILD index b4ecccb7d..fe6d67a7f 100644 --- a/extra/amarok/PKGBUILD +++ b/extra/amarok/PKGBUILD @@ -1,25 +1,27 @@ -# $Id: PKGBUILD 115423 2011-03-17 21:56:46Z andrea $ +# $Id: PKGBUILD 122696 2011-05-06 06:26:05Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> # Contributor: damir <damir@archlinux.org> pkgname=amarok replaces=('amarok-base' 'amarok-engine-xine' 'amarok-base-mysqlfree') -pkgver=2.4.0 -pkgrel=4 -pkgdesc="A media player for KDE" +pkgver=2.4.1 +pkgrel=1 +pkgdesc="The powerful music player for KDE" arch=("i686" "x86_64" 'mips64el') url="http://amarok.kde.org" -license=('GPL2' 'LGPL2' 'FDL') +license=('GPL2' 'LGPL2.1' 'FDL') depends=('kdebase-runtime' 'mysql' 'qtscriptgenerator' 'taglib-extras' - 'liblastfm' 'ffmpeg' 'libofa') -makedepends=('pkgconfig' 'automoc4' 'cmake' 'libgpod' 'libmtp' 'loudmouth') + 'liblastfm' 'ffmpeg' 'libofa' 'qjson') +makedepends=('pkgconfig' 'automoc4' 'cmake' 'libgpod' 'libmtp' 'loudmouth' + 'libmygpo-qt') optdepends=("libgpod: support for Apple iPod audio devices" - "libmtp: support for portable media devices" - "loudmouth: backend needed by mp3tunes for syncing" - "ifuse: support for Apple iPod Touch and iPhone") + "libmtp: support for portable media devices" + "loudmouth: backend needed by mp3tunes for syncing" + "ifuse: support for Apple iPod Touch and iPhone" + "libmygpo-qt: gpodder.net Internet Service") install="${pkgname}.install" source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2") -md5sums=('bdb6ddc8e38d0982a0786ff8ac96d923') +md5sums=('4c65c5cd4d7bd267bdbef8e912fd6cb6') build() { cd ${srcdir} |