summaryrefslogtreecommitdiffstats
path: root/kde/phonon-backend-gstreamer/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
commitb8f5e685a8016b68b291482b85360c5bd5006d20 (patch)
tree7ca9fac58d7d8092b922eca72ad74f32f0a17069 /kde/phonon-backend-gstreamer/Pkgfile
parent6fb8ccf495682d2f32e1af1c0f3e9c58a9f05b02 (diff)
downloadnutyx-extra-b8f5e685a8016b68b291482b85360c5bd5006d20.tar.gz
nutyx-extra-b8f5e685a8016b68b291482b85360c5bd5006d20.tar.bz2
nutyx-extra-b8f5e685a8016b68b291482b85360c5bd5006d20.tar.xz
nutyx-extra-b8f5e685a8016b68b291482b85360c5bd5006d20.zip
phonon-backend-gstreamer dans extra
Diffstat (limited to 'kde/phonon-backend-gstreamer/Pkgfile')
-rw-r--r--kde/phonon-backend-gstreamer/Pkgfile21
1 files changed, 0 insertions, 21 deletions
diff --git a/kde/phonon-backend-gstreamer/Pkgfile b/kde/phonon-backend-gstreamer/Pkgfile
deleted file mode 100644
index c5d2cb992..000000000
--- a/kde/phonon-backend-gstreamer/Pkgfile
+++ /dev/null
@@ -1,21 +0,0 @@
-# Description: phonon-backend-gstreamer Plugin audio pour KDE
-# URL: http://phonon.kde.org
-# Maintainer: NuTyX core team
-# Packager: thierryn1 at hispeed dot ch
-# Depends on: phonon
-# Run on: phonon
-
-name=phonon-backend-gstreamer
-version=4.5.1
-release=1
-source=(ftp://ftp.kde.org/pub/kde/stable/phonon/$name/$version/src/$name-$version.tar.bz2)
-
-build() {
- mkdir build
- cd build
- cmake ../${name}-* \
- -DCMAKE_BUILD_TYPE=Release \
- -DCMAKE_INSTALL_PREFIX=/usr
- make
- make DESTDIR=$PKG install
-}