From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1011160-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 305C21382C5 for <garchives@archives.gentoo.org>; Tue, 20 Mar 2018 16:50:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 494C8E08CE; Tue, 20 Mar 2018 16:50:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 25EBEE08CE for <gentoo-commits@lists.gentoo.org>; Tue, 20 Mar 2018 16:50:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5F97F335C2C for <gentoo-commits@lists.gentoo.org>; Tue, 20 Mar 2018 16:50:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6677225E for <gentoo-commits@lists.gentoo.org>; Tue, 20 Mar 2018 16:50:52 +0000 (UTC) From: "Andreas Sturmlechner" <asturm@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" <asturm@gentoo.org> Message-ID: <1521564631.e8551e4ef8211db3f6f98107c5873e55ffdf001b.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: media-sound/amarok/ X-VCS-Repository: proj/kde X-VCS-Files: media-sound/amarok/amarok-9999.ebuild media-sound/amarok/metadata.xml X-VCS-Directories: media-sound/amarok/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: e8551e4ef8211db3f6f98107c5873e55ffdf001b X-VCS-Branch: master Date: Tue, 20 Mar 2018 16:50:52 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 542f3823-5ca6-4e31-a113-b2f7818654d5 X-Archives-Hash: 3f21e2c628c20104561cf3dcf1eaf477 commit: e8551e4ef8211db3f6f98107c5873e55ffdf001b Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Tue Mar 20 16:50:31 2018 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Tue Mar 20 16:50:31 2018 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=e8551e4e media-sound/amarok: Drop USE=utils, build unconditionally No extra dependencies, no point disabling. Package-Manager: Portage-2.3.24, Repoman-2.3.6 media-sound/amarok/amarok-9999.ebuild | 4 ++-- media-sound/amarok/metadata.xml | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/media-sound/amarok/amarok-9999.ebuild b/media-sound/amarok/amarok-9999.ebuild index 87a1bba632..d573a1e07e 100644 --- a/media-sound/amarok/amarok-9999.ebuild +++ b/media-sound/amarok/amarok-9999.ebuild @@ -13,7 +13,7 @@ DESCRIPTION="Advanced audio player based on KDE frameworks" HOMEPAGE="https://amarok.kde.org/" LICENSE="GPL-2" -IUSE="+embedded ffmpeg ipod lastfm mtp ofa podcast +utils wikipedia" +IUSE="+embedded ffmpeg ipod lastfm mtp ofa podcast wikipedia" if [[ ${KDE_BUILD_TYPE} == live ]]; then RESTRICT="test" @@ -96,6 +96,7 @@ src_configure() { local mycmakeargs=( -DWITH_MP3Tunes=OFF -DWITH_PLAYER=ON + -DWITH_UTILITIES=ON -DWITH_MYSQL_EMBEDDED=$(usex embedded) $(cmake-utils_use_find_package ffmpeg FFmpeg) -DWITH_IPOD=$(usex ipod) @@ -103,7 +104,6 @@ src_configure() { $(cmake-utils_use_find_package mtp Mtp) $(cmake-utils_use_find_package ofa LibOFA) $(cmake-utils_use_find_package podcast Mygpo-qt5) - -DWITH_UTILITIES=$(usex utils) $(cmake-utils_use_find_package wikipedia Qt5WebEngine) ) diff --git a/media-sound/amarok/metadata.xml b/media-sound/amarok/metadata.xml index 8342725066..19fd686064 100644 --- a/media-sound/amarok/metadata.xml +++ b/media-sound/amarok/metadata.xml @@ -23,7 +23,6 @@ <flag name="ofa">Use <pkg>media-libs/libofa</pkg> to compute MusicDNS acoustic fingerprints (used by MusicBrainz)</flag> <flag name="podcast">Enable gpodder.net podcast support via <pkg>media-libs/libmygpo-qt</pkg></flag> - <flag name="utils">Build tagging and collection scanner utilities</flag> <flag name="wikipedia">Enable wikipedia widget using <pkg>dev-qt/qtwebengine</pkg></flag> </use> </pkgmetadata>