diff options
Diffstat (limited to 'kde/amarok/Pkgfile')
-rwxr-xr-x | kde/amarok/Pkgfile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/kde/amarok/Pkgfile b/kde/amarok/Pkgfile index c56200304..7bf72115d 100755 --- a/kde/amarok/Pkgfile +++ b/kde/amarok/Pkgfile @@ -2,16 +2,18 @@ # URL: http://amarok.kde.org/fr # Maintainer: NuTyX packager team # Packager: lesibel at free dot fr -# Depends on: kdelibs, taglib, taglib-extras, xine-lib, kdebase, k3b, kdemultimedia, libvisual, liblastfm, mysql, qtscriptgenerator, libmtp, liblastfm, loudmouth +# 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=2 -source=(http://download.kde.org/stable/$name/$version/src/$name-$version.tar.bz2\ - splash_screen.jpg) +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 \ |