summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsibel <lesibel@free.fr>2011-01-22 08:45:50 +0100
committersibel <lesibel@free.fr>2011-01-22 08:45:50 +0100
commit4459da839d50aed4edd8e64200f2752d7a3b567c (patch)
tree8c1829e732ec2868906bc87fac6d01d93a867c3f
parentec004c3c5768fa8132d28ccc5fc2e593005d72f1 (diff)
downloadnutyx-pakxe-4459da839d50aed4edd8e64200f2752d7a3b567c.tar.gz
nutyx-pakxe-4459da839d50aed4edd8e64200f2752d7a3b567c.tar.bz2
nutyx-pakxe-4459da839d50aed4edd8e64200f2752d7a3b567c.tar.xz
nutyx-pakxe-4459da839d50aed4edd8e64200f2752d7a3b567c.zip
phonon-backend-xine, ajout port 4.4.4-1
-rw-r--r--kde/phonon-backend-xine/.footprint34
-rw-r--r--kde/phonon-backend-xine/.md5sum1
-rw-r--r--kde/phonon-backend-xine/Pkgfile23
3 files changed, 58 insertions, 0 deletions
diff --git a/kde/phonon-backend-xine/.footprint b/kde/phonon-backend-xine/.footprint
new file mode 100644
index 000000000..d77a9492f
--- /dev/null
+++ b/kde/phonon-backend-xine/.footprint
@@ -0,0 +1,34 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/lib/
+drwxr-xr-x root/root usr/lib/kde4/
+drwxr-xr-x root/root usr/lib/kde4/plugins/
+drwxr-xr-x root/root usr/lib/kde4/plugins/phonon_backend/
+-rwxr-xr-x root/root usr/lib/kde4/plugins/phonon_backend/phonon_xine.so
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/icons/
+drwxr-xr-x root/root usr/share/icons/oxygen/
+drwxr-xr-x root/root usr/share/icons/oxygen/128x128/
+drwxr-xr-x root/root usr/share/icons/oxygen/128x128/apps/
+-rw-r--r-- root/root usr/share/icons/oxygen/128x128/apps/phonon-xine.png
+drwxr-xr-x root/root usr/share/icons/oxygen/16x16/
+drwxr-xr-x root/root usr/share/icons/oxygen/16x16/apps/
+-rw-r--r-- root/root usr/share/icons/oxygen/16x16/apps/phonon-xine.png
+drwxr-xr-x root/root usr/share/icons/oxygen/22x22/
+drwxr-xr-x root/root usr/share/icons/oxygen/22x22/apps/
+-rw-r--r-- root/root usr/share/icons/oxygen/22x22/apps/phonon-xine.png
+drwxr-xr-x root/root usr/share/icons/oxygen/32x32/
+drwxr-xr-x root/root usr/share/icons/oxygen/32x32/apps/
+-rw-r--r-- root/root usr/share/icons/oxygen/32x32/apps/phonon-xine.png
+drwxr-xr-x root/root usr/share/icons/oxygen/48x48/
+drwxr-xr-x root/root usr/share/icons/oxygen/48x48/apps/
+-rw-r--r-- root/root usr/share/icons/oxygen/48x48/apps/phonon-xine.png
+drwxr-xr-x root/root usr/share/icons/oxygen/64x64/
+drwxr-xr-x root/root usr/share/icons/oxygen/64x64/apps/
+-rw-r--r-- root/root usr/share/icons/oxygen/64x64/apps/phonon-xine.png
+drwxr-xr-x root/root usr/share/icons/oxygen/scalable/
+drwxr-xr-x root/root usr/share/icons/oxygen/scalable/apps/
+-rw-r--r-- root/root usr/share/icons/oxygen/scalable/apps/phonon-xine.svgz
+drwxr-xr-x root/root usr/share/kde4/
+drwxr-xr-x root/root usr/share/kde4/services/
+drwxr-xr-x root/root usr/share/kde4/services/phononbackends/
+-rw-r--r-- root/root usr/share/kde4/services/phononbackends/xine.desktop
diff --git a/kde/phonon-backend-xine/.md5sum b/kde/phonon-backend-xine/.md5sum
new file mode 100644
index 000000000..e1ce31929
--- /dev/null
+++ b/kde/phonon-backend-xine/.md5sum
@@ -0,0 +1 @@
+b127104e67538e573adeed3b2fb3bf55 phonon-backend-xine-4.4.4.tar.bz2
diff --git a/kde/phonon-backend-xine/Pkgfile b/kde/phonon-backend-xine/Pkgfile
new file mode 100644
index 000000000..bccac3e3a
--- /dev/null
+++ b/kde/phonon-backend-xine/Pkgfile
@@ -0,0 +1,23 @@
+# Description: phonon-backend-xine Plugin audio pour KDE
+# URL: http://phonon.kde.org
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+# Depends on: xine-lib, phonon
+# Run on: xine-lib, phonon
+
+name=phonon-backend-xine
+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
+}