rpms/audacious/devel audacious-1.1.2-mainwin-update.patch, NONE, 1.1 audacious.spec, 1.12, 1.13

Ralf Ertzinger (ertzing) fedora-extras-commits at redhat.com
Mon Nov 6 15:53:18 UTC 2006


Author: ertzing

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

Modified Files:
	audacious.spec 
Added Files:
	audacious-1.1.2-mainwin-update.patch 
Log Message:

- Decrease main window update frequency somewhat


audacious-1.1.2-mainwin-update.patch:

--- NEW FILE audacious-1.1.2-mainwin-update.patch ---
diff -uNr audacious-fedora-1.1.2-orig/audacious/mainwin.h audacious-fedora-1.1.2/audacious/mainwin.h
--- audacious-fedora-1.1.2-orig/audacious/mainwin.h	2006-11-06 15:54:10.000000000 +0100
+++ audacious-fedora-1.1.2/audacious/mainwin.h	2006-11-06 15:55:54.000000000 +0100
@@ -39,7 +39,7 @@
 #define MAINWIN_TITLEBAR_HEIGHT  (gint)14
 #define MAINWIN_SHADED_HEIGHT    MAINWIN_TITLEBAR_HEIGHT
 
-#define MAINWIN_UPDATE_INTERVAL  10
+#define MAINWIN_UPDATE_INTERVAL  100
 
 #define MAINWIN_DEFAULT_POS_X    20
 #define MAINWIN_DEFAULT_POS_Y    20


Index: audacious.spec
===================================================================
RCS file: /cvs/extras/rpms/audacious/devel/audacious.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- audacious.spec	6 Nov 2006 09:07:19 -0000	1.12
+++ audacious.spec	6 Nov 2006 15:52:48 -0000	1.13
@@ -1,6 +1,6 @@
 Name:           audacious
 Version:        1.1.2
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        A GTK2 based media player similar to xmms
 
 Group:          Applications/Multimedia
@@ -20,6 +20,7 @@
 Patch6:         audacious-1.1.1-shaded-skin.patch
 Patch7:         audacious-1.1.1-controlsocket-name.patch
 Patch8:         audacious-1.1.1-playlist-twenty.patch
+Patch9:         audacious-1.1.2-mainwin-update.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  gtk2-devel >= 2.6, esound-devel >= 0.2, libvorbis-devel >= 1.0
@@ -117,6 +118,9 @@
 # Fix "%20" in playlist entries
 %patch8 -p1 -b playlist-twenty
 
+# Decease main window update frequency when the player is idle
+%patch9 -p1 -b mainwin-update
+
 %build
 %configure \
 	--disable-rpath \
@@ -208,6 +212,9 @@
 
 
 %changelog
+* Mon Nov 06 2006 Ralf Ertzinger <ralf at skytale.net> 1.1.2-4.fc7
+- Decrease main window update frequency somewhat
+
 * Mon Nov 06 2006 Jindrich Novy <jnovy at redhat.com> 1.1.2-3.fc6
 - Rebuild because of the new curl
 - Don't BuildRequire desktop-file-utils twice




More information about the scm-commits mailing list