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

Andrea Scarpino andrea at archlinux.org
Thu Jan 7 20:42:18 UTC 2010


    Date: Thursday, January 7, 2010 @ 15:42:18
  Author: andrea
Revision: 62373

fixed gstreamer dependence

Modified:
  phonon/kde-unstable/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-01-07 20:41:33 UTC (rev 62372)
+++ PKGBUILD	2010-01-07 20:42:18 UTC (rev 62373)
@@ -9,7 +9,7 @@
 arch=('i686' 'x86_64')
 url="http://phonon.kde.org"
 license=('LGPL')
-makedepends=('cmake' 'automoc4' 'qt' 'xine-lib' 'gstreamer0.10-base')
+makedepends=('cmake' 'automoc4' 'qt' 'xine-lib' 'gstreamer0.10-base-plugins')
 install=${pkgname}.install
 source=("http://download.kde.org/unstable/${pkgname}/${pkgbase}-${pkgver}.tar.bz2")
 md5sums=('6b0c5554291615433c14c3c38f741690')
@@ -35,7 +35,7 @@
 
 package_phonon-gstreamer(){
   pkgdesc="Phonon Gstreamer backend"
-  depends=('gstreamer0.10-base')
+  depends=('gstreamer0.10-base-plugins')
   provides=('phonon-backend')
   cd ${srcdir}/build/gstreamer
   make DESTDIR=${pkgdir} install || return 1




More information about the arch-commits mailing list