amarok & mixxx updates

This commit is contained in:
abveritas 2011-01-15 16:12:48 +00:00
parent 598124e985
commit 9f7b94bf5a
2 changed files with 7 additions and 7 deletions

View File

@ -8,20 +8,20 @@
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
pkgname=amarok pkgname=amarok
replaces=('amarok-base' 'amarok-engine-xine' 'amarok-base-mysqlfree') replaces=('amarok-base' 'amarok-engine-xine' 'amarok-base-mysqlfree')
pkgver=2.3.2 pkgver=2.4.0
pkgrel=1 pkgrel=1
pkgdesc="A media player for KDE" pkgdesc="A media player for KDE"
arch=("i686" "x86_64") arch=("i686" "x86_64")
url="http://amarok.kde.org" url="http://amarok.kde.org"
license=('GPL2' 'LGPL2' 'FDL') license=('GPL2' 'LGPL2' 'FDL')
depends=('kdebase-runtime' 'mysql' 'qtscriptgenerator' 'taglib-extras' 'liblastfm') depends=('kdebase-runtime' 'mysql' 'qtscriptgenerator' 'taglib-extras' 'liblastfm')
makedepends=('pkgconfig' 'automoc4' 'cmake' 'libgpod' 'libmtp' 'loudmouth') makedepends=('pkgconfig' 'automoc4' 'cmake' 'libgpod' 'libmtp' 'loudmouth' 'docbook-xsl')
optdepends=("libgpod: support Apple iPod audio devices" optdepends=("libgpod: support Apple iPod audio devices"
"libmtp: support for portable media devices" "libmtp: support for portable media devices"
"loudmouth: backend needed by mp3tunes for syncing") "loudmouth: backend needed by mp3tunes for syncing")
install=${pkgname}.install install=${pkgname}.install
source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2") source=("http://download.kde.org/download.php?url=stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2")
md5sums=('4e03dc009f8b44d9b8dfb5f6d1034081') md5sums=('bdb6ddc8e38d0982a0786ff8ac96d923')
build() { build() {
cd ${srcdir} cd ${srcdir}

View File

@ -5,7 +5,7 @@
# maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org> # maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
pkgname=mixxx pkgname=mixxx
pkgver=1.8.1 pkgver=1.8.2
pkgrel=1 pkgrel=1
pkgdesc="Digital DJ mixing software with cpu optimization enabled" pkgdesc="Digital DJ mixing software with cpu optimization enabled"
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
@ -15,8 +15,8 @@ depends=('libsndfile' 'libogg' 'libid3tag' 'libmad' 'libvorbis' 'portaudio' 'por
makedepends=('bzr' 'scons>=0.98' 'pkgconfig>=0.15.0') makedepends=('bzr' 'scons>=0.98' 'pkgconfig>=0.15.0')
#optdepends=('lib32-faad2' 'mp4v2') #optdepends=('lib32-faad2' 'mp4v2')
provides=(mixxx) provides=(mixxx)
source=(http://downloads.mixxx.org/mixxx-1.8.1/mixxx-1.8.1-src.tar.gz) source=(http://downloads.mixxx.org/mixxx-1.8.2/mixxx-1.8.2-src.tar.gz)
md5sums=(03c54e02ad18d631c9ffa234e38aa7c6) md5sums=(f0297f4493d4d8e6ad59f72970bad7bc)
build() { build() {
cd "${srcdir}/${pkgname}-${pkgver}" cd "${srcdir}/${pkgname}-${pkgver}"