From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-983944-garchives=archives.gentoo.org@lists.gentoo.org> 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 0A2CC1396D9 for <garchives@archives.gentoo.org>; Tue, 14 Nov 2017 09:48:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 466C7E1137; Tue, 14 Nov 2017 09:48:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 233B2E1137 for <gentoo-commits@lists.gentoo.org>; Tue, 14 Nov 2017 09:48:04 +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 6656133C6B6 for <gentoo-commits@lists.gentoo.org>; Tue, 14 Nov 2017 09:48:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 230269AE5 for <gentoo-commits@lists.gentoo.org>; Tue, 14 Nov 2017 09:48:02 +0000 (UTC) From: "David Seifert" <soap@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" <soap@gentoo.org> Message-ID: <1510652858.a61a05e8a6a67a6ad51cfbf604b438d3e6199dd6.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/audacious-plugins/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/audacious-plugins/audacious-plugins-3.9.ebuild media-plugins/audacious-plugins/metadata.xml X-VCS-Directories: media-plugins/audacious-plugins/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: a61a05e8a6a67a6ad51cfbf604b438d3e6199dd6 X-VCS-Branch: master Date: Tue, 14 Nov 2017 09:48:02 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 0d1bcf2e-7a25-4f9e-a58e-e27b10c09207 X-Archives-Hash: 74b4b9d81461f81940efc6a5bb0499de commit: a61a05e8a6a67a6ad51cfbf604b438d3e6199dd6 Author: David Seifert <soap <AT> gentoo <DOT> org> AuthorDate: Tue Nov 14 09:43:07 2017 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Tue Nov 14 09:47:38 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a61a05e8 media-plugins/audacious-plugins: Add libsamplerate to RDEPEND for USE=speedpitch Closes: https://bugs.gentoo.org/636938 Package-Manager: Portage-2.3.13, Repoman-2.3.4 media-plugins/audacious-plugins/audacious-plugins-3.9.ebuild | 5 +++-- media-plugins/audacious-plugins/metadata.xml | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/media-plugins/audacious-plugins/audacious-plugins-3.9.ebuild b/media-plugins/audacious-plugins/audacious-plugins-3.9.ebuild index b22b3308d9b..0bafc219b4b 100644 --- a/media-plugins/audacious-plugins/audacious-plugins-3.9.ebuild +++ b/media-plugins/audacious-plugins/audacious-plugins-3.9.ebuild @@ -21,7 +21,7 @@ fi LICENSE="GPL-2" SLOT="0" IUSE="aac +adplug alsa ampache aosd bs2b cdda cue ffmpeg flac fluidsynth gnome hotkeys http gme gtk gtk3 jack lame libav - libnotify libsamplerate lirc mms modplug mp3 nls pulseaudio qt5 scrobbler sdl sid sndfile soxr vorbis wavpack" + libnotify libsamplerate lirc mms modplug mp3 nls pulseaudio qt5 scrobbler sdl sid sndfile soxr speedpitch vorbis wavpack" REQUIRED_USE=" ^^ ( gtk gtk3 qt5 ) qt5? ( !libnotify ) @@ -86,7 +86,7 @@ RDEPEND=" ) lame? ( media-sound/lame ) libnotify? ( x11-libs/libnotify ) - libsamplerate? ( media-libs/libsamplerate ) + libsamplerate? ( media-libs/libsamplerate:= ) lirc? ( app-misc/lirc ) mms? ( >=media-libs/libmms-0.3 ) modplug? ( media-libs/libmodplug ) @@ -97,6 +97,7 @@ RDEPEND=" sid? ( >=media-libs/libsidplayfp-1.0.0 ) sndfile? ( >=media-libs/libsndfile-1.0.17-r1 ) soxr? ( media-libs/soxr ) + speedpitch? ( media-libs/libsamplerate:= ) vorbis? ( >=media-libs/libvorbis-1.2.0 >=media-libs/libogg-1.1.3 diff --git a/media-plugins/audacious-plugins/metadata.xml b/media-plugins/audacious-plugins/metadata.xml index 1e9c7798ca0..4fc91fc80a7 100644 --- a/media-plugins/audacious-plugins/metadata.xml +++ b/media-plugins/audacious-plugins/metadata.xml @@ -23,5 +23,6 @@ <flag name="scrobbler">Build with scrobbler/LastFM submission support</flag> <flag name="sid">Build with SID (Commodore 64 Audio) support</flag> <flag name="soxr">Build with SoX Resampler support</flag> + <flag name="speedpitch">Enable speed/pitch effects</flag> </use> </pkgmetadata>