commit: abb4431bfb8bbfdca53c84f8cb7f269287ffc76c
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 10 23:02:12 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Mar 10 23:26:26 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abb4431b
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
app-leechcraft/lc-lmp/lc-lmp-9999.ebuild | 7 +++----
app-leechcraft/lc-lmp/metadata.xml | 1 -
2 files changed, 3 insertions(+), 5 deletions(-)
diff --git a/app-leechcraft/lc-lmp/lc-lmp-9999.ebuild
b/app-leechcraft/lc-lmp/lc-lmp-9999.ebuild
index fb184522e15..d2dadbaf3dd 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)
diff --git a/app-leechcraft/lc-lmp/metadata.xml
b/app-leechcraft/lc-lmp/metadata.xml
index 87c916e3cb8..4a780c0800e 100644
--- a/app-leechcraft/lc-lmp/metadata.xml
+++ b/app-leechcraft/lc-lmp/metadata.xml
@@ -12,7 +12,6 @@
<use>
<flag name="fradj">Build FrAdj, the equalizer effect
module</flag>
<flag name="graffiti">Build media tags editor plugin</flag>
- <flag name="guess">Enable tags encoding guessing via the
libguess library</flag>
<flag name="mpris">Enable MPRIS support</flag>
<flag name="mp3tunes">Build plugin for supporting the
mp3tunes.com music locker service</flag>
<flag name="potorchu"> Enable the projectM-based visualization
effects module for LMP</flag>