summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-03-11 00:02:12 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2018-03-11 00:26:26 +0100
commitabb4431bfb8bbfdca53c84f8cb7f269287ffc76c (patch)
tree5b164d2b0644c369e24be3c43967f455664f125a /app-leechcraft/lc-lmp/lc-lmp-9999.ebuild
parentdev-qt/qtsvg: fix qtwidgets dependency (diff)
downloadgentoo-abb4431bfb8bbfdca53c84f8cb7f269287ffc76c.tar.gz
gentoo-abb4431bfb8bbfdca53c84f8cb7f269287ffc76c.tar.bz2
gentoo-abb4431bfb8bbfdca53c84f8cb7f269287ffc76c.zip
app-leechcraft/lc-lmp: Drop USE=guess
Prepare for impending app-i18n/libguess last-rites. Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'app-leechcraft/lc-lmp/lc-lmp-9999.ebuild')
-rw-r--r--app-leechcraft/lc-lmp/lc-lmp-9999.ebuild7
1 files changed, 3 insertions, 4 deletions
diff --git a/app-leechcraft/lc-lmp/lc-lmp-9999.ebuild b/app-leechcraft/lc-lmp/lc-lmp-9999.ebuild
index fb184522e157..d2dadbaf3dd1 100644
--- a/app-leechcraft/lc-lmp/lc-lmp-9999.ebuild
+++ b/app-leechcraft/lc-lmp/lc-lmp-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -9,7 +9,7 @@ DESCRIPTION="LeechCraft Media Player, Phonon-based audio/video player"
SLOT="0"
KEYWORDS=""
-IUSE="debug +fradj +graffiti +guess +mpris +mtp +mp3tunes potorchu"
+IUSE="debug +fradj +graffiti +mpris +mtp +mp3tunes potorchu"
# depend on gstreamer:0.10 to match current Qt deps
DEPEND="~app-leechcraft/lc-core-${PV}
@@ -22,7 +22,6 @@ DEPEND="~app-leechcraft/lc-core-${PV}
media-libs/gstreamer:1.0
mpris? ( dev-qt/qtdbus:5 )
- guess? ( app-i18n/libguess )
media-libs/taglib
mtp? ( media-libs/libmtp )
potorchu? ( media-libs/libprojectm )"
@@ -34,7 +33,7 @@ src_configure() {
local mycmakeargs=(
-DENABLE_LMP_FRADJ=$(usex fradj)
-DENABLE_LMP_GRAFFITI=$(usex graffiti)
- -DENABLE_LMP_LIBGUESS=$(usex guess)
+ -DENABLE_LMP_LIBGUESS=OFF
-DENABLE_LMP_MPRIS=$(usex mpris)
-DENABLE_LMP_MTPSYNC=$(usex mtp)
-DENABLE_LMP_MP3TUNES=$(usex mp3tunes)