[Pkg-mono-svn-commits] rev 3232 - in non-group/banshee/trunk/debian: . patches

Sebastian Dröge slomo at alioth.debian.org
Mon Jul 9 17:55:01 UTC 2007


Author: slomo
Date: 2007-07-09 17:55:00 +0000 (Mon, 09 Jul 2007)
New Revision: 3232

Added:
   non-group/banshee/trunk/debian/patches/05_wavpack-profile.patch
Modified:
   non-group/banshee/trunk/debian/changelog
   non-group/banshee/trunk/debian/control
Log:
* debian/patches/05_wavpack-profile.patch,
  debian/control:
  + Update Wavpack profile to work with gst-plugins-good >= 0.10.6.

Modified: non-group/banshee/trunk/debian/changelog
===================================================================
--- non-group/banshee/trunk/debian/changelog	2007-07-09 17:46:30 UTC (rev 3231)
+++ non-group/banshee/trunk/debian/changelog	2007-07-09 17:55:00 UTC (rev 3232)
@@ -20,8 +20,11 @@
   * debian/control:
     + Fix C/R/P for banshee-official-plugins to let dpkg really do the
       replacement (Closes: #425022).
+  * debian/patches/05_wavpack-profile.patch,
+    debian/control:
+    + Update Wavpack profile to work with gst-plugins-good >= 0.10.6.
 
- -- Sebastian Dröge <slomo at debian.org>  Thu, 14 Jun 2007 23:29:07 +0200
+ -- Sebastian Dröge <slomo at debian.org>  Mon, 09 Jul 2007 19:53:43 +0200
 
 banshee (0.12.1+dfsg-3) unstable; urgency=low
 

Modified: non-group/banshee/trunk/debian/control
===================================================================
--- non-group/banshee/trunk/debian/control	2007-07-09 17:46:30 UTC (rev 3231)
+++ non-group/banshee/trunk/debian/control	2007-07-09 17:55:00 UTC (rev 3232)
@@ -7,7 +7,7 @@
 
 Package: banshee
 Architecture: any
-Depends: ${shlibs:Depends}, ${cli:Depends}, ${misc:Depends}, gstreamer0.10-plugins-base, gstreamer0.10-plugins-good, gstreamer0.10-gnomevfs
+Depends: ${shlibs:Depends}, ${cli:Depends}, ${misc:Depends}, gstreamer0.10-plugins-base, gstreamer0.10-plugins-good (>= 0.10.6), gstreamer0.10-gnomevfs
 Recommends: gstreamer0.10-plugins-ugly, gstreamer0.10-plugins-bad
 Suggests: banshee-daap
 Conflicts: banshee-offical-plugins

Added: non-group/banshee/trunk/debian/patches/05_wavpack-profile.patch
===================================================================
--- non-group/banshee/trunk/debian/patches/05_wavpack-profile.patch	                        (rev 0)
+++ non-group/banshee/trunk/debian/patches/05_wavpack-profile.patch	2007-07-09 17:55:00 UTC (rev 3232)
@@ -0,0 +1,31 @@
+--- banshee/data/audio-profiles/wavpack.xml.in	2007/01/24 20:48:20	2036
++++ banshee/data/audio-profiles/wavpack.xml.in	2007/06/12 18:06:25	2307
+@@ -15,10 +15,10 @@
+                 (gst-construct-element "wavpackenc"
+                     "mode" mode
+                     (if (cast-bool lossy_mode)
+-                        ("bitrate" (* bitrate 1000.0))
++                        ("bitrate" (* bitrate 1000))
+                         ("" ""))
+                     "md5" (cast-bool md5_sum)
+-                    "extra-processing" (cast-bool extra_processing))
++                    "extra-processing" extra_processing)
+                 (if (gst-element-is-available "apev2mux")
+                     "apev2mux"
+                     (if (gst-element-is-available "id3v2mux")
+@@ -49,8 +49,13 @@
+         </variable>
+         <variable id="extra_processing">
+           <_name>Extra processing</_name>
+-          <control-type>check</control-type>
++          <control-type>slider</control-type>
+           <default-value>0</default-value>
++          <min-value>0</min-value>
++          <_min-label>Default</_min-label>
++          <max-value>6</max-value>
++          <_max-label>Highest</_max-label>
++          <step-value>1</step-value>
+         </variable>
+         <variable id="bitrate">
+           <_name>Bitrate</_name>
+




More information about the Pkg-mono-svn-commits mailing list