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

Fathi Boudra fabo at alioth.debian.org
Mon Jun 29 17:05:41 UTC 2009


Author: fabo
Date: 2009-06-29 17:05:40 +0000 (Mon, 29 Jun 2009)
New Revision: 15041

Added:
   trunk/packages/qt4-x11/debian/libphonon-dev.install
   trunk/packages/qt4-x11/debian/libphonon4.install
Modified:
   trunk/packages/qt4-x11/debian/changelog
   trunk/packages/qt4-x11/debian/control
Log:
Add epoch and set it to 4 (to upgrade phonon provided previously by KDE).
Add libphonon4 and libphonon-dev packages to control file.


Modified: trunk/packages/qt4-x11/debian/changelog
===================================================================
--- trunk/packages/qt4-x11/debian/changelog	2009-06-29 16:12:27 UTC (rev 15040)
+++ trunk/packages/qt4-x11/debian/changelog	2009-06-29 17:05:40 UTC (rev 15041)
@@ -1,4 +1,4 @@
-qt4-x11 (4.5.2-1) UNRELEASED; urgency=low
+qt4-x11 (4:4.5.2-1) UNRELEASED; urgency=low
 
   * New upstream release:
     - QtWebKit
@@ -35,6 +35,7 @@
     - 0286-fix-error-string.diff
       Fix #error line not to have a ' as it's not correct.
   * Build Phonon from Qt sources:
+    - Add epoch and set it to 4 (to upgrade phonon provided previously by KDE).
     - Remove libphonon-dev build dependency.
     - Do not remove phonon files anymore.
   * Bump Standards-Version to 3.8.2 (no changes needed).

Modified: trunk/packages/qt4-x11/debian/control
===================================================================
--- trunk/packages/qt4-x11/debian/control	2009-06-29 16:12:27 UTC (rev 15040)
+++ trunk/packages/qt4-x11/debian/control	2009-06-29 17:05:40 UTC (rev 15041)
@@ -334,6 +334,18 @@
  The QtTest module provides classes for unit testing Qt applications and
  libraries.
 
+Package: libphonon4
+Architecture: any
+Section: libs
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Replaces: kdelibs5 (<= 4:4.0.80)
+Description: Qt 4 Phonon module
+ 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.
+
 Package: libqt4-dev
 Architecture: any
 Section: libdevel
@@ -371,6 +383,19 @@
  This package contains the development files needed to build Qt 4 applications
  using QtOpenGL library.
 
+Package: libphonon-dev
+Architecture: any
+Section: libdevel
+Depends: ${shlibs:Depends}, ${misc:Depends},
+ libphonon4 (= ${binary:Version})
+Replaces: kdelibs5-dev (<< 4:4.0.81)
+Description: Qt 4 Phonon library development files
+ Qt is a cross-platform C++ application framework. Qt's primary feature
+ is its rich set of widgets that provide standard GUI functionality.
+ .
+ This package contains the development files needed to build Qt 4 applications
+ using Qt Phonon library.
+
 Package: libqt4-dbg
 Priority: extra
 Architecture: any




More information about the pkg-kde-commits mailing list