diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-02-26 18:39:28 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-02-26 18:39:28 +0100 |
commit | a18aa1176250d5b7ae3e79b3e33ade93595422f2 (patch) | |
tree | 78d08130ea145e7d174e526cc352d8db2dbe3a71 /kde/phonon-xine/Pkgfile | |
parent | 44aebdb56f9d4b0dc484450af0e76312abcdf4c5 (diff) | |
download | nutyx-pakxe-a18aa1176250d5b7ae3e79b3e33ade93595422f2.tar.gz nutyx-pakxe-a18aa1176250d5b7ae3e79b3e33ade93595422f2.tar.bz2 nutyx-pakxe-a18aa1176250d5b7ae3e79b3e33ade93595422f2.tar.xz nutyx-pakxe-a18aa1176250d5b7ae3e79b3e33ade93595422f2.zip |
Suppression de phono-xine obsolète
Diffstat (limited to 'kde/phonon-xine/Pkgfile')
-rw-r--r-- | kde/phonon-xine/Pkgfile | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/kde/phonon-xine/Pkgfile b/kde/phonon-xine/Pkgfile deleted file mode 100644 index c8f1d4241..000000000 --- a/kde/phonon-xine/Pkgfile +++ /dev/null @@ -1,33 +0,0 @@ -# Description: Plugin xine pour phonon -# URL: http://phonon.kde.org -# Maintainer: NuTyX core team -# Packager: thierryn1 at hispeed dot ch -# Depends on: qt, xine-lib -name=phonon-xine -version=4.3.0 -release=1 -_name=phonon -source=(ftp://ftp.solnet.ch/mirror/KDE/stable/${_name}/$version/${_name}-${version}.tar.bz2) -build() { - -mkdir build -cd build -sed -e '/add_subdirectory(phonon)/d' \ --e '/add_subdirectory(includes)/d' \ --i ../phonon-${version}/CMakeLists.txt -cmake ../${_name}-${version} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=$KDE_PREFIX \ - -DCMAKE_SKIP_RPATH=ON \ - -DCMAKE_{SHARED,MODULE,EXE}_LINKER_FLAGS='-Wl,--no-undefined -Wl,--as-needed' \ - -DWITH_GStreamer=OFF -cd xine -make -mkdir -p $PKG/usr/lib/qt -mkdir -p $PKG/usr/share/icons/hicolor -cd $SRC/build - make DESTDIR=$PKG install - mv $PKG/$KDE_PREFIX/lib/kde4/plugins $PKG/usr/lib/qt - mv $PKG/$KDE_PREFIX/share/icons/oxygen $PKG/usr/share/icons/hicolor - rm -f $PKG/usr/lib/pkgconfig/phonon.pc -} |