[Python-modules-commits] r5740 - in packages/python-qt4/trunk/debian (changelog control)

shlomme at users.alioth.debian.org shlomme at users.alioth.debian.org
Wed Jun 25 01:16:12 UTC 2008


    Date: Wednesday, June 25, 2008 @ 01:16:12
  Author: shlomme
Revision: 5740

* roll out phonon bindings, doesn't build with 4.0.2

Modified:
  packages/python-qt4/trunk/debian/changelog
  packages/python-qt4/trunk/debian/control

Modified: packages/python-qt4/trunk/debian/changelog
===================================================================
--- packages/python-qt4/trunk/debian/changelog	2008-06-25 00:58:03 UTC (rev 5739)
+++ packages/python-qt4/trunk/debian/changelog	2008-06-25 01:16:12 UTC (rev 5740)
@@ -1,17 +1,16 @@
 python-qt4 (4.4.2-2) unstable; urgency=medium
 	
   * Fix build failure on Mips(el) architectures
-  * Added Phonon bindings
   * urgency=medium to speed up QScintilla2 migration to testing
+  * Phonon bindings have to wait until Phonon 4.2 comes to unstable
   * debian/patches
-    - drop qreal fixes for Mips(el) to fix build failures
+    - drop qreal fixes for Mips(el) to fix build failure
+    - prepare configure.py patch for phonon bindings build
   * debian/control
     - fix GCC version detection
     - only split into 10 parts for non-4.2 GCCs
     - set optimization to -O2 
-    - added packages python-qt4-phonon and python-qt4-phonon-dbg
-    - added build dependency on libphonon-dev
-
+ 
  -- Torsten Marek <shlomme at debian.org>  Wed, 25 Jun 2008 01:33:43 +0200
 
 python-qt4 (4.4.2-1) unstable; urgency=low

Modified: packages/python-qt4/trunk/debian/control
===================================================================
--- packages/python-qt4/trunk/debian/control	2008-06-25 00:58:03 UTC (rev 5739)
+++ packages/python-qt4/trunk/debian/control	2008-06-25 01:16:12 UTC (rev 5740)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: Torsten Marek <shlomme at debian.org>
-Build-Depends: debhelper (>= 5.0.38), python-all-dev, libqt4-dev (>= 4.3.0), sip4 (>= 4.7.6), python-sip4-dev (>= 4.7.6), python-central (>= 0.6), dpatch, python-dbus (>= 0.80.0), python-dbus-dbg, libdbus-1-dev (>= 1.0.2), python-all-dbg, python-sip4-dbg, libqt4-opengl-dev, libphonon-dev
+Build-Depends: debhelper (>= 5.0.38), python-all-dev, libqt4-dev (>= 4.3.0), sip4 (>= 4.7.6), python-sip4-dev (>= 4.7.6), python-central (>= 0.6), dpatch, python-dbus (>= 0.80.0), python-dbus-dbg, libdbus-1-dev (>= 1.0.2), python-all-dbg, python-sip4-dbg, libqt4-opengl-dev
 Build-Conflicts: python-xml, python-xml-dbg
 Standards-Version: 3.8.0
 Homepage: http://www.riverbankcomputing.co.uk/software/pyqt/
@@ -23,8 +23,11 @@
   * QtGui
   * QtNetwork
   * QtXml
+  * QtScript
   * QtSvg
+  * QtTest
   * QtAssistant
+  * QtWebKit
   * QtOpenGL (in python-qt4-gl)
   * QtSql (in python-qt4-sql)
 
@@ -99,28 +102,6 @@
  .
  This package contains the extension built for the Python debug interpreter.
 
-Package: python-qt4-phonon
-Architecture: any
-Provides: ${python:Provides}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-qt4 (= ${binary:Version})
-XB-Python-Version: ${python:Versions}
-Description: Python bindings for the Phonon multimedia framework
- Phonon is the Qt4 multimedia API, which provides a task-oriented abstraction
- layer for capturing, mixing, processing, and playing audio and video content.
- 
-
-Package: python-qt4-phonon-dbg
-Priority: extra
-Architecture: any
-Depends: python-qt4-phonon (= ${binary:Version}), python-dbg, python-qt4-dbg (= ${binary:Version}), ${shlibs:Depends}
-XB-Python-Version: ${python:Versions}
-Description: Python bindings for Phonon multimedia framework (debug extension)
- Phonon is the Qt4 multimedia API, which provides a task-oriented abstraction
- layer for capturing, mixing, processing, and playing audio and video content.
- .
- This package contains the extension built for the Python debug interpreter.
-
-
 Package: python-qt4-dev
 Architecture: all
 Depends: ${python:Depends}, python-sip4-dev, python-qt4-common




More information about the Python-modules-commits mailing list