summaryrefslogtreecommitdiffstats
path: root/extra/phonon/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'extra/phonon/Pkgfile')
-rw-r--r--extra/phonon/Pkgfile10
1 files changed, 6 insertions, 4 deletions
diff --git a/extra/phonon/Pkgfile b/extra/phonon/Pkgfile
index 595a9fe97..79e2e8330 100644
--- a/extra/phonon/Pkgfile
+++ b/extra/phonon/Pkgfile
@@ -2,18 +2,20 @@
# 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
-# Run on: qt,xine-lib,gst-plugins-base,sip
+# Depends on: qt, xine-lib, cmake, gst-plugins-base, automoc4,sip,libqzeitgeist
+# Run on: qt,xine-lib,gst-plugins-base,sip,libqzeitgeist
name=phonon
version=4.5.1
-release=1
+release=2
source=(ftp://ftp.kde.org/pub/kde/stable/phonon/$version/src//$name-$version.tar.xz
FindPulseAudio.cmake
- pulsestream.cpp)
+ pulsestream.cpp
+ libqzeitgeist08.patch)
build() {
cd $name-$version
+ patch -Np1 -i ../libqzeitgeist08.patch
cp -f ../FindPulseAudio.cmake cmake/
cp -f ../pulsestream.cpp phonon/
cd ..