summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2021-10-14 21:16:05 +0200
committerLars Wendler <polynomial-c@gentoo.org>2021-10-14 21:16:28 +0200
commit12be22f0897340b916dd31acf79eed6bb0cffb24 (patch)
tree4c365138a61dc101e55af2f153ae21435ce79db1 /media-sound
parentmedia-sound/strawberry: Bump to version 1.0.0 (diff)
downloadgentoo-12be22f0897340b916dd31acf79eed6bb0cffb24.tar.gz
gentoo-12be22f0897340b916dd31acf79eed6bb0cffb24.tar.bz2
gentoo-12be22f0897340b916dd31acf79eed6bb0cffb24.zip
media-sound/strawberry: Synced live ebuild
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/strawberry/strawberry-9999.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/media-sound/strawberry/strawberry-9999.ebuild b/media-sound/strawberry/strawberry-9999.ebuild
index ccbe95c4a8c1..b79659cf7e03 100644
--- a/media-sound/strawberry/strawberry-9999.ebuild
+++ b/media-sound/strawberry/strawberry-9999.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
inherit cmake flag-o-matic plocale virtualx xdg
@@ -44,7 +44,7 @@ COMMON_DEPEND="
dev-qt/qtsql:5[sqlite]
dev-qt/qtwidgets:5
media-libs/alsa-lib
- media-libs/chromaprint:=
+ >=media-libs/chromaprint-1.4:=
>=media-libs/libmygpo-qt-1.0.9[qt5(+)]
>=media-libs/taglib-1.11.1_p20181028
sys-libs/zlib
@@ -106,6 +106,7 @@ src_configure() {
-DENABLE_LIBPULSE="$(usex pulseaudio)"
-DENABLE_UDISKS2="$(usex udisks)"
-DENABLE_VLC="$(usex vlc)"
+ # Disable until we have qt6 in the tree
-DWITH_QT6=OFF
)