diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-05-01 00:15:27 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-05-01 00:15:27 +0200 |
commit | 1dd65a23b1002ae9517c92b1c8324c723f1c43e8 (patch) | |
tree | bf0d1586fac31410ddcbd95a56f9c2b6adc012fe | |
parent | ed6852214eb8edb548964cb778743faaf537e1f9 (diff) | |
download | nutyx-pakxe-1dd65a23b1002ae9517c92b1c8324c723f1c43e8.tar.gz nutyx-pakxe-1dd65a23b1002ae9517c92b1c8324c723f1c43e8.tar.bz2 nutyx-pakxe-1dd65a23b1002ae9517c92b1c8324c723f1c43e8.tar.xz nutyx-pakxe-1dd65a23b1002ae9517c92b1c8324c723f1c43e8.zip |
maj phonon#4.4.0-1
-rw-r--r-- | kde/phonon/.md5sum | 2 | ||||
-rw-r--r-- | kde/phonon/Pkgfile | 7 |
2 files changed, 4 insertions, 5 deletions
diff --git a/kde/phonon/.md5sum b/kde/phonon/.md5sum index 58dee9300..0a52344f6 100644 --- a/kde/phonon/.md5sum +++ b/kde/phonon/.md5sum @@ -1 +1 @@ -38e40e41705d55302d6a51c089af28f3 phonon-4.3.95.tar.gz +80544b876cf0e0af05f2303b3f534351 phonon-4.4.0.tgz 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 |