mgorny 14/10/13 11:21:31 Modified: alsa-plugins-1.0.28.ebuild ChangeLog Log: Re-enable USE=ffmpeg for multilib, bug #513002. (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path 1.4 media-plugins/alsa-plugins/alsa-plugins-1.0.28.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/alsa-plugins/alsa-plugins-1.0.28.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/alsa-plugins/alsa-plugins-1.0.28.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/alsa-plugins/alsa-plugins-1.0.28.ebuild?r1=1.3&r2=1.4 Index: alsa-plugins-1.0.28.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-plugins/alsa-plugins/alsa-plugins-1.0.28.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- alsa-plugins-1.0.28.ebuild 21 Sep 2014 19:51:38 -0000 1.3 +++ alsa-plugins-1.0.28.ebuild 13 Oct 2014 11:21:31 -0000 1.4 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/alsa-plugins/alsa-plugins-1.0.28.ebuild,v 1.3 2014/09/21 19:51:38 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/alsa-plugins/alsa-plugins-1.0.28.ebuild,v 1.4 2014/10/13 11:21:31 mgorny Exp $ EAPI=5 inherit autotools eutils flag-o-matic multilib multilib-minimal @@ -14,10 +14,8 @@ KEYWORDS="~alpha ~amd64 arm hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-linux" IUSE="debug ffmpeg jack libsamplerate pulseaudio speex" -# TODO: handle USE=ffmpeg once it is converted - RDEPEND=">=media-libs/alsa-lib-${PV}:=[${MULTILIB_USEDEP}] - ffmpeg? ( virtual/ffmpeg ) + ffmpeg? ( virtual/ffmpeg[${MULTILIB_USEDEP}] ) jack? ( >=media-sound/jack-audio-connection-kit-0.121.3-r1[${MULTILIB_USEDEP}] ) libsamplerate? ( >=media-libs/libsamplerate-0.1.8-r1:=[${MULTILIB_USEDEP}] ) pulseaudio? ( >=media-sound/pulseaudio-2.1-r1[${MULTILIB_USEDEP}] ) @@ -52,7 +50,7 @@ ECONF_SOURCE=${S} \ econf \ - $(multilib_native_use_enable ffmpeg avcodec) \ + $(use_enable ffmpeg avcodec) \ $(use_enable jack) \ $(use_enable libsamplerate samplerate) \ $(use_enable pulseaudio) \ 1.200 media-plugins/alsa-plugins/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/alsa-plugins/ChangeLog?rev=1.200&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/alsa-plugins/ChangeLog?rev=1.200&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/alsa-plugins/ChangeLog?r1=1.199&r2=1.200 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-plugins/alsa-plugins/ChangeLog,v retrieving revision 1.199 retrieving revision 1.200 diff -u -r1.199 -r1.200 --- ChangeLog 21 Sep 2014 19:51:38 -0000 1.199 +++ ChangeLog 13 Oct 2014 11:21:31 -0000 1.200 @@ -1,6 +1,9 @@ # ChangeLog for media-plugins/alsa-plugins # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/alsa-plugins/ChangeLog,v 1.199 2014/09/21 19:51:38 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/alsa-plugins/ChangeLog,v 1.200 2014/10/13 11:21:31 mgorny Exp $ + + 13 Oct 2014; Michał Górny <[email protected]> alsa-plugins-1.0.28.ebuild: + Re-enable USE=ffmpeg for multilib, bug #513002. 21 Sep 2014; Markus Meier <[email protected]> alsa-plugins-1.0.28.ebuild: arm stable, bug #522038
