[neon/kde/plasma-workspace/Neon/unstable] debian/patches: try and patch the problem temporarily

Carlos De Maine null at kde.org
Wed Jul 19 07:43:41 BST 2023


Git commit 788753acb569f64d617436da154ec918395cade3 by Carlos De Maine.
Committed on 19/07/2023 at 06:43.
Pushed by carlosdem into branch 'Neon/unstable'.

try and patch the problem temporarily

A  +1    -0    debian/patches/series
A  +13   -0    debian/patches/temp_phonon_fix.diff

https://invent.kde.org/neon/kde/plasma-workspace/-/commit/788753acb569f64d617436da154ec918395cade3

diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..09cc089
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+temp_phonon_fix.diff
\ No newline at end of file
diff --git a/debian/patches/temp_phonon_fix.diff b/debian/patches/temp_phonon_fix.diff
new file mode 100644
index 0000000..b893d41
--- /dev/null
+++ b/debian/patches/temp_phonon_fix.diff
@@ -0,0 +1,13 @@
+diff --git a/phonon/platform_kde/kiomediastream.h b/phonon/platform_kde/kiomediastream.h
+index 6552a6ab16176c5fb9d28ce40278d760d0751a16..9fec0678b569ecaca5df2f3352bfde2c0628018f 100644
+--- a/phonon/platform_kde/kiomediastream.h
++++ b/phonon/platform_kde/kiomediastream.h
+@@ -6,7 +6,7 @@
+ 
+ #pragma once
+ 
+-#include <phonon/AbstractMediaStream>
++#include <phonon/abstractmediastream.h>
+ 
+ class QUrl;
+ 
\ No newline at end of file


More information about the Neon-commits mailing list