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 0FFD1138334 for ; Tue, 26 Feb 2019 11:55:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E7556E0871; Tue, 26 Feb 2019 11:55:02 +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 BD83CE0871 for ; Tue, 26 Feb 2019 11:55:02 +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 8DEC2335CB7 for ; Tue, 26 Feb 2019 11:54:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CB50AA8 for ; Tue, 26 Feb 2019 11:54:57 +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: <1551182091.6527a3959ec314a76c09376c077ba7eeaebc05ee.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: 6527a3959ec314a76c09376c077ba7eeaebc05ee X-VCS-Branch: master Date: Tue, 26 Feb 2019 11:54:57 +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: 23e51727-63f0-416c-9b52-3299840389c9 X-Archives-Hash: 07d804252df154d2eda65c69a2c8f68c commit: 6527a3959ec314a76c09376c077ba7eeaebc05ee Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Feb 26 11:54:28 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Feb 26 11:54:51 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=6527a395 media-sound/amarok: Drop obsolete use of ffmpeg in cmake args Signed-off-by: Andreas Sturmlechner gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 media-sound/amarok/amarok-9999.ebuild | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/media-sound/amarok/amarok-9999.ebuild b/media-sound/amarok/amarok-9999.ebuild index 24231ebbd1..89c092f05d 100644 --- a/media-sound/amarok/amarok-9999.ebuild +++ b/media-sound/amarok/amarok-9999.ebuild @@ -61,15 +61,15 @@ DEPEND=" sci-libs/fftw:3.0 sys-libs/zlib virtual/opengl + ipod? ( + dev-libs/glib:2 + media-libs/libgpod[gtk] + ) ofa? ( media-libs/libofa !libav? ( media-video/ffmpeg:= ) libav? ( media-video/libav:= ) ) - ipod? ( - dev-libs/glib:2 - media-libs/libgpod[gtk] - ) lastfm? ( >=media-libs/liblastfm-1.1.0_pre20150206 ) mtp? ( media-libs/libmtp ) podcast? ( >=media-libs/libmygpo-qt-1.0.9_p20180307 ) @@ -90,7 +90,6 @@ src_configure() { -DWITH_UTILITIES=ON -DCMAKE_DISABLE_FIND_PACKAGE_Googlemock=ON -DWITH_MYSQL_EMBEDDED=OFF - $(cmake-utils_use_find_package ffmpeg FFmpeg) -DWITH_IPOD=$(usex ipod) $(cmake-utils_use_find_package lastfm LibLastFm) $(cmake-utils_use_find_package mtp Mtp)