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

Pierre Schmitz pierre at archlinux.org
Mon Mar 9 19:29:16 UTC 2009


    Date: Monday, March 9, 2009 @ 15:29:15
  Author: pierre
Revision: 29523

revert using Qt's phonon. It introduces too much problems.

Modified:
  qt/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-03-09 17:42:53 UTC (rev 29522)
+++ PKGBUILD	2009-03-09 19:29:15 UTC (rev 29523)
@@ -9,12 +9,12 @@
 arch=('i686' 'x86_64')
 url='http://www.qtsoftware.com/'
 license=('GPL3' 'LGPL')
-depends=('libpng' 'mesa' 'fontconfig' 'libtiff' 'libmng' 'sqlite3' 'libxrandr' 'glib2' 'libxi' 'dbus' 'libxcursor' 'libxinerama' 'libxrender' 'gstreamer0.10-base')
+depends=('libpng' 'mesa' 'fontconfig' 'libtiff' 'libmng' 'sqlite3' 'libxrandr' 'glib2' 'libxi' 'dbus' 'libxcursor' 'libxinerama' 'libxrender')
 optdepends=('postgresql-libs' 'libmysqlclient' 'unixodbc')
 makedepends=('inputproto' 'postgresql-libs' 'mysql' 'unixodbc' 'cups' 'libxfixes')
-provides=("qt4=${pkgver}" 'phonon')
-replaces=('qt4' 'phonon')
-conflicts=('qt4' 'phonon')
+provides=("qt4=${pkgver}")
+replaces=('qt4')
+conflicts=('qt4')
 options=('!libtool')
 _pkgfqn="qt-x11-opensource-src-${pkgver}"
 # svn export -r${_qtcopyver} svn://anonsvn.kde.org/home/kde/trunk/qt-copy/patches/ qt-copy-patches-${_qtcopyver}
@@ -61,6 +61,7 @@
 		-nomake demos \
 		-nomake examples \
 		-nomake docs \
+		-no-phonon \
 		-optimized-qmake \
 		-reduce-relocations \
 		-no-exceptions || return 1




More information about the arch-commits mailing list