summaryrefslogtreecommitdiffstats
path: root/kde/amarok/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'kde/amarok/Pkgfile')
-rwxr-xr-xkde/amarok/Pkgfile13
1 files changed, 7 insertions, 6 deletions
diff --git a/kde/amarok/Pkgfile b/kde/amarok/Pkgfile
index 2946f770c..61270b00d 100755
--- a/kde/amarok/Pkgfile
+++ b/kde/amarok/Pkgfile
@@ -2,12 +2,12 @@
# URL: http://amarok.kde.org/fr
# Maintainer: NuTyX packager team
# Packager: lesibel at free dot fr
-# Depends on: kdelibs, kdemultimedia, qtscriptgenerator, taglib-extras, libgpod, libmtp, liblastfm, loudmouth
-
+# Depends on: kdelibs, taglib, taglib-extras, xine-lib, kdebase, k3b, kdemultimedia, libvisual, liblastfm, mysql, qtscriptgenerator, libmtp, liblastfm, loudmouth
+
name=amarok
version=2.3.1
release=1
-source=(http://download.kde.org/download.php?url=stable/$name/$version/src/$name-$version.tar.bz2\
+source=(http://download.kde.org/stable/$name/$version/src/$name-$version.tar.bz2\
splash_screen.jpg)
build() {
@@ -15,9 +15,10 @@ build() {
mkdir build
cd build
cmake ../ -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_SKIP_RPATH=ON \
- -DCMAKE_{SHARED,MODULE,EXE}_LINKER_FLAGS='-Wl,--no-undefined -Wl,--as-needed'
- make -j3
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_SKIP_RPATH=ON
+# -DCMAKE_{SHARED,MODULE,EXE}_LINKER_FLAGS='-Wl,--no-undefined -Wl,--as-needed'
+ make -j5
make DESTDIR=$PKG install
cp $SRC/splash_screen.jpg $PKG//usr/share/apps/amarok/images/splash_screen.jpg
}