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

Andrea Scarpino andrea at archlinux.org
Mon Nov 22 08:46:57 UTC 2010


    Date: Monday, November 22, 2010 @ 03:46:56
  Author: andrea
Revision: 100233

prepare KDE 4.6 requirements

Added:
  phonon/kde-unstable/
Modified:
  phonon/kde-unstable/PKGBUILD	(contents, properties)

----------+
 PKGBUILD |   15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

Modified: kde-unstable/PKGBUILD
===================================================================
--- trunk/PKGBUILD	2010-11-21 19:35:27 UTC (rev 100212)
+++ kde-unstable/PKGBUILD	2010-11-22 08:46:56 UTC (rev 100233)
@@ -3,14 +3,15 @@
 
 pkgbase=phonon
 pkgname=('phonon' 'phonon-xine' 'phonon-gstreamer')
-pkgver=4.4.2
-pkgrel=2
+pkgver=git20101121
+pkgrel=1
 arch=('i686' 'x86_64')
 url="http://phonon.kde.org"
 license=('LGPL')
-makedepends=('cmake' 'automoc4' 'qt' 'xine-lib' 'gstreamer0.10-base-plugins' 'mesa')
+makedepends=('cmake' 'automoc4' 'qt' 'xine-lib' 'gstreamer0.10-base-plugins'
+        'mesa' 'pulseaudio')
 source=("http://download.kde.org/stable/${pkgname}/${pkgver}/${pkgbase}-${pkgver}.tar.bz2")
-sha1sums=('c329d924fb75a89a9de8a4d799ff4dcd7ee3302e')
+sha1sums=('a49d3ce4f9e3bcf251f32c00f358951aeea7e1ee')
 
 build() {
   cd ${srcdir}
@@ -19,14 +20,14 @@
   cmake ../${pkgbase}-${pkgver} \
     -DCMAKE_BUILD_TYPE=Release \
     -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_SKIP_RPATH=ON \
-    -DWITH_PulseAudio=OFF
+    -DCMAKE_SKIP_RPATH=ON
   make
 }
 
 package_phonon(){
   pkgdesc="The multimedia API for KDE4"
-  depends=('qt' 'phonon-backend')
+  depends=('qt' 'phonon-backend' 'libpulse')
+  optdepends=('pulseaudio: PulseAudio support')
   cd ${srcdir}/build/phonon
   make DESTDIR=${pkgdir} install
   cd ${srcdir}/build/includes


Property changes on: phonon/kde-unstable/PKGBUILD
___________________________________________________________________
Added: svn:keywords
   + Id




More information about the arch-commits mailing list