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 EDD39138334 for ; Mon, 25 Feb 2019 21:15:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0B6DEE08D0; Mon, 25 Feb 2019 21:15:39 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 D34AAE08D0 for ; Mon, 25 Feb 2019 21:15:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 6BF6E335C9C for ; Mon, 25 Feb 2019 21:15:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4C4DD54F for ; Mon, 25 Feb 2019 21:15:35 +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: <1551129285.54f292dd59cc6cceec9dc1cf24c0fa213a6e0b19.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 X-VCS-Directories: media-sound/amarok/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 54f292dd59cc6cceec9dc1cf24c0fa213a6e0b19 X-VCS-Branch: master Date: Mon, 25 Feb 2019 21:15:35 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ad0df32b-51cf-4a8e-a9ab-443ec8c36097 X-Archives-Hash: 7c65640bdb19012faede42caf51e71a3 commit: 54f292dd59cc6cceec9dc1cf24c0fa213a6e0b19 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Feb 25 21:14:35 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Feb 25 21:14:45 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=54f292dd media-sound/amarok: USE ffmpeg -> libav, needs slot ops if USE=ofa Small min versions cleanup. Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> media-sound/amarok/amarok-9999.ebuild | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/media-sound/amarok/amarok-9999.ebuild b/media-sound/amarok/amarok-9999.ebuild index 58fdd12eba..24231ebbd1 100644 --- a/media-sound/amarok/amarok-9999.ebuild +++ b/media-sound/amarok/amarok-9999.ebuild @@ -10,7 +10,7 @@ DESCRIPTION="Advanced audio player based on KDE frameworks" HOMEPAGE="https://amarok.kde.org/" LICENSE="GPL-2" -IUSE="ffmpeg ipod lastfm mtp ofa podcast wikipedia" +IUSE="ipod lastfm libav mtp ofa podcast wikipedia" # ipod requires gdk enabled and also gtk compiled in libgpod BDEPEND="virtual/pkgconfig" @@ -56,27 +56,29 @@ DEPEND=" app-crypt/qca:2[qt5(+)] dev-db/mysql-connector-c:= media-libs/phonon[qt5(+)] - >=media-libs/taglib-1.7[asf(+),mp4(+)] - >=media-libs/taglib-extras-1.0.1 + media-libs/taglib + media-libs/taglib-extras sci-libs/fftw:3.0 sys-libs/zlib virtual/opengl - ffmpeg? ( - virtual/ffmpeg - ofa? ( >=media-libs/libofa-0.9.0 ) + ofa? ( + media-libs/libofa + !libav? ( media-video/ffmpeg:= ) + libav? ( media-video/libav:= ) ) ipod? ( dev-libs/glib:2 - >=media-libs/libgpod-0.7.0[gtk] + media-libs/libgpod[gtk] ) lastfm? ( >=media-libs/liblastfm-1.1.0_pre20150206 ) - mtp? ( >=media-libs/libmtp-1.0.0 ) - podcast? ( >=media-libs/libmygpo-qt-1.0.9[qt5(+)] ) + mtp? ( media-libs/libmtp ) + podcast? ( >=media-libs/libmygpo-qt-1.0.9_p20180307 ) wikipedia? ( $(add_qt_dep qtwebengine) ) " RDEPEND="${DEPEND} !media-sound/amarok:4 $(add_qt_dep qtquickcontrols2) + !ofa? ( virtual/ffmpeg ) " PATCHES=( "${FILESDIR}"/${PN}-2.8.90-mysqld-rpath.patch )