From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 770021386F3 for ; Wed, 12 Aug 2015 20:05:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C4112E07DB; Wed, 12 Aug 2015 20:05:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 560CEE07DB for ; Wed, 12 Aug 2015 20:05:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3105D34085B for ; Wed, 12 Aug 2015 20:05:21 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3D9EF145 for ; Wed, 12 Aug 2015 20:05:19 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1439410050.3aba238b46e2b3f942f1e5347d2d19130745716c.johu@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/amarok/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/amarok/amarok-2.8.0-r3.ebuild media-sound/amarok/metadata.xml X-VCS-Directories: media-sound/amarok/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 3aba238b46e2b3f942f1e5347d2d19130745716c X-VCS-Branch: master Date: Wed, 12 Aug 2015 20:05:19 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 95bc1eab-5c4a-498a-9754-93108b160be9 X-Archives-Hash: 29e9be6104ccf8260f22d64d1b856c6a commit: 3aba238b46e2b3f942f1e5347d2d19130745716c Author: Johannes Huber gentoo org> AuthorDate: Wed Aug 12 20:07:30 2015 +0000 Commit: Johannes Huber gentoo org> CommitDate: Wed Aug 12 20:07:30 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3aba238b media-sound/amarok: Drop Nepomuk support Package-Manager: portage-2.2.20.1 media-sound/amarok/amarok-2.8.0-r3.ebuild | 11 +++++------ media-sound/amarok/metadata.xml | 1 - 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/media-sound/amarok/amarok-2.8.0-r3.ebuild b/media-sound/amarok/amarok-2.8.0-r3.ebuild index ee3035b..25553b3 100644 --- a/media-sound/amarok/amarok-2.8.0-r3.ebuild +++ b/media-sound/amarok/amarok-2.8.0-r3.ebuild @@ -29,7 +29,7 @@ fi LICENSE="GPL-2" SLOT="4" -IUSE="cdda debug +embedded ipod lastfm mp3tunes mtp nepomuk ofa opengl test +utils" +IUSE="cdda debug +embedded ipod lastfm mp3tunes mtp ofa opengl test +utils" if [[ ${KDE_BUILD_TYPE} == live ]]; then RESTRICT="test" @@ -38,7 +38,7 @@ fi # ipod requires gdk enabled and also gtk compiled in libgpod COMMONDEPEND=" app-crypt/qca:2[qt4(+)] - $(add_kdebase_dep kdelibs 'nepomuk?,opengl?' 4.8.4) + $(add_kdebase_dep kdelibs 'opengl?' 4.8.4) $(add_kdeapps_dep kdebase-kioslaves) >=media-libs/taglib-1.7[asf,mp4] >=media-libs/taglib-extras-1.0.1 @@ -58,13 +58,12 @@ COMMONDEPEND=" mp3tunes? ( dev-libs/glib:2 dev-libs/libxml2 - dev-libs/openssl + dev-libs/openssl:0 net-libs/loudmouth net-misc/curl >=dev-qt/qtcore-4.8.4:4[glib] ) mtp? ( >=media-libs/libmtp-1.0.0 ) - nepomuk? ( >=kde-base/nepomuk-core-4.9.0 ) ofa? ( >=media-libs/libofa-0.9.0 ) opengl? ( virtual/opengl ) " @@ -92,14 +91,14 @@ src_configure() { -DWITH_PLAYER=ON -DWITH_Libgcrypt=OFF -DWITH_SPECTRUM_ANALYZER=OFF + -DWITH_NepomukCore=OFF + -DWITH_Soprano=OFF $(cmake-utils_use embedded WITH_MYSQL_EMBEDDED) $(cmake-utils_use_with ipod) $(cmake-utils_use_with ipod Gdk) $(cmake-utils_use_with lastfm LibLastFm) $(cmake-utils_use_with mtp) $(cmake-utils_use_with mp3tunes MP3Tunes) - $(cmake-utils_use_with nepomuk) - $(cmake-utils_use_with nepomuk Soprano) $(cmake-utils_use_with ofa LibOFA) $(cmake-utils_use_with utils UTILITIES) ) diff --git a/media-sound/amarok/metadata.xml b/media-sound/amarok/metadata.xml index e4da6b0..c964fd8 100644 --- a/media-sound/amarok/metadata.xml +++ b/media-sound/amarok/metadata.xml @@ -18,7 +18,6 @@ Enable mp3tunes integration Enable support for libMTP (Plays4Sure) devices access through libmtp - Enable Nepomuk based semantic desktop support (deprecated) Use media-libs/libofa to compute MusicDNS acoustic fingerprints (used by MusicBrainz)