From d8e1ce857bedb9d018ae0918b4c90686d604c2df Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fran=C3=A7ois=20Andriot?= <albator78@libertysurf.fr>
Date: Mon, 24 Jun 2013 19:58:32 +0200
Subject: RPM Packaging: add 3.5.13.2 build patches

---
 ...emultimedia-3.5.13.2-fix_pulseaudio_mixer.patch | 26 ++++++++++++++++++++++
 1 file changed, 26 insertions(+)
 create mode 100644 redhat/tdemultimedia/tdemultimedia-3.5.13.2-fix_pulseaudio_mixer.patch

(limited to 'redhat/tdemultimedia/tdemultimedia-3.5.13.2-fix_pulseaudio_mixer.patch')

diff --git a/redhat/tdemultimedia/tdemultimedia-3.5.13.2-fix_pulseaudio_mixer.patch b/redhat/tdemultimedia/tdemultimedia-3.5.13.2-fix_pulseaudio_mixer.patch
new file mode 100644
index 000000000..66a796a03
--- /dev/null
+++ b/redhat/tdemultimedia/tdemultimedia-3.5.13.2-fix_pulseaudio_mixer.patch
@@ -0,0 +1,26 @@
+--- trinity-tdemultimedia-3.5.13.2~pre21+6e6307c6/kmix/kmixdockwidget.cpp.ORI	2013-05-21 23:07:46.511834317 +0200
++++ trinity-tdemultimedia-3.5.13.2~pre21+6e6307c6/kmix/kmixdockwidget.cpp	2013-05-21 23:07:04.202716141 +0200
+@@ -109,6 +109,7 @@
+      _oldToolTipValue = -1;
+      _oldPixmapType   = '-';
+ 
++/*
+     if (m_mixer == 0) {
+         // In case that there is no mixer installed, there will be no newVolumeLevels() signal's
+         // Thus we prepare the dock areas manually
+@@ -116,6 +117,7 @@
+         updatePixmap(false);
+         return;
+     }
++*/
+     // create devices
+ 
+     _dockAreaPopup = new ViewDockAreaPopup(0, "dockArea", m_mixer, 0, this);
+@@ -376,7 +378,6 @@
+ 		if ( md != 0 ) {
+         		md->setMuted( !md->isMuted() );
+         		m_mixer->commitVolumeChange( md );
+-        		updatePixmap(false);
+ 		}
+ 	}
+ }
-- 
cgit v1.2.1