[soundconverter] Reenable FLAC to Ogg Vorbis conversion and require at least the first build of the gstreamer-plugins

Michael Schwendt mschwendt at fedoraproject.org
Sat Dec 10 22:33:11 UTC 2011


commit 31c51c766379a5a82947ae8c1903c9676033f4ec
Author: Michael Schwendt <mschwendt at fedoraproject.org>
Date:   Sat Dec 10 23:33:07 2011 +0100

    Reenable FLAC to Ogg Vorbis conversion and require at least the
    first build of the gstreamer-plugins-good package that contains
    the backported fix.

 soundconverter.spec |   21 +++++++++++++++++----
 1 files changed, 17 insertions(+), 4 deletions(-)
---
diff --git a/soundconverter.spec b/soundconverter.spec
index c9240e7..57a0e74 100644
--- a/soundconverter.spec
+++ b/soundconverter.spec
@@ -1,6 +1,6 @@
 Name:           soundconverter
 Version:        1.5.4
-Release:        10%{?dist}
+Release:        11%{?dist}
 Summary:        Simple sound converter application for GNOME
 
 Group:          Applications/Multimedia
@@ -27,7 +27,7 @@ Patch2: soundconverter-1.5.4-markup_escape_text.patch
 #
 Patch3: soundconverter-1.5.4-clearlist.patch
 # disable FLAC to Ogg Vorbis due to damaged files, GStreamer bz 651615
-Patch4: soundconverter-1.5.4-flacogg.patch
+#Patch4: soundconverter-1.5.4-flacogg.patch
 # Fedora bz 744596
 Patch5: soundconverter-1.5.4-gst-profile-bad.patch
 
@@ -48,7 +48,12 @@ Requires:       gnome-python2-gnomevfs
 
 Requires:       gstreamer-python
 Requires:       gstreamer-plugins-base
-Requires:       gstreamer-plugins-good
+
+%if 0%{?fedora} > 16
+Requires:       gstreamer-plugins-good >= 0.10.30-5.fc17
+%endif
+%{?fc16:Requires: gstreamer-plugins-good >= 0.10.30-5.fc16}
+%{?fc15:Requires: gstreamer-plugins-good >= 0.10.29-2.fc15}
 
 
 %description
@@ -63,7 +68,10 @@ writes anything the GStreamer library can.
 %patch1 -p1 -b .bz714454
 %patch2 -p1 -b .bz718334
 %patch3 -p1 -b .really-clearlist
-%patch4 -p1 -b .flacoggdisable
+# gstreamer-plugins-good with backported fix has been pushed on 20111210
+# F-16 https://admin.fedoraproject.org/updates/FEDORA-2011-16499
+# F-15 https://admin.fedoraproject.org/updates/FEDORA-2011-16543
+#patch4 -p1 -b .flacoggdisable
 %patch5 -p1 -b .bz744596
 
 
@@ -112,6 +120,11 @@ update-desktop-database &> /dev/null ||:
 
 
 %changelog
+* Sat Dec 10 2011 Michael Schwendt <mschwendt at fedoraproject.org> - 1.5.4-11
+- Reenable FLAC to Ogg Vorbis conversion and require at least the
+  first build of the gstreamer-plugins-good package that contains
+  the backported fix.
+
 * Sun Oct  9 2011 Michael Schwendt <mschwendt at fedoraproject.org> - 1.5.4-10
 - Ignore bad audio profiles (#744596) and multiple ones with no description.
 - Remove %%defattr line.


More information about the scm-commits mailing list