[SCM] Phonon VLC backend packaging branch, master, updated. debian/0.8.2-1-12-gcb907e1

Maximiliano Curia maxy at moszumanska.debian.org
Tue May 17 09:27:56 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-std/phonon-backend-vlc.git;a=commitdiff;h=5771928

The following commit has been merged in the master branch:
commit 577192852a4b3f978190983dd7c2a1845ff395c5
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date:   Tue May 17 11:15:51 2016 +0200

    Add new patch: phonon_4.8_compatibility.diff
---
 debian/patches/phonon_4.8_compatibility.diff | 18 ++++++++++++++++++
 debian/patches/series                        |  1 +
 2 files changed, 19 insertions(+)

diff --git a/debian/patches/phonon_4.8_compatibility.diff b/debian/patches/phonon_4.8_compatibility.diff
new file mode 100644
index 0000000..7729a31
--- /dev/null
+++ b/debian/patches/phonon_4.8_compatibility.diff
@@ -0,0 +1,18 @@
+--- a/src/audio/audiooutput.cpp
++++ b/src/audio/audiooutput.cpp
+@@ -86,6 +86,7 @@
+     }
+ }
+ 
++#if (PHONON_VERSION >= PHONON_VERSION_CHECK(4, 8, 50))
+ void AudioOutput::setMuted(bool mute)
+ {
+     if (mute == m_player->mute()) {
+@@ -95,6 +96,7 @@
+     }
+     m_player->setMute(mute);
+ }
++#endif
+ 
+ int AudioOutput::outputDevice() const
+ {
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..8106e88
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+phonon_4.8_compatibility.diff

-- 
Phonon VLC backend packaging



More information about the pkg-kde-commits mailing list