updated on Fri Jan 20 12:03:34 UTC 2012
[aur-mirror.git] / amarok-git / PKGBUILD
blob63ba25a4e6310c07f1edeb45fad49c0294a61b88
1 # Contributor: Jakub Schmidtke <sjakub-at-gmail-dot-com>
3 pkgname=amarok-git
4 conflicts=('amarok' 'amarok2')
5 replaces=('amarok-svn' 'amarok2-svn')
6 pkgver=20110217
7 pkgrel=1
8 pkgdesc="A media player for KDE - GIT version"
9 arch=("i686" "x86_64")
10 url="http://amarok.kde.org"
11 license=('GPL2' 'LGPL2' 'FDL')
12 depends=('kdebase-runtime' 'mysql' 'qtscriptgenerator' 'taglib-extras'
13         'liblastfm' 'ffmpeg' 'libofa')
14 makedepends=('pkgconfig' 'automoc4' 'cmake' 'libgpod' 'libmtp' 'loudmouth'
15         'docbook-xsl' 'git')
16 optdepends=("libgpod: support for Apple iPod audio devices"
17         "libmtp: support for portable media devices"
18         "loudmouth: backend needed by mp3tunes for syncing"
19     "ifuse: support for Apple iPod Touch and iPhone")
20 install="${pkgname}.install"
22 _gitroot="git://anongit.kde.org/amarok.git"
23 _gitname="amarok"
25 source=()
26 md5sums=()
28 build() {
29   cd ${srcdir}
30   msg "Connecting to GIT server...."
32   if [ -d ${_gitname}/.git ] ; then
33     cd ${_gitname}
35     # Change remote url to anongit
36     if [ -z $( git branch -v | grep anongit ) ] ; then
37         git remote set-url origin ${_gitroot}
38     fi
39     
40     git pull origin
41     msg "The local files are updated."
42   else
43     git clone ${_gitroot} ${_gitname}
44   fi
46   msg "GIT checkout done or server timeout"
47   msg "Starting make..."
49   rm -rf ${srcdir}/build
50   mkdir -p ${srcdir}/build
51   cd ${srcdir}/build || return 1
53   cmake ../${_gitname} \
54     -DCMAKE_BUILD_TYPE=Release \
55     -DCMAKE_INSTALL_PREFIX=/usr
56   make
59 package(){
60   cd ${srcdir}/build
61   make DESTDIR=${pkgdir} install
63   ## One of libraries for strigi casuses problems with m4v files
64   #rm -rf ${pkgdir}/usr/lib/strigi