rpms/audacious/devel audacious-1.1.1-controlsocket-name.patch, NONE, 1.1 audacious.spec, 1.3, 1.4

Ralf Ertzinger (ertzing) fedora-extras-commits at redhat.com
Sun Jul 30 18:15:16 UTC 2006


Author: ertzing

Update of /cvs/extras/rpms/audacious/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29658

Modified Files:
	audacious.spec 
Added Files:
	audacious-1.1.1-controlsocket-name.patch 
Log Message:

- Change the name of the control socket to xmms instead of
  audacious. This makes programs that remote control xmms
  (and compatibles) work.


audacious-1.1.1-controlsocket-name.patch:

--- NEW FILE audacious-1.1.1-controlsocket-name.patch ---
diff -uNr audacious-fedora-1.1.1-orig/audacious/controlsocket.h audacious-fedora-1.1.1/audacious/controlsocket.h
--- audacious-fedora-1.1.1-orig/audacious/controlsocket.h	2006-06-24 18:20:48.000000000 +0200
+++ audacious-fedora-1.1.1/audacious/controlsocket.h	2006-07-30 20:11:35.000000000 +0200
@@ -26,7 +26,7 @@
 
 #define XMMS_PROTOCOL_VERSION	     1
 
-#define CTRLSOCKET_NAME              "audacious"
+#define CTRLSOCKET_NAME              "xmms"
 #define CTRLSOCKET_IO_TIMEOUT_USEC   100000
 
 enum {


Index: audacious.spec
===================================================================
RCS file: /cvs/extras/rpms/audacious/devel/audacious.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- audacious.spec	30 Jul 2006 17:24:09 -0000	1.3
+++ audacious.spec	30 Jul 2006 18:15:16 -0000	1.4
@@ -1,6 +1,6 @@
 Name:           audacious
 Version:        1.1.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        A GTK2 based media player similar to xmms
 
 Group:          Applications/Multimedia
@@ -18,6 +18,7 @@
 Patch4:         audacious-1.1.0-quoting.patch
 Patch5:         audacious-1.1.0-amidi-backend.patch
 Patch6:         audacious-1.1.1-shaded-skin.patch
+Patch7:         audacious-1.1.1-controlsocket.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  gtk2-devel >= 2.6, esound-devel >= 0.2, libvorbis-devel >= 1.0
@@ -104,6 +105,8 @@
 # Shaded playlist window decorations
 %patch6 -p1 -b shaded-skin
 
+# Controlsocket named "xmms" instead of "audacious"
+%patch7 -p1 -b controlsocket-name
 
 %build
 %configure \
@@ -196,6 +199,11 @@
 
 
 %changelog
+* Sun Jul 30 2006 Ralf Ertzinger <ralf at skytale.net> 1.1.1-2.fc6
+- Change the name of the control socket to "xmms" instead of
+  audacious. This makes programs that remote control xmms
+  (and compatibles) work.
+
 * Sun Jul 30 2006 Ralf Ertzinger <ralf at skytale.net> 1.1.1-1.fc6
 - Update to 1.1.1
 - Drop amidi path patch




More information about the fedora-extras-commits mailing list