summaryrefslogtreecommitdiffstats
path: root/kde/phonon/Pkgfile
diff options
context:
space:
mode:
authorsibel <lesibel@free.fr>2011-03-26 10:58:40 +0100
committersibel <lesibel@free.fr>2011-03-26 10:58:40 +0100
commit196059b73f7c72228d857658773885f05011c9db (patch)
tree362e80916bd14324c0ba865fe6ec08983e290acb /kde/phonon/Pkgfile
parent565c0264b2f18be7499a9ac24bc5260d123d3642 (diff)
downloadnutyx-pakxe-196059b73f7c72228d857658773885f05011c9db.tar.gz
nutyx-pakxe-196059b73f7c72228d857658773885f05011c9db.tar.bz2
nutyx-pakxe-196059b73f7c72228d857658773885f05011c9db.tar.xz
nutyx-pakxe-196059b73f7c72228d857658773885f05011c9db.zip
phonon, maj 4.5.0-1
Diffstat (limited to 'kde/phonon/Pkgfile')
-rw-r--r--kde/phonon/Pkgfile21
1 files changed, 11 insertions, 10 deletions
diff --git a/kde/phonon/Pkgfile b/kde/phonon/Pkgfile
index d5ca41f0a..f8a01f29b 100644
--- a/kde/phonon/Pkgfile
+++ b/kde/phonon/Pkgfile
@@ -6,16 +6,17 @@
# Run on: qt,xine-lib
name=phonon
-version=4.4.4
+version=4.5.0
release=1
-source=(ftp://ftp.kde.org/pub/kde/stable/phonon/4.4.4/src//$name-$version.tar.bz2)
+source=(ftp://ftp.kde.org/pub/kde/stable/phonon/$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
+ 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
}