summaryrefslogtreecommitdiffstats
path: root/kde/amarok/Pkgfile
blob: abf15c47e251a02290e951aadb6b027d4091a2e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Description: Lecteur multimedia basé sur qt4 et kde
# URL: http://amarok.kde.org/fr
# Maintainer: NuTyX packager team
# Packager: lesibel at free dot fr
# Depends on:  kdebase-runtime, mysql, qtscriptgenerator, taglib-extras, liblastfm, libgpod, libmtp, loudmouth                                                     
#taglib, taglib-extras, xine-lib, kdebase, k3b, kdemultimedia, libvisual, liblastfm, mysql, qtscriptgenerator, libmtp, liblastfm, loudmouth, libgpod
 
name=amarok
version=2.3.1
release=3
source=(http://download.kde.org/unstable/$name/$version/src/$name-$version.tar.bz2\
	splash_screen.jpg ipodcollection.patch)

build() {
	cd $name-$version
	patch -p0 -i $SRC/ipodcollection.patch
	mkdir build
        cd build
        cmake ../ -DCMAKE_INSTALL_PREFIX=/usr \
		  -DCMAKE_BUILD_TYPE=Release \
		  -DCMAKE_SKIP_RPATH=ON \
		  -DCMAKE_{SHARED,MODULE,EXE}_LINKER_FLAGS='-Wl,--no-undefined -Wl,--as-needed'
	make
	make DESTDIR=$PKG install
	cp $SRC/splash_screen.jpg $PKG//usr/share/apps/amarok/images/splash_screen.jpg
}