From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 D4F32138331 for ; Thu, 15 Mar 2018 22:26:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4F3ADE07A7; Thu, 15 Mar 2018 22:26:16 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 22E92E07A7 for ; Thu, 15 Mar 2018 22:26:16 +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 EE57C335C7E for ; Thu, 15 Mar 2018 22:26:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 68D7F15A for ; Thu, 15 Mar 2018 22:26:13 +0000 (UTC) From: "Andreas Sturmlechner" 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" Message-ID: <1521152097.9760bdfeb4c4a98453b0f0726f69ce59b3f07701.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: 9760bdfeb4c4a98453b0f0726f69ce59b3f07701 X-VCS-Branch: master Date: Thu, 15 Mar 2018 22:26:13 +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: fcd06a89-d5b0-4cd7-a972-419d89595e0d X-Archives-Hash: 74426c6cd01d3fe7a7af97cb4c393fb0 commit: 9760bdfeb4c4a98453b0f0726f69ce59b3f07701 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Mar 15 22:14:57 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Mar 15 22:14:57 2018 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=9760bdfe media-sound/amarok: Add USE=podcast Upstream commit 4700309ebb0bc6a217a9ae51e0ef0c0dd0d44a5a 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, 4 insertions(+), 1 deletion(-) diff --git a/media-sound/amarok/amarok-9999.ebuild b/media-sound/amarok/amarok-9999.ebuild index c8422539ef..bede3747b5 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 opengl +utils" +IUSE="+embedded ffmpeg ipod lastfm mtp ofa opengl podcast +utils" if [[ ${KDE_BUILD_TYPE} == live ]]; then RESTRICT="test" @@ -75,6 +75,7 @@ COMMONDEPEND=" lastfm? ( media-libs/liblastfm[qt5(+)] ) mtp? ( >=media-libs/libmtp-1.0.0 ) opengl? ( virtual/opengl ) + podcast? ( >=media-libs/libmygpo-qt-1.0.9[qt5(+)] ) " DEPEND="${COMMONDEPEND} virtual/pkgconfig @@ -97,6 +98,7 @@ src_configure() { $(cmake-utils_use_find_package lastfm LibLastFm) $(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) ) diff --git a/media-sound/amarok/metadata.xml b/media-sound/amarok/metadata.xml index 136f0c7a1c..34043f2641 100644 --- a/media-sound/amarok/metadata.xml +++ b/media-sound/amarok/metadata.xml @@ -22,6 +22,7 @@ Enable support for libMTP (Plays4Sure) devices access through libmtp Use media-libs/libofa to compute MusicDNS acoustic fingerprints (used by MusicBrainz) + Enable gpodder.net podcast support via media-libs/libmygpo-qt Build the utils - old media-sound/amarok-utils