rpms/audacious-plugins/F-12 audacious-plugins-2.1-sndstretch-dialog.patch, NONE, 1.1 audacious-plugins.spec, 1.65, 1.66

Michael Schwendt mschwendt at fedoraproject.org
Sat Nov 21 19:55:51 UTC 2009


Author: mschwendt

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

Modified Files:
	audacious-plugins.spec 
Added Files:
	audacious-plugins-2.1-sndstretch-dialog.patch 
Log Message:
* Sat Nov 21 2009 Michael Schwendt <mschwendt at fedoraproject.org> - 2.1-19
- Fix non-top-level sndstretch plugin dialog.


audacious-plugins-2.1-sndstretch-dialog.patch:
 sndstretch_xmms.c |    1 +
 1 file changed, 1 insertion(+)

--- NEW FILE audacious-plugins-2.1-sndstretch-dialog.patch ---
diff -Nur audacious-plugins-fedora-2.1-orig/src/sndstretch/sndstretch_xmms.c audacious-plugins-fedora-2.1-sndstretch/src/sndstretch/sndstretch_xmms.c
--- audacious-plugins-fedora-2.1-orig/src/sndstretch/sndstretch_xmms.c	2009-07-07 00:40:36.000000000 +0200
+++ audacious-plugins-fedora-2.1-sndstretch/src/sndstretch/sndstretch_xmms.c	2009-11-21 19:36:44.136071570 +0100
@@ -290,6 +290,7 @@
 		return;
 
 	sndstretch_config_dialog = gtk_window_new(GTK_WINDOW_TOPLEVEL);
+    gtk_window_set_type_hint(GTK_WINDOW(sndstretch_config_dialog), GDK_WINDOW_TYPE_HINT_DIALOG);
 	gtk_widget_show(sndstretch_config_dialog);
 
 	logopix = gdk_pixmap_create_from_xpm_d(sndstretch_config_dialog->window, &logomask,


Index: audacious-plugins.spec
===================================================================
RCS file: /cvs/pkgs/rpms/audacious-plugins/F-12/audacious-plugins.spec,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -p -r1.65 -r1.66
--- audacious-plugins.spec	17 Nov 2009 21:54:40 -0000	1.65
+++ audacious-plugins.spec	21 Nov 2009 19:55:51 -0000	1.66
@@ -5,7 +5,7 @@
 
 Name: audacious-plugins
 Version: 2.1
-Release: 18%{?dist}
+Release: 19%{?dist}
 Summary: Plugins for the Audacious media player
 Group: Applications/Multimedia
 URL: http://audacious-media-player.org/
@@ -35,6 +35,7 @@ Patch10: audacious-plugins-2.1-playlist-
 Patch11: audacious_20090702_console.diff
 Patch12: audacious-plugins-2.1-ladspa-backto201.patch
 Patch13: audacious-plugins-2.1-musepack.patch
+Patch14: audacious-plugins-2.1-sndstretch-dialog.patch
 
 BuildRequires: audacious-devel >= %{aud_ver}
 BuildRequires: jack-audio-connection-kit-devel libsamplerate-devel
@@ -168,6 +169,7 @@ vortex compressed files.
 %patch11 -p1 -b .console
 %patch12 -p1 -b .ladspa
 %patch13 -p1 -b .musepack
+%patch14 -p1 -b .sndstretch-dialog
 
 sed -i '\,^.SILENT:,d' buildsys.mk.in
 
@@ -251,6 +253,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sat Nov 21 2009 Michael Schwendt <mschwendt at fedoraproject.org> - 2.1-19
+- Fix non-top-level sndstretch plugin dialog.
+
 * Tue Nov 17 2009 Michael Schwendt <mschwendt at fedoraproject.org> - 2.1-18
 - Corrupt musepack files were able to crash Audacious.
 




More information about the scm-commits mailing list