diff options
author | sibel <lesibel at free dot fr> | 2010-07-31 07:53:36 +0200 |
---|---|---|
committer | sibel <lesibel at free dot fr> | 2010-07-31 07:53:36 +0200 |
commit | a4b854a6f28e2d83999857aff49352466c511feb (patch) | |
tree | 3f90bc50a2ad5566d60272ecc33b48819327c2e3 /kde/amarok/Pkgfile | |
parent | e25a18825cd42e54d6025e172911ce0e59515f96 (diff) | |
download | nutyx-extra-a4b854a6f28e2d83999857aff49352466c511feb.tar.gz nutyx-extra-a4b854a6f28e2d83999857aff49352466c511feb.tar.bz2 nutyx-extra-a4b854a6f28e2d83999857aff49352466c511feb.tar.xz nutyx-extra-a4b854a6f28e2d83999857aff49352466c511feb.zip |
maj de amarok#2.3.1-3 (avec support iPod)
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 \ |