summaryrefslogtreecommitdiffstats
path: root/kde/amarok
diff options
context:
space:
mode:
authorsibel <lesibel at free dot fr>2010-07-18 00:24:44 +0200
committersibel <lesibel at free dot fr>2010-07-18 00:24:44 +0200
commit7200610ebe9dd7a0f5cef6099c4df333968fa01b (patch)
tree5f97f84ef621dea3e7f5b2199cac132446298360 /kde/amarok
parent11e86075566fcb6fc56149d6f856ec91ddbbc246 (diff)
downloadnutyx-extra-7200610ebe9dd7a0f5cef6099c4df333968fa01b.tar.gz
nutyx-extra-7200610ebe9dd7a0f5cef6099c4df333968fa01b.tar.bz2
nutyx-extra-7200610ebe9dd7a0f5cef6099c4df333968fa01b.tar.xz
nutyx-extra-7200610ebe9dd7a0f5cef6099c4df333968fa01b.zip
maj de amarok#2.3.1-1 (sans support iPod)
Diffstat (limited to 'kde/amarok')
-rw-r--r--kde/amarok/.footprint2
-rwxr-xr-xkde/amarok/Pkgfile13
2 files changed, 7 insertions, 8 deletions
diff --git a/kde/amarok/.footprint b/kde/amarok/.footprint
index f06555c5a..54e7e1d6a 100644
--- a/kde/amarok/.footprint
+++ b/kde/amarok/.footprint
@@ -10,7 +10,6 @@ drwxr-xr-x root/root usr/lib/kde4/
-rwxr-xr-x root/root usr/lib/kde4/amarok_appletscript_simple_javascript.so
-rwxr-xr-x root/root usr/lib/kde4/amarok_collection-audiocdcollection.so
-rwxr-xr-x root/root usr/lib/kde4/amarok_collection-daapcollection.so
--rwxr-xr-x root/root usr/lib/kde4/amarok_collection-ipodcollection.so
-rwxr-xr-x root/root usr/lib/kde4/amarok_collection-mtpcollection.so
-rwxr-xr-x root/root usr/lib/kde4/amarok_collection-mysqlecollection.so
-rwxr-xr-x root/root usr/lib/kde4/amarok_collection-mysqlservercollection.so
@@ -555,7 +554,6 @@ drwxr-xr-x root/root usr/share/kde4/services/ServiceMenus/
-rw-r--r-- root/root usr/share/kde4/services/amarok.protocol
-rw-r--r-- root/root usr/share/kde4/services/amarok_collection-audiocdcollection.desktop
-rw-r--r-- root/root usr/share/kde4/services/amarok_collection-daapcollection.desktop
--rw-r--r-- root/root usr/share/kde4/services/amarok_collection-ipodcollection.desktop
-rw-r--r-- root/root usr/share/kde4/services/amarok_collection-mtpcollection.desktop
-rw-r--r-- root/root usr/share/kde4/services/amarok_collection-mysqlecollection.desktop
-rw-r--r-- root/root usr/share/kde4/services/amarok_collection-mysqlservercollection.desktop
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
}