rpms/audacious-plugins/devel audacious-plugins-2.2-bluetooth.patch, 1.1, 1.2 audacious-plugins.spec, 1.67, 1.68

Michael Schwendt mschwendt at fedoraproject.org
Fri Dec 25 12:33:46 UTC 2009


Author: mschwendt

Update of /cvs/pkgs/rpms/audacious-plugins/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28119

Modified Files:
	audacious-plugins-2.2-bluetooth.patch audacious-plugins.spec 
Log Message:
* Fri Dec 25 2009 Michael Schwendt <mschwendt at fedoraproject.org> - 2.2-4
- Let bluetooth plugin access "alsa-gapless" config values not "alsa"
  as it will be called in post-2.2.


audacious-plugins-2.2-bluetooth.patch:
 bluetooth.c |   28 ++++++++++++++++++++--------
 1 file changed, 20 insertions(+), 8 deletions(-)

Index: audacious-plugins-2.2-bluetooth.patch
===================================================================
RCS file: /cvs/pkgs/rpms/audacious-plugins/devel/audacious-plugins-2.2-bluetooth.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- audacious-plugins-2.2-bluetooth.patch	19 Dec 2009 18:51:57 -0000	1.1
+++ audacious-plugins-2.2-bluetooth.patch	25 Dec 2009 12:33:45 -0000	1.2
@@ -62,7 +62,7 @@ diff -Nur audacious-plugins-2.2-orig/src
      /* switching back to default pcm device at cleanup */
      mcs_handle_t *cfgfile = aud_cfg_db_open();
 -    aud_cfg_db_set_string(cfgfile,"ALSA","pcm_device", "default");
-+    aud_cfg_db_set_string(cfgfile,"alsa","pcm", "default");
++    aud_cfg_db_set_string(cfgfile,"alsa-gapless","pcm", "default");
      aud_cfg_db_close(cfgfile);
 -
 +    }
@@ -76,7 +76,7 @@ diff -Nur audacious-plugins-2.2-orig/src
 +    pcmdev_modified = TRUE;
      mcs_handle_t *cfgfile = aud_cfg_db_open();
 -    aud_cfg_db_set_string(cfgfile,"ALSA","pcm_device", "audacious_bt");
-+    aud_cfg_db_set_string(cfgfile,"alsa","pcm", "audacious_bt");
++    aud_cfg_db_set_string(cfgfile,"alsa-gapless","pcm", "audacious_bt");
      aud_cfg_db_close(cfgfile);
  
      printf("play callback\n");


Index: audacious-plugins.spec
===================================================================
RCS file: /cvs/pkgs/rpms/audacious-plugins/devel/audacious-plugins.spec,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -p -r1.67 -r1.68
--- audacious-plugins.spec	19 Dec 2009 18:51:57 -0000	1.67
+++ audacious-plugins.spec	25 Dec 2009 12:33:45 -0000	1.68
@@ -5,7 +5,7 @@
 
 Name: audacious-plugins
 Version: 2.2
-Release: 3%{?dist}
+Release: 4%{?dist}
 Summary: Plugins for the Audacious media player
 Group: Applications/Multimedia
 URL: http://audacious-media-player.org/
@@ -257,6 +257,10 @@ update-desktop-database &> /dev/null || 
 
 
 %changelog
+* Fri Dec 25 2009 Michael Schwendt <mschwendt at fedoraproject.org> - 2.2-4
+- Let bluetooth plugin access "alsa-gapless" config values not "alsa"
+  as it will be called in post-2.2.
+
 * Sat Dec 19 2009 Michael Schwendt <mschwendt at fedoraproject.org> - 2.2-3
 - Beat bluetooth plugin a bit.
 - Fix missing aud_cfg_db_close calls.




More information about the fedora-extras-commits mailing list