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

Michael Schwendt mschwendt at fedoraproject.org
Sat Oct 24 10:40:22 UTC 2009


Author: mschwendt

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

Modified Files:
	audacious-plugin-fc.spec 
Added Files:
	audacious-plugin-fc-0.4-unknown-songtime.patch 
Log Message:
* Sat Oct 24 2009 Michael Schwendt <mschwendt at fedoraproject.org> - 0.4-2
- Set empty/unknown initial songtime instead of 0:00.


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/devel/audacious-plugin-fc.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -p -r1.16 -r1.17
--- audacious-plugin-fc.spec	23 Oct 2009 15:27:30 -0000	1.16
+++ audacious-plugin-fc.spec	24 Oct 2009 10:40:22 -0000	1.17
@@ -7,7 +7,7 @@
 Summary: Future Composer input plugin for Audacious
 Name: audacious-plugin-fc
 Version: 0.4
-Release: 1
+Release: 2
 URL: http://xmms-fc.sourceforge.net/
 License: GPLv2+
 Source:	http://download.sourceforge.net/xmms-fc/audacious-plugin-fc-%{version}.tar.bz2
@@ -19,6 +19,8 @@ BuildRequires: pkgconfig
 Provides: audacious-plugins-fc = %{version}-%{release}
 Requires: audacious >= %{aud_ver}
 
+Patch0: audacious-plugin-fc-0.4-unknown-songtime.patch
+
 
 %description
 This is an input plugin for Audacious which can play back Future Composer
@@ -27,6 +29,7 @@ music files from AMIGA. Song-length dete
 
 %prep
 %setup -q
+%patch0 -p1 -b .unknown-songtime
 
 
 %build
@@ -54,6 +57,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sat Oct 24 2009 Michael Schwendt <mschwendt at fedoraproject.org> - 0.4-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.
 




More information about the fedora-extras-commits mailing list