From 4323434f6f327d58bca3ebca3c889df09d34f2a1 Mon Sep 17 00:00:00 2001 From: Michael Schwendt Date: Nov 21 2009 19:55:51 +0000 Subject: - Fix non-top-level sndstretch plugin dialog. --- diff --git a/audacious-plugins-2.1-sndstretch-dialog.patch b/audacious-plugins-2.1-sndstretch-dialog.patch new file mode 100644 index 0000000..89dbc18 --- /dev/null +++ b/audacious-plugins-2.1-sndstretch-dialog.patch @@ -0,0 +1,11 @@ +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, diff --git a/audacious-plugins.spec b/audacious-plugins.spec index 0ec51f6..2ed5749 100644 --- a/audacious-plugins.spec +++ b/audacious-plugins.spec @@ -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-scrollbar.patch 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 - 2.1-19 +- Fix non-top-level sndstretch plugin dialog. + * Tue Nov 17 2009 Michael Schwendt - 2.1-18 - Corrupt musepack files were able to crash Audacious.