author | Andrea Scarpino
<andrea@archlinux.org> 2010-03-21 20:27:59 UTC |
committer | Andrea Scarpino
<andrea@archlinux.org> 2010-03-21 20:27:59 UTC |
parent | 54bea889b49603dbc4c632d305e1fbf9fb850c76 |
PKGBUILD | +5 | -6 |
diff --git a/PKGBUILD b/PKGBUILD index 65aaf7c..5e2a45d 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,24 +3,23 @@ pkgbase=phonon pkgname=('phonon' 'phonon-xine' 'phonon-gstreamer') -pkgver=4.3.80 -pkgrel=2 +pkgver=4.4.0 +pkgrel=1 arch=('i686' 'x86_64') url="http://phonon.kde.org" license=('LGPL') makedepends=('cmake' 'automoc4' 'qt' 'xine-lib' 'gstreamer0.10-base-plugins' 'mesa') -source=("http://download.kde.org/unstable/${pkgname}/${pkgbase}-${pkgver}.tar.bz2") -md5sums=('6b0c5554291615433c14c3c38f741690') +source=("http://download.kde.org/stable/${pkgname}/${pkgver}/${pkgbase}-${pkgver}.tgz") +md5sums=('80544b876cf0e0af05f2303b3f534351') build() { cd ${srcdir} mkdir build cd build - cmake ../${pkgbase}-${pkgver} \ + cmake ../${pkgbase}-4.4 \ -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_SKIP_RPATH=ON \ - -DCMAKE_{SHARED,MODULE,EXE}_LINKER_FLAGS='-Wl,--no-undefined -Wl,--as-needed' \ -DWITH_PulseAudio=OFF make || return 1 }