rev 15049 - trunk/packages/qt4-x11/debian

Fathi Boudra fabo at alioth.debian.org
Tue Jun 30 11:34:48 UTC 2009


Author: fabo
Date: 2009-06-30 11:34:46 +0000 (Tue, 30 Jun 2009)
New Revision: 15049

Modified:
   trunk/packages/qt4-x11/debian/control
   trunk/packages/qt4-x11/debian/rules
Log:
Add phonon metapackage


Modified: trunk/packages/qt4-x11/debian/control
===================================================================
--- trunk/packages/qt4-x11/debian/control	2009-06-30 11:04:49 UTC (rev 15048)
+++ trunk/packages/qt4-x11/debian/control	2009-06-30 11:34:46 UTC (rev 15049)
@@ -548,3 +548,16 @@
  in conjunction with the legacy Qt Assistant (assistant_adp) found in the
  qt4-dev-tools package.
 
+Package: phonon
+Architecture: all
+Depends: libphonon4 (>= ${source:Version}),
+ phonon-backend-xine | phonon-backend
+Suggests: phonon-backend-gstreamer, phonon-backend-vlc, phonon-backend-mplayer
+Description: Qt 4 Phonon module metapackage
+ Qt is a cross-platform C++ application framework. Qt's primary feature
+ is its rich set of widgets that provide standard GUI functionality.
+ .
+ The Qt Phonon module provides a cross-platform multimedia framework that
+ enables the use of audio and video content in Qt applications.
+ .
+ This metapackage ensures a working Qt 4 Phonon (library and a backend).

Modified: trunk/packages/qt4-x11/debian/rules
===================================================================
--- trunk/packages/qt4-x11/debian/rules	2009-06-30 11:04:49 UTC (rev 15048)
+++ trunk/packages/qt4-x11/debian/rules	2009-06-30 11:34:46 UTC (rev 15049)
@@ -37,6 +37,7 @@
 DEB_DH_STRIP_ARGS_phonon-dbg := --exclude=.debug
 
 DEB_DH_SHLIBDEPS_ARGS_ALL := --exclude=.debug
+#DEB_DH_SHLIBDEPS_ARGS_ALL := -- -xphonon
 
 # Disable for rc
 DEB_INSTALL_CHANGELOGS_ALL := changes-$(QTVERSION)




More information about the pkg-kde-commits mailing list