summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-12-17 11:02:25 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2023-12-17 11:02:25 +0100
commitc1adf2c2e1f8b40de76d19544f65d7ad722be690 (patch)
tree964d322580c8f91dd4655576106f9dd024197761
parent57e2c54f7fdf3122ef1057ed2870a6a2c8160751 (diff)
downloadkde-c1adf2c2e1f8b40de76d19544f65d7ad722be690.tar.gz
kde-c1adf2c2e1f8b40de76d19544f65d7ad722be690.tar.bz2
kde-c1adf2c2e1f8b40de76d19544f65d7ad722be690.zip
media-sound/amarok: Drop IUSE ofa, media-libs/libofa was last-rited
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--media-sound/amarok/amarok-9999.ebuild10
1 files changed, 3 insertions, 7 deletions
diff --git a/media-sound/amarok/amarok-9999.ebuild b/media-sound/amarok/amarok-9999.ebuild
index 8ba31c55fff..e4568afce5b 100644
--- a/media-sound/amarok/amarok-9999.ebuild
+++ b/media-sound/amarok/amarok-9999.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://amarok.kde.org/"
LICENSE="GPL-2"
SLOT="5"
-IUSE="ipod lastfm mariadb mtp ofa podcast wikipedia"
+IUSE="ipod lastfm mariadb mtp podcast wikipedia"
# ipod requires gdk enabled and also gtk compiled in libgpod
BDEPEND="virtual/pkgconfig"
@@ -67,10 +67,6 @@ DEPEND="
dev-libs/glib:2
media-libs/libgpod[gtk]
)
- ofa? (
- media-libs/libofa
- media-video/ffmpeg:=
- )
lastfm? ( >=media-libs/liblastfm-1.1.0_pre20150206 )
mariadb? ( dev-db/mariadb-connector-c:= )
!mariadb? ( dev-db/mysql-connector-c:= )
@@ -81,7 +77,7 @@ DEPEND="
RDEPEND="${DEPEND}
>=dev-qt/qtquickcontrols2-${QTMIN}:5
>=kde-frameworks/kirigami-${KFMIN}:5
- !ofa? ( media-video/ffmpeg )
+ media-video/ffmpeg
"
src_configure() {
@@ -90,12 +86,12 @@ src_configure() {
-DWITH_PLAYER=ON
-DWITH_UTILITIES=ON
-DCMAKE_DISABLE_FIND_PACKAGE_Googlemock=ON
+ -DCMAKE_DISABLE_FIND_PACKAGE_LibOFA=ON
-DCMAKE_DISABLE_FIND_PACKAGE_MySQLe=ON
-DWITH_IPOD=$(usex ipod)
$(cmake_use_find_package lastfm LibLastFm)
$(cmake_use_find_package !mariadb MySQL)
$(cmake_use_find_package mtp Mtp)
- $(cmake_use_find_package ofa LibOFA)
$(cmake_use_find_package podcast Mygpo-qt5)
$(cmake_use_find_package wikipedia Qt5WebEngine)
)