summaryrefslogtreecommitdiffstats
path: root/kde/phonon-backend-gstreamer/Pkgfile
diff options
context:
space:
mode:
authorsibel <lesibel@free.fr>2011-01-25 17:34:14 +0100
committersibel <lesibel@free.fr>2011-01-25 17:34:14 +0100
commit10d54cf2bd34fb8db5a6342e7c500a4d141174c6 (patch)
tree0082de30d7fc53343cc85e1b5e8b3f4c387cd1d7 /kde/phonon-backend-gstreamer/Pkgfile
parentbb43c4c53f45106a0eb7169f035eca043680f532 (diff)
downloadnutyx-pakxe-10d54cf2bd34fb8db5a6342e7c500a4d141174c6.tar.gz
nutyx-pakxe-10d54cf2bd34fb8db5a6342e7c500a4d141174c6.tar.bz2
nutyx-pakxe-10d54cf2bd34fb8db5a6342e7c500a4d141174c6.tar.xz
nutyx-pakxe-10d54cf2bd34fb8db5a6342e7c500a4d141174c6.zip
phonon-backend-gstreamer, maj 4.4.4-1
Diffstat (limited to 'kde/phonon-backend-gstreamer/Pkgfile')
-rw-r--r--kde/phonon-backend-gstreamer/Pkgfile21
1 files changed, 21 insertions, 0 deletions
diff --git a/kde/phonon-backend-gstreamer/Pkgfile b/kde/phonon-backend-gstreamer/Pkgfile
new file mode 100644
index 000000000..ced906a11
--- /dev/null
+++ b/kde/phonon-backend-gstreamer/Pkgfile
@@ -0,0 +1,21 @@
+# 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.4.4
+release=1
+source=(ftp://ftp.kde.org/pub/kde/stable/phonon/$name/4.4.4/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
+}