From 401e02d551da5218f52cbe714ab451755a6f696d Mon Sep 17 00:00:00 2001 From: Michael Schwendt Date: Jun 26 2010 10:39:34 +0000 Subject: - Upgrade to 0.2 and BR libfc14audiodecoder-devel. --- diff --git a/.cvsignore b/.cvsignore index 16c4184..ca04b49 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -gstreamer-plugin-fc-0.1.tar.bz2 +gstreamer-plugin-fc-0.2.tar.bz2 diff --git a/gstreamer-plugin-fc-0.1-cvs.patch b/gstreamer-plugin-fc-0.1-cvs.patch deleted file mode 100644 index d5d772b..0000000 --- a/gstreamer-plugin-fc-0.1-cvs.patch +++ /dev/null @@ -1,27 +0,0 @@ -diff -Nur gstreamer-plugin-fc-0.1-orig/configure gstreamer-plugin-fc-0.1/configure ---- gstreamer-plugin-fc-0.1-orig/configure 2008-10-13 22:14:23.000000000 +0200 -+++ gstreamer-plugin-fc-0.1/configure 2009-06-04 16:40:09.000000000 +0200 -@@ -6314,11 +6314,12 @@ - - fi - -- if test "$PKG_CONFIG" = "no"; then -+ if test -z "$PKG_CONFIG"; then - echo "*** The pkg-config script could not be found. Make sure it is" - echo "*** in your path, or set the PKG_CONFIG environment variable" - echo "*** to the full path to pkg-config." - echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config." -+ exit -1 - else - PKG_CONFIG_MIN_VERSION=0.9.0 - if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then -@@ -6380,6 +6381,9 @@ - else - { echo "$as_me:$LINENO: result: no" >&5 - echo "${ECHO_T}no" >&6; } -+ { { echo "$as_me:$LINENO: error: GStreamer development files not found." >&5 -+echo "$as_me: error: GStreamer development files not found." >&2;} -+ { (exit 1); exit 1; }; } - fi - - diff --git a/gstreamer-plugin-fc-0.1-tags-unknown.patch b/gstreamer-plugin-fc-0.1-tags-unknown.patch deleted file mode 100644 index 8c7aec3..0000000 --- a/gstreamer-plugin-fc-0.1-tags-unknown.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff -Nur gstreamer-plugin-fc-0.1-orig/src/gstfcdec.cpp gstreamer-plugin-fc-0.1/src/gstfcdec.cpp ---- gstreamer-plugin-fc-0.1-orig/src/gstfcdec.cpp 2008-10-14 13:26:08.000000000 +0200 -+++ gstreamer-plugin-fc-0.1/src/gstfcdec.cpp 2010-05-31 19:44:41.000000000 +0200 -@@ -346,6 +346,9 @@ - return FALSE; - } - -+ GstTagList *list = gst_tag_list_new(); -+ gst_element_found_tags_for_pad( GST_ELEMENT_CAST(fcdec), fcdec->srcpad, list); -+ - if (!fcdec_negotiate (fcdec)) { - GST_ELEMENT_ERROR (fcdec, CORE, NEGOTIATION, - ("Could not negotiate format"), ("Could not negotiate format")); diff --git a/gstreamer-plugins-fc.spec b/gstreamer-plugins-fc.spec index 496bd92..473d524 100644 --- a/gstreamer-plugins-fc.spec +++ b/gstreamer-plugins-fc.spec @@ -2,17 +2,16 @@ %define gstreamer_ver 0.10.0 Name: gstreamer-plugins-fc -Version: 0.1 -Release: 4%{?dist} +Version: 0.2 +Release: 1%{?dist} Summary: Future Composer input plugin for GStreamer Group: Applications/Multimedia License: GPLv2+ URL: http://xmms-fc.sourceforge.net Source0: http://downloads.sourceforge.net/xmms-fc/gstreamer-plugin-fc-%{version}.tar.bz2 -Patch0: gstreamer-plugin-fc-0.1-cvs.patch -Patch1: gstreamer-plugin-fc-0.1-tags-unknown.patch BuildRequires: gstreamer-devel >= %{gstreamer_ver} +BuildRequires: libfc14audiodecoder-devel # for %%{_libdir}/gstreamer-%%{gst_majorminor} Requires: gstreamer @@ -25,8 +24,6 @@ music files from AMIGA. Song-length detection and seek are implemented, too. %prep %setup -q -n gstreamer-plugin-fc-%{version} -%patch0 -p1 -b .cvs -%patch1 -p1 -b .tags-unknown %build @@ -47,6 +44,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %changelog +* Sat Jun 19 2010 Michael Schwendt - 0.2-1 +- Upgrade to 0.2 and BR libfc14audiodecoder-devel. + * Mon May 31 2010 Michael Schwendt - 0.1-4 - Set empty list of tags (so e.g. the SoundConverter app doesn't freeze). diff --git a/sources b/sources index 4d2b0b0..813f3f3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -df7a5cb8c7b8462cf6db8c885fd23daa gstreamer-plugin-fc-0.1.tar.bz2 +9e36a5cf277afe28111c5396c27b174f gstreamer-plugin-fc-0.2.tar.bz2