summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2022-05-22 09:54:48 +0200
committerLars Wendler <polynomial-c@gentoo.org>2022-05-22 09:59:47 +0200
commite4376591bd636479d2781feffbf52943b4275e8a (patch)
treea2341f04a71122a09223e9a615057c7022ac090c /media-sound/qmmp/files/qmmp-1.6.0-udisks_plugin.patch
parentprofiles/arch: Mask qmmp's xmp USE flag on non-amd64 arches for now (diff)
downloadgentoo-e4376591bd636479d2781feffbf52943b4275e8a.tar.gz
gentoo-e4376591bd636479d2781feffbf52943b4275e8a.tar.bz2
gentoo-e4376591bd636479d2781feffbf52943b4275e8a.zip
media-sound/qmmp: Bump to version 1.6.0
Closes: https://bugs.gentoo.org/846890 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'media-sound/qmmp/files/qmmp-1.6.0-udisks_plugin.patch')
-rw-r--r--media-sound/qmmp/files/qmmp-1.6.0-udisks_plugin.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/media-sound/qmmp/files/qmmp-1.6.0-udisks_plugin.patch b/media-sound/qmmp/files/qmmp-1.6.0-udisks_plugin.patch
new file mode 100644
index 000000000000..45512099ffeb
--- /dev/null
+++ b/media-sound/qmmp/files/qmmp-1.6.0-udisks_plugin.patch
@@ -0,0 +1,11 @@
+--- qmmp-1.6.0/src/plugins/General/CMakeLists.txt
++++ qmmp-1.6.0/src/plugins/General/CMakeLists.txt
+@@ -51,7 +51,7 @@
+ ENDIF(USE_HAL AND Qt5DBus_FOUND)
+
+ IF(USE_UDISKS2 AND Qt5DBus_FOUND)
+-add_subdirectory(udisks2)
++add_subdirectory(udisks)
+ ENDIF(USE_UDISKS2 AND Qt5DBus_FOUND)
+
+ IF(USE_HOTKEY AND Qt5X11Extras_FOUND)