summaryrefslogtreecommitdiffstats
path: root/kde/phonon/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-05-01 00:15:27 +0200
committertnut <thierryn1 at hispeed dot ch>2010-05-01 00:15:27 +0200
commit1dd65a23b1002ae9517c92b1c8324c723f1c43e8 (patch)
treebf0d1586fac31410ddcbd95a56f9c2b6adc012fe /kde/phonon/Pkgfile
parented6852214eb8edb548964cb778743faaf537e1f9 (diff)
downloadnutyx-pakxe-1dd65a23b1002ae9517c92b1c8324c723f1c43e8.tar.gz
nutyx-pakxe-1dd65a23b1002ae9517c92b1c8324c723f1c43e8.tar.bz2
nutyx-pakxe-1dd65a23b1002ae9517c92b1c8324c723f1c43e8.tar.xz
nutyx-pakxe-1dd65a23b1002ae9517c92b1c8324c723f1c43e8.zip
maj phonon#4.4.0-1
Diffstat (limited to 'kde/phonon/Pkgfile')
-rw-r--r--kde/phonon/Pkgfile7
1 files changed, 3 insertions, 4 deletions
diff --git a/kde/phonon/Pkgfile b/kde/phonon/Pkgfile
index ff79fecbe..2130ea6f5 100644
--- a/kde/phonon/Pkgfile
+++ b/kde/phonon/Pkgfile
@@ -4,15 +4,14 @@
# Packager: thierryn1 at hispeed dot ch
# Depends on: qt, xine-lib, cmake, automoc4
name=phonon
-version=4.3.95
+version=4.4.0
release=1
-_name=phonon
-source=(http://kiao.no-ip.info/NuTyX/files/${name}-$version.tar.gz)
+source=(http://download.kde.org/stable/$name/$version/${name}-$version.tgz)
build() {
mkdir build
cd build
-cmake ../${_name}-${version} \
+cmake ../${name}-* \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr
make