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 D203B13832F for ; Wed, 20 Jul 2016 08:15:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2708AE0B12; Wed, 20 Jul 2016 08:15:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AE207E0B12 for ; Wed, 20 Jul 2016 08:15:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EA872340BF4 for ; Wed, 20 Jul 2016 08:15:25 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AD9117D1 for ; Wed, 20 Jul 2016 08:15:21 +0000 (UTC) From: "Sergey Popov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergey Popov" Message-ID: <1469002516.2632c5199d8d2de43051f09f0dbfac46c0361cdf.pinkbyte@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/cmus/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/cmus/cmus-2.7.1.ebuild media-sound/cmus/metadata.xml X-VCS-Directories: media-sound/cmus/ X-VCS-Committer: pinkbyte X-VCS-Committer-Name: Sergey Popov X-VCS-Revision: 2632c5199d8d2de43051f09f0dbfac46c0361cdf X-VCS-Branch: master Date: Wed, 20 Jul 2016 08:15:21 +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: fdc0d02c-abc0-4d74-86e4-afa729f335b7 X-Archives-Hash: 99693a5406aa19cb4f3186fa0e1639e1 commit: 2632c5199d8d2de43051f09f0dbfac46c0361cdf Author: Sergey Popov gentoo org> AuthorDate: Wed Jul 20 08:14:54 2016 +0000 Commit: Sergey Popov gentoo org> CommitDate: Wed Jul 20 08:15:16 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2632c519 media-sound/cmus: rename USE 'wma' to USE 'ffmpeg' Reported-by: xpue gmail.com> Gentoo-Bug: 553834 Package-Manager: portage-2.2.28 media-sound/cmus/cmus-2.7.1.ebuild | 15 ++++++++++----- media-sound/cmus/metadata.xml | 1 - 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/media-sound/cmus/cmus-2.7.1.ebuild b/media-sound/cmus/cmus-2.7.1.ebuild index 9b3aabb..8b231d5 100644 --- a/media-sound/cmus/cmus-2.7.1.ebuild +++ b/media-sound/cmus/cmus-2.7.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -12,9 +12,9 @@ SRC_URI="https://github.com/cmus/cmus/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ~ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris" -IUSE="aac alsa ao cue cdio cddb discid debug examples +flac jack libsamplerate +IUSE="aac alsa ao cue cdio cddb discid debug examples ffmpeg +flac jack libsamplerate +mad mikmod modplug mp4 musepack opus oss pidgin pulseaudio tremor +unicode - +vorbis wavpack wma" + +vorbis wavpack" CDEPEND="sys-libs/ncurses[unicode?] aac? ( media-libs/faad2 ) @@ -24,6 +24,7 @@ CDEPEND="sys-libs/ncurses[unicode?] cdio? ( dev-libs/libcdio-paranoia ) cddb? ( media-libs/libcddb ) discid? ( media-libs/libdiscid ) + ffmpeg? ( media-video/ffmpeg:= ) flac? ( media-libs/flac ) jack? ( media-sound/jack-audio-connection-kit ) libsamplerate? ( media-libs/libsamplerate ) @@ -36,8 +37,7 @@ CDEPEND="sys-libs/ncurses[unicode?] pulseaudio? ( media-sound/pulseaudio ) tremor? ( media-libs/tremor ) !tremor? ( vorbis? ( >=media-libs/libvorbis-1.0 ) ) - wavpack? ( media-sound/wavpack ) - wma? ( media-video/ffmpeg:= )" + wavpack? ( media-sound/wavpack )" DEPEND="${CDEPEND} virtual/pkgconfig" RDEPEND="${CDEPEND} @@ -102,3 +102,8 @@ src_install() { newbin contrib/cmus-updatepidgin.py cmus-updatepidgin fi } + +pkg_postinst() { + einfo "USE flag 'wma' was replaced by 'ffmpeg'" + einfo "Details here - https://bugs.gentoo.org/show_bug.cgi?id=553834" +} diff --git a/media-sound/cmus/metadata.xml b/media-sound/cmus/metadata.xml index 8a0aad3..b6311fb 100644 --- a/media-sound/cmus/metadata.xml +++ b/media-sound/cmus/metadata.xml @@ -12,7 +12,6 @@ install support script for net-im/pidgin enable support for media-libs/opusfile use libivorbis from media-libs/tremor instead of media-libs/libvorbis - add support for Windows Media Audio cmus/cmus