rpms/audacious-plugin-fc/F-12 audacious-plugin-fc-0.4-unknown-songtime.patch, NONE, 1.1 audacious-plugin-fc.spec, 1.16, 1.17 audacious-plugin-fc-0.4-aud21.patch, 1.1, NONE

Michael Schwendt mschwendt at fedoraproject.org
Fri Jan 1 11:11:27 UTC 2010


Author: mschwendt

Update of /cvs/pkgs/rpms/audacious-plugin-fc/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20128

Modified Files:
	audacious-plugin-fc.spec 
Added Files:
	audacious-plugin-fc-0.4-unknown-songtime.patch 
Removed Files:
	audacious-plugin-fc-0.4-aud21.patch 
Log Message:
sync with Rawhide for Audacious 2.2 iplugin API

audacious-plugin-fc-0.4-unknown-songtime.patch:
 Main.cpp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE audacious-plugin-fc-0.4-unknown-songtime.patch ---
diff -Nur audacious-plugin-fc-0.4-orig/src/Main.cpp audacious-plugin-fc-0.4/src/Main.cpp
--- audacious-plugin-fc-0.4-orig/src/Main.cpp	2009-10-23 17:21:56.000000000 +0200
+++ audacious-plugin-fc-0.4/src/Main.cpp	2009-10-24 12:34:16.689418212 +0200
@@ -337,7 +337,7 @@
     Tuple *t = aud_tuple_new_from_filename(filename);
 
     // delay length detection to start of playback
-    aud_tuple_associate_int(t, FIELD_LENGTH, NULL, 0);
+    aud_tuple_associate_int(t, FIELD_LENGTH, NULL, -1);
     aud_tuple_associate_string(t, FIELD_QUALITY, NULL, "sequenced");
     //aud_tuple_associate_string(ti, FIELD_TITLE, NULL, tmp);
 


Index: audacious-plugin-fc.spec
===================================================================
RCS file: /cvs/pkgs/rpms/audacious-plugin-fc/F-12/audacious-plugin-fc.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -p -r1.16 -r1.17
--- audacious-plugin-fc.spec	24 Oct 2009 10:49:43 -0000	1.16
+++ audacious-plugin-fc.spec	1 Jan 2010 11:11:27 -0000	1.17
@@ -1,16 +1,16 @@
 # Minimum audacious/audacious-plugins version in inter-package
-# dependencies. We need 2.1 for both.
-%define aud_ver 2.1
+# dependencies. We need 2.2 for both.
+%define aud_ver 2.2
 
 %define plugindir %(pkg-config audacious --variable=input_plugin_dir)
 
 Summary: Future Composer input plugin for Audacious
 Name: audacious-plugin-fc
 Version: 0.4
-Release: 1%{?dist}
+Release: 1%{?dist}.2
 URL: http://xmms-fc.sourceforge.net/
 License: GPLv2+
-Source:	http://download.sourceforge.net/xmms-fc/audacious-plugin-fc-%{version}.tar.bz2
+Source:	http://downloads.sourceforge.net/xmms-fc/audacious-plugin-fc-%{version}.tar.bz2
 Group: Applications/Multimedia
 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: audacious-devel >= %{aud_ver}
@@ -19,8 +19,8 @@ BuildRequires: pkgconfig
 Provides: audacious-plugins-fc = %{version}-%{release}
 Requires: audacious >= %{aud_ver}
 
-# temporary patch to backport to Audacious 2.1 API
-Patch0: audacious-plugin-fc-0.4-aud21.patch
+# applied upstream
+Patch0: audacious-plugin-fc-0.4-unknown-songtime.patch
 
 
 %description
@@ -30,7 +30,7 @@ music files from AMIGA. Song-length dete
 
 %prep
 %setup -q
-%patch0 -p1 -b .aud21
+%patch0 -p1 -b .unknown-songtime
 
 
 %build
@@ -58,8 +58,8 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
-* Sat Oct 24 2009 Michael Schwendt <mschwendt at fedoraproject.org> - 0.4-1
-- Patch temporarily to backport to Audacious 2.1 API.
+* Sat Oct 24 2009 Michael Schwendt <mschwendt at fedoraproject.org> - 0.4-1.2
+- Set empty/unknown initial songtime instead of 0:00.
 
 * Fri Oct 23 2009 Michael Schwendt <mschwendt at fedoraproject.org> - 0.4-1
 - Upgrade to 0.4 for Audacious 2.2 InputPlugin API changes.


--- audacious-plugin-fc-0.4-aud21.patch DELETED ---




More information about the fedora-extras-commits mailing list