summaryrefslogtreecommitdiffstats
path: root/extra/phonon/Pkgfile
diff options
context:
space:
mode:
authororchidman <lesibel@free.fr>2011-12-21 12:54:23 +0100
committerorchidman <lesibel@free.fr>2011-12-21 12:54:23 +0100
commit06f25c0482ee7a46a4673542e53735a8d54c4719 (patch)
tree76c3950e0054ffc9f44416cb869e4fe536ca0f14 /extra/phonon/Pkgfile
parent32b2ba8beef27cddaddea8336b1a7194ecad7e26 (diff)
downloadnutyx-extra-06f25c0482ee7a46a4673542e53735a8d54c4719.tar.gz
nutyx-extra-06f25c0482ee7a46a4673542e53735a8d54c4719.tar.bz2
nutyx-extra-06f25c0482ee7a46a4673542e53735a8d54c4719.tar.xz
nutyx-extra-06f25c0482ee7a46a4673542e53735a8d54c4719.zip
phonon 4.6.0-1 maj port
Diffstat (limited to 'extra/phonon/Pkgfile')
-rw-r--r--extra/phonon/Pkgfile15
1 files changed, 7 insertions, 8 deletions
diff --git a/extra/phonon/Pkgfile b/extra/phonon/Pkgfile
index 79e2e8330..6779e935d 100644
--- a/extra/phonon/Pkgfile
+++ b/extra/phonon/Pkgfile
@@ -2,20 +2,18 @@
# URL: http://phonon.kde.org
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
-# Depends on: qt, xine-lib, cmake, gst-plugins-base, automoc4,sip,libqzeitgeist
-# Run on: qt,xine-lib,gst-plugins-base,sip,libqzeitgeist
+# Depends on: qt, xine-lib, cmake, gst-plugins-base, automoc4,sip,libqzeitgeist,pulseaudio
+# Run on: qt,xine-lib,gst-plugins-base,sip,libqzeitgeist,pulseaudio
name=phonon
-version=4.5.1
-release=2
+version=4.6.0
+release=1
source=(ftp://ftp.kde.org/pub/kde/stable/phonon/$version/src//$name-$version.tar.xz
FindPulseAudio.cmake
- pulsestream.cpp
- libqzeitgeist08.patch)
+ pulsestream.cpp)
build() {
cd $name-$version
- patch -Np1 -i ../libqzeitgeist08.patch
cp -f ../FindPulseAudio.cmake cmake/
cp -f ../pulsestream.cpp phonon/
cd ..
@@ -25,7 +23,8 @@ build() {
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_SKIP_RPATH=ON \
- -DWITH_QZeitgeist=OFF
+ -DPHONON_QT_MKSPECS_INSTALL_DIR=/usr/share/qt/mkspecs/modules \
+ -DPHONON_QT_PLUGIN_INSTALL_DIR=/usr/lib/qt/plugins/designer
make
make DESTDIR=$PKG install
}