From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1122603-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 78EC613997F for <garchives@archives.gentoo.org>; Fri, 15 Nov 2019 00:36:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6C3CDE0885; Fri, 15 Nov 2019 00:36:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 42583E0885 for <gentoo-commits@lists.gentoo.org>; Fri, 15 Nov 2019 00:36:42 +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 08BC134CE58 for <gentoo-commits@lists.gentoo.org>; Fri, 15 Nov 2019 00:36:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EC9C28B3 for <gentoo-commits@lists.gentoo.org>; Fri, 15 Nov 2019 00:36:37 +0000 (UTC) From: "Andreas Sturmlechner" <asturm@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, "Andreas Sturmlechner" <asturm@gentoo.org> Message-ID: <1573778083.9a45a9b76c036f7bfe24fe651b1329934b0b2a80.asturm@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-9999.ebuild media-plugins/audacious-plugins/metadata.xml X-VCS-Directories: media-plugins/audacious-plugins/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 9a45a9b76c036f7bfe24fe651b1329934b0b2a80 X-VCS-Branch: master Date: Fri, 15 Nov 2019 00:36:37 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 34458ffd-02f3-4988-832e-3f74726f63a3 X-Archives-Hash: 052f3530eeda370787ef54bfc5d2c0bc commit: 9a45a9b76c036f7bfe24fe651b1329934b0b2a80 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Thu Nov 14 20:56:05 2019 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Fri Nov 15 00:34:43 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a45a9b7 media-plugins/audacious-plugins: Add USE streamtuner Upstream commit c8460ed10e1f0140f407faf82adbfc69531a9d32 Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> media-plugins/audacious-plugins/audacious-plugins-9999.ebuild | 7 +++++-- media-plugins/audacious-plugins/metadata.xml | 1 + 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/media-plugins/audacious-plugins/audacious-plugins-9999.ebuild b/media-plugins/audacious-plugins/audacious-plugins-9999.ebuild index 12cff76f00c..02a3be38714 100644 --- a/media-plugins/audacious-plugins/audacious-plugins-9999.ebuild +++ b/media-plugins/audacious-plugins/audacious-plugins-9999.ebuild @@ -19,11 +19,12 @@ LICENSE="GPL-2" SLOT="0" IUSE="aac adplug +alsa ampache bs2b cdda cue ffmpeg flac fluidsynth gtk http gme jack lame libav libnotify libsamplerate lirc mms modplug mp3 nls opengl - pulseaudio qtmedia scrobbler sdl sid sndfile soxr speedpitch vorbis wavpack" + pulseaudio qtmedia scrobbler sdl sid sndfile soxr speedpitch streamtuner + vorbis wavpack" REQUIRED_USE=" || ( alsa jack pulseaudio qtmedia sdl ) ampache? ( http ) - gtk? ( !ampache !qtmedia )" + gtk? ( !ampache !qtmedia !streamtuner )" # The following plugins REQUIRE a GUI build of audacious, because non-GUI # builds do NOT install the libaudgui library & headers. @@ -101,6 +102,7 @@ DEPEND=" sndfile? ( >=media-libs/libsndfile-1.0.17-r1 ) soxr? ( media-libs/soxr ) speedpitch? ( media-libs/libsamplerate:= ) + streamtuner? ( dev-qt/qtnetwork:5 ) vorbis? ( >=media-libs/libogg-1.1.3 >=media-libs/libvorbis-1.2.0 @@ -162,6 +164,7 @@ src_configure() { $(use_enable sndfile) $(use_enable soxr) $(use_enable speedpitch) + $(use_enable streamtuner) $(use_enable vorbis) $(use_enable wavpack) $(use_with ffmpeg ffmpeg $(usex libav libav ffmpeg)) diff --git a/media-plugins/audacious-plugins/metadata.xml b/media-plugins/audacious-plugins/metadata.xml index b541fbe258e..ca584bce40c 100644 --- a/media-plugins/audacious-plugins/metadata.xml +++ b/media-plugins/audacious-plugins/metadata.xml @@ -24,5 +24,6 @@ <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> + <flag name="streamtuner">Build the streamtuner plugin</flag> </use> </pkgmetadata>