[arch-commits] Commit in phonon/trunk (PKGBUILD)

Andrea Scarpino andrea at archlinux.org
Sat Oct 29 09:15:48 UTC 2011


    Date: Saturday, October 29, 2011 @ 05:15:48
  Author: andrea
Revision: 141323

upgpkg: phonon 1:4.5.1-1

upstream release

Modified:
  phonon/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-10-29 09:03:17 UTC (rev 141322)
+++ PKGBUILD	2011-10-29 09:15:48 UTC (rev 141323)
@@ -2,24 +2,24 @@
 # Maintainer: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=phonon
-pkgver=4.5.55
+pkgver=4.5.1
 pkgrel=1
+epoch=1
 arch=('i686' 'x86_64')
 url="http://phonon.kde.org"
 license=('LGPL')
-pkgdesc="The multimedia framework for KDE4"
+pkgdesc="The multimedia framework for KDE"
 depends=('qt' 'phonon-backend' 'libpulse' 'libqzeitgeist')
 optdepends=('pulseaudio: PulseAudio support')
 makedepends=('cmake' 'automoc4' 'pulseaudio')
-source=("${pkgname}-${pkgver}.tar.bz2"::"http://quickgit.kde.org/?p=phonon.git&a=snapshot&h=37ec84753af68c4f30041d080b37f1a49a89197c&fmt=tbz2")
-#source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('ce1316c88df988320e75a2b4c3cb8804')
+source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz")
+md5sums=('3df071b7f9996afcd67b18958955ecdd')
 
 build() {
   cd "${srcdir}"
   mkdir build
   cd build
-  cmake ../${pkgname} \
+  cmake ../${pkgname}-${pkgver} \
     -DCMAKE_BUILD_TYPE=Release \
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DCMAKE_SKIP_RPATH=ON




More information about the arch-commits mailing list