rpms/system-config-soundcard/FC-4 system-config-soundcard-1.2.14-kudzu-log.patch, NONE, 1.1 system-config-soundcard-1.2.14-text.patch, NONE, 1.1 system-config-soundcard.spec, 1.18, 1.19

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Jan 30 12:12:37 UTC 2006


Author: stransky

Update of /cvs/dist/rpms/system-config-soundcard/FC-4
In directory cvs.devel.redhat.com:/tmp/cvs-serv16857

Modified Files:
	system-config-soundcard.spec 
Added Files:
	system-config-soundcard-1.2.14-kudzu-log.patch 
	system-config-soundcard-1.2.14-text.patch 
Log Message:
added log for kudzu and text clean-up

system-config-soundcard-1.2.14-kudzu-log.patch:
 soundcardBackend.py |    5 +++++
 1 files changed, 5 insertions(+)

--- NEW FILE system-config-soundcard-1.2.14-kudzu-log.patch ---
--- system-config-soundcard-1.2.14/src/soundcardBackend.py.old	2006-01-30 10:29:42.000000000 +0100
+++ system-config-soundcard-1.2.14/src/soundcardBackend.py	2006-01-30 10:27:26.000000000 +0100
@@ -127,6 +127,11 @@
         list = kudzu.probe(kudzu.CLASS_AUDIO, kudzu.BUS_PCI | kudzu.BUS_MACIO,
                            kudzu.PROBE_ALL)
 
+        print "----------- Kudzu -------------"
+        for card in list:
+	    print card
+            print "----------- **** -------------"
+
         for card in list:
             #Let's go through the list of cards.  If the driver is 'unknown',
             #don't put the card in the list.

system-config-soundcard-1.2.14-text.patch:
 soundcard.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

--- NEW FILE system-config-soundcard-1.2.14-text.patch ---
--- system-config-soundcard-1.2.14/src/soundcard.py.old	2006-01-18 12:52:41.000000000 +0100
+++ system-config-soundcard-1.2.14/src/soundcard.py	2006-01-18 12:52:27.000000000 +0100
@@ -182,7 +182,7 @@
             deviceTopBox.pack_start(deviceBox)
 
             #Create a check-box for hw/sw config
-            button = gtk.CheckButton(_("Use only the hardware device"))
+            button = gtk.CheckButton(_("Disable software mixing (dmix, dsnoop)"))
             button.set_active(self.soundcardBackend.getHardwareDevice())
             button.connect("toggled", self.changeHW)
             button.show()
@@ -190,7 +190,7 @@
             deviceTopBox.pack_start(button)
 
             #Create a check-box for key config
-            button = gtk.CheckButton(_("Dynamic keys for dmix and dsnoop"))
+            button = gtk.CheckButton(_("Dynamic keys for software mixer (more secure)"))
             button.set_active(self.soundcardBackend.getDynamicKeys())
             button.connect("toggled", self.changeDynKeys)
             button.show()


Index: system-config-soundcard.spec
===================================================================
RCS file: /cvs/dist/rpms/system-config-soundcard/FC-4/system-config-soundcard.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- system-config-soundcard.spec	24 Jan 2006 10:32:24 -0000	1.18
+++ system-config-soundcard.spec	30 Jan 2006 12:12:34 -0000	1.19
@@ -11,6 +11,8 @@
 Source0: %{name}-%{version}.tar.bz2
 Patch0:  system-config-soundcard-1.2.12-mod.patch
 Patch1:  system-config-soundcard-1.2.12-update.patch
+Patch2:  system-config-soundcard-1.2.14-text.patch
+Patch3:  system-config-soundcard-1.2.14-kudzu-log.patch
 BuildRequires: desktop-file-utils
 BuildRequires: gettext
 ExcludeArch: s390 s390x
@@ -32,6 +34,8 @@
 %setup -q
 %patch -p1 -b .mod
 %patch1 -p1 -b .update
+%patch2 -p1
+%patch3 -p1
 
 %build
 make
@@ -79,6 +83,9 @@
 %attr(0644,root,root) %config /etc/pam.d/system-config-soundcard
 
 %changelog
+* Mon Jan 30 2006 Martin Stransky <stransky at redhat.com> 1.2.12-5.FC4
+- added log for kudzu and text clean-up
+
 * Tue Jan 24 2006 Martin Stransky <stransky at redhat.com> 1.2.12-4.FC4
 - backported fixes from devel branch (1.2.14)
 - added dependency on alsa-utils-1.0.10




More information about the fedora-cvs-commits mailing list