From d6a2771f2db6112320635e3f270b087179b173e1 Mon Sep 17 00:00:00 2001 From: Lars Wendler Date: Sun, 18 Feb 2018 14:28:08 +0100 Subject: media-plugins/alsa-plugins: Revbump to add a couple of USE flags. Added the following list of USE flags: - arcam_av: control plugin for ARCAM AV receiver - mix: upmix and vdownmix plugins - oss: OSS plugin - usb_stream: usb stream plugin The speex USE flag now also controls the speexdsp configure flag. Closes: https://bugs.gentoo.org/630856 Package-Manager: Portage-2.3.24, Repoman-2.3.6 --- .../alsa-plugins/alsa-plugins-1.1.5-r1.ebuild | 108 +++++++++++++++++++++ .../alsa-plugins-1.1.5-optional_plugins.patch | 30 ++++++ media-plugins/alsa-plugins/metadata.xml | 17 ++-- 3 files changed, 149 insertions(+), 6 deletions(-) create mode 100644 media-plugins/alsa-plugins/alsa-plugins-1.1.5-r1.ebuild create mode 100644 media-plugins/alsa-plugins/files/alsa-plugins-1.1.5-optional_plugins.patch (limited to 'media-plugins') diff --git a/media-plugins/alsa-plugins/alsa-plugins-1.1.5-r1.ebuild b/media-plugins/alsa-plugins/alsa-plugins-1.1.5-r1.ebuild new file mode 100644 index 000000000000..a575c75b6a2c --- /dev/null +++ b/media-plugins/alsa-plugins/alsa-plugins-1.1.5-r1.ebuild @@ -0,0 +1,108 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +inherit autotools flag-o-matic ltprune multilib multilib-minimal + +DESCRIPTION="ALSA extra plugins" +HOMEPAGE="http://www.alsa-project.org/" +SRC_URI="mirror://alsaproject/plugins/${P}.tar.bz2" + +LICENSE="GPL-2 LGPL-2.1" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-linux" +IUSE="arcam_av debug ffmpeg jack libav libsamplerate +mix oss pulseaudio speex +usb_stream" + +RDEPEND=" + >=media-libs/alsa-lib-${PV}:=[${MULTILIB_USEDEP}] + ffmpeg? ( + libav? ( media-video/libav:= ) + !libav? ( media-video/ffmpeg:0= ) + ) + jack? ( virtual/jack[${MULTILIB_USEDEP}] ) + libsamplerate? ( >=media-libs/libsamplerate-0.1.8-r1:=[${MULTILIB_USEDEP}] ) + pulseaudio? ( >=media-sound/pulseaudio-2.1-r1[${MULTILIB_USEDEP}] ) + speex? ( + || ( + ( + >=media-libs/speex-1.2.0[${MULTILIB_USEDEP}] + media-libs/speexdsp[${MULTILIB_USEDEP}] + ) + - -alsa-bugs@gentoo.org - - -cpe:/a:alsa-project:alsa-plugins - + + alsa-bugs@gentoo.org + + + Enables Arcam AV control plugin + Enables upmix and vdownmix plugin + Enables usb_stream plugin + + + cpe:/a:alsa-project:alsa-plugins + -- cgit v1.2.3-65-gdbad