summaryrefslogtreecommitdiffstats
path: root/kde/phonon/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-10-15 17:39:50 +0200
committertnut <tnut at nutyx dot com>2011-10-15 17:39:50 +0200
commit6fb8ccf495682d2f32e1af1c0f3e9c58a9f05b02 (patch)
tree580d9e77d34a8719e67fabbcfa9b5505e72cf9a7 /kde/phonon/Pkgfile
parent4e1fa71ffc6e23d08c9e8746664fe2ca78f477cb (diff)
downloadnutyx-pakxe-6fb8ccf495682d2f32e1af1c0f3e9c58a9f05b02.tar.gz
nutyx-pakxe-6fb8ccf495682d2f32e1af1c0f3e9c58a9f05b02.tar.bz2
nutyx-pakxe-6fb8ccf495682d2f32e1af1c0f3e9c58a9f05b02.tar.xz
nutyx-pakxe-6fb8ccf495682d2f32e1af1c0f3e9c58a9f05b02.zip
phonon dans extra
Diffstat (limited to 'kde/phonon/Pkgfile')
-rw-r--r--kde/phonon/Pkgfile29
1 files changed, 0 insertions, 29 deletions
diff --git a/kde/phonon/Pkgfile b/kde/phonon/Pkgfile
deleted file mode 100644
index aec08ea0c..000000000
--- a/kde/phonon/Pkgfile
+++ /dev/null
@@ -1,29 +0,0 @@
-# Description: phonon Plugin audio pour KDE
-# 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
-
-name=phonon
-version=4.5.0
-release=4
-source=(ftp://ftp.kde.org/pub/kde/stable/phonon/$version/src//$name-$version.tar.bz2
- FindPulseAudio.cmake
- pulsestream.cpp)
-
-build() {
- cd $name-$version
- cp -f ../FindPulseAudio.cmake cmake/
- cp -f ../pulsestream.cpp phonon/
- cd ..
- mkdir build
- cd build
- cmake ../${name}-* \
- -DCMAKE_BUILD_TYPE=Release \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_SKIP_RPATH=ON \
- -DWITH_QZeitgeist=OFF
- make
- make DESTDIR=$PKG install
-}