[audacious-plugins] Rawhide (F16): Import packages made for 2.5-alpha based on older 2.4.3 packages.

Michael Schwendt mschwendt at fedoraproject.org
Wed Feb 23 18:00:54 UTC 2011


commit 9a437dae8a227ab4fee7b4a4408b2dab93b72596
Author: Michael Schwendt <mschwendt at fedoraproject.org>
Date:   Wed Feb 23 19:00:40 2011 +0100

    Rawhide (F16): Import packages made for 2.5-alpha based on older 2.4.3 packages.

 audacious-plugins-2.5-alpha1-xmms-skindir.patch    |   17 +++++++++++++++++
 ...cious-plugins-2.5-alpha2-adplug-vfs_close.patch |   14 ++++++++++++++
 2 files changed, 31 insertions(+), 0 deletions(-)
---
diff --git a/audacious-plugins-2.5-alpha1-xmms-skindir.patch b/audacious-plugins-2.5-alpha1-xmms-skindir.patch
new file mode 100644
index 0000000..349c01b
--- /dev/null
+++ b/audacious-plugins-2.5-alpha1-xmms-skindir.patch
@@ -0,0 +1,17 @@
+diff -Nur audacious-plugins-2.5-alpha1-orig/src/skins/ui_skinselector.c audacious-plugins-2.5-alpha1/src/skins/ui_skinselector.c
+--- audacious-plugins-2.5-alpha1-orig/src/skins/ui_skinselector.c	2011-01-30 20:40:47.000000000 +0100
++++ audacious-plugins-2.5-alpha1/src/skins/ui_skinselector.c	2011-01-31 21:22:34.805577066 +0100
+@@ -253,9 +253,13 @@
+ skinlist_update(void)
+ {
+     gchar *skinsdir;
++    gchar xmmsskinsdir[] = "/usr/share/xmms/Skins";
+ 
+     skinlist_clear();
+ 
++    if (g_file_test(xmmsskinsdir, G_FILE_TEST_IS_DIR)) {
++        scan_skindir( xmmsskinsdir );
++    }
+     scan_skindir(skins_paths[SKINS_PATH_USER_SKIN_DIR]);
+ 
+     gchar * path = g_strdup_printf ("%s/Skins", aud_get_path (AUD_PATH_DATA_DIR));
diff --git a/audacious-plugins-2.5-alpha2-adplug-vfs_close.patch b/audacious-plugins-2.5-alpha2-adplug-vfs_close.patch
new file mode 100644
index 0000000..2262d46
--- /dev/null
+++ b/audacious-plugins-2.5-alpha2-adplug-vfs_close.patch
@@ -0,0 +1,14 @@
+diff -Nur audacious-plugins-fedora-2.5-alpha2-orig/src/adplug/core/binio_virtual.h audacious-plugins-fedora-2.5-alpha2/src/adplug/core/binio_virtual.h
+--- audacious-plugins-fedora-2.5-alpha2-orig/src/adplug/core/binio_virtual.h	2011-02-22 19:32:06.000000000 +0100
++++ audacious-plugins-fedora-2.5-alpha2/src/adplug/core/binio_virtual.h	2011-02-23 10:08:05.446095654 +0100
+@@ -22,10 +22,6 @@
+ 	};
+ 
+ 	~vfsistream() {
+-		if (this->fd) {
+-			vfs_fclose(this->fd);
+-			this->fd = 0;
+-		}
+ 	};
+ 
+ 	vfsistream(VFSFile *fd) {


More information about the scm-commits mailing list