[Python-apps-commits] r5186 - in packages/oggconvert/trunk/debian (3 files)

dktrkranz at users.alioth.debian.org dktrkranz at users.alioth.debian.org
Sun May 2 13:02:49 UTC 2010


    Date: Sunday, May 2, 2010 @ 13:02:42
  Author: dktrkranz
Revision: 5186

Adjust schroedinger minimum version to match gstreamer0.10-plugins-bad

Added:
  packages/oggconvert/trunk/debian/patches/schroedinger_version.patch
Modified:
  packages/oggconvert/trunk/debian/changelog
  packages/oggconvert/trunk/debian/patches/series

Modified: packages/oggconvert/trunk/debian/changelog
===================================================================
--- packages/oggconvert/trunk/debian/changelog	2010-05-02 11:56:45 UTC (rev 5185)
+++ packages/oggconvert/trunk/debian/changelog	2010-05-02 13:02:42 UTC (rev 5186)
@@ -1,12 +1,15 @@
 oggconvert (0.3.2-4) UNRELEASED; urgency=low
 
   * Switch to format 3.0 (quilt).
+  * debian/patches/schroedinger_version.patch:
+    - Adjust schroedinger minimum version to match gstreamer0.10-plugins-bad
+      one to restore Dirac encoding (LP: #573603).
   * debian/control:
     - Drop gstreamer0.10-schroedinger from Suggests, it is part of
-      gstreamer0.10-plugins-bad since 0.10.4 release.
+      gstreamer0.10-plugins-bad since 0.10.14 release.
     - Bump Standards-Version to 3.8.4, no changes needed.
 
- -- Luca Falavigna <dktrkranz at debian.org>  Sun, 02 May 2010 13:56:12 +0200
+ -- Luca Falavigna <dktrkranz at debian.org>  Sun, 02 May 2010 15:00:36 +0200
 
 oggconvert (0.3.2-3) unstable; urgency=low
 

Added: packages/oggconvert/trunk/debian/patches/schroedinger_version.patch
===================================================================
--- packages/oggconvert/trunk/debian/patches/schroedinger_version.patch	                        (rev 0)
+++ packages/oggconvert/trunk/debian/patches/schroedinger_version.patch	2010-05-02 13:02:42 UTC (rev 5186)
@@ -0,0 +1,15 @@
+Adjust schroedinger minimum version to match gstreamer0.10-plugins-bad one
+
+Index: oggconvert-0.3.2/OggConvert/ocv_init.py
+===================================================================
+--- oggconvert-0.3.2.orig/OggConvert/ocv_init.py	2010-05-02 14:57:08.108258050 +0200
++++ oggconvert-0.3.2/OggConvert/ocv_init.py	2010-05-02 14:57:42.452252434 +0200
+@@ -37,7 +37,7 @@
+     if gstver[2] > 10:
+         schrofac = gst.element_factory_find("schroenc")
+         if schrofac is not None:
+-            if schrofac.check_version(1,0,0):
++            if schrofac.check_version(0,10,14):
+                 print "Schrödinger encoder found, using"
+                 ocv_constants.HAVE_SCHRO = True
+             else:

Modified: packages/oggconvert/trunk/debian/patches/series
===================================================================
--- packages/oggconvert/trunk/debian/patches/series	2010-05-02 11:56:45 UTC (rev 5185)
+++ packages/oggconvert/trunk/debian/patches/series	2010-05-02 13:02:42 UTC (rev 5186)
@@ -1,2 +1,3 @@
 desktop_file_validation
 default_location
+schroedinger_version.patch




More information about the Python-apps-commits mailing list