mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-04 00:37:15 +08:00
amarok & mixxx updates
This commit is contained in:
parent
598124e985
commit
9f7b94bf5a
@ -8,20 +8,20 @@
|
||||
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
||||
pkgname=amarok
|
||||
replaces=('amarok-base' 'amarok-engine-xine' 'amarok-base-mysqlfree')
|
||||
pkgver=2.3.2
|
||||
pkgver=2.4.0
|
||||
pkgrel=1
|
||||
pkgdesc="A media player for KDE"
|
||||
arch=("i686" "x86_64")
|
||||
url="http://amarok.kde.org"
|
||||
license=('GPL2' 'LGPL2' 'FDL')
|
||||
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"
|
||||
"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=('4e03dc009f8b44d9b8dfb5f6d1034081')
|
||||
source=("http://download.kde.org/download.php?url=stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2")
|
||||
md5sums=('bdb6ddc8e38d0982a0786ff8ac96d923')
|
||||
|
||||
build() {
|
||||
cd ${srcdir}
|
||||
|
@ -5,7 +5,7 @@
|
||||
# maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
|
||||
|
||||
pkgname=mixxx
|
||||
pkgver=1.8.1
|
||||
pkgver=1.8.2
|
||||
pkgrel=1
|
||||
pkgdesc="Digital DJ mixing software with cpu optimization enabled"
|
||||
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')
|
||||
#optdepends=('lib32-faad2' 'mp4v2')
|
||||
provides=(mixxx)
|
||||
source=(http://downloads.mixxx.org/mixxx-1.8.1/mixxx-1.8.1-src.tar.gz)
|
||||
md5sums=(03c54e02ad18d631c9ffa234e38aa7c6)
|
||||
source=(http://downloads.mixxx.org/mixxx-1.8.2/mixxx-1.8.2-src.tar.gz)
|
||||
md5sums=(f0297f4493d4d8e6ad59f72970bad7bc)
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
|
Loading…
Reference in New Issue
Block a user