diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-08-07 13:33:28 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-08-07 13:33:28 +0000 |
commit | 864ce7e9c53459b75ca73fdd252cbcc36ce94d1d (patch) | |
tree | ead818c0322a001bc83b524ea37692656f399142 /media-plugins/alsa-plugins | |
parent | Stable for x86, wrt bug #473404 (diff) | |
download | gentoo-2-864ce7e9c53459b75ca73fdd252cbcc36ce94d1d.tar.gz gentoo-2-864ce7e9c53459b75ca73fdd252cbcc36ce94d1d.tar.bz2 gentoo-2-864ce7e9c53459b75ca73fdd252cbcc36ce94d1d.zip |
Stable for x86, wrt bug #473404
(Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Diffstat (limited to 'media-plugins/alsa-plugins')
-rw-r--r-- | media-plugins/alsa-plugins/ChangeLog | 5 | ||||
-rw-r--r-- | media-plugins/alsa-plugins/alsa-plugins-1.0.27.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-plugins/alsa-plugins/ChangeLog b/media-plugins/alsa-plugins/ChangeLog index 1cbe50ea81b2..25111b108164 100644 --- a/media-plugins/alsa-plugins/ChangeLog +++ b/media-plugins/alsa-plugins/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-plugins/alsa-plugins # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/alsa-plugins/ChangeLog,v 1.175 2013/08/07 02:15:23 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/alsa-plugins/ChangeLog,v 1.176 2013/08/07 13:33:28 ago Exp $ + + 07 Aug 2013; Agostino Sarubbo <ago@gentoo.org> alsa-plugins-1.0.27.ebuild: + Stable for x86, wrt bug #473404 07 Aug 2013; Alexis Ballier <aballier@gentoo.org> alsa-plugins-1.0.27.ebuild, +files/alsa-plugins-1.0.27-ffmpeg-version-check.patch: diff --git a/media-plugins/alsa-plugins/alsa-plugins-1.0.27.ebuild b/media-plugins/alsa-plugins/alsa-plugins-1.0.27.ebuild index 56c036799ab2..5b40a2bb3234 100644 --- a/media-plugins/alsa-plugins/alsa-plugins-1.0.27.ebuild +++ b/media-plugins/alsa-plugins/alsa-plugins-1.0.27.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 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.27.ebuild,v 1.5 2013/08/07 02:15:23 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/alsa-plugins/alsa-plugins-1.0.27.ebuild,v 1.6 2013/08/07 13:33:28 ago Exp $ EAPI=5 inherit autotools eutils flag-o-matic multilib @@ -11,7 +11,7 @@ SRC_URI="mirror://alsaproject/plugins/${P}.tar.bz2" LICENSE="GPL-2 LGPL-2.1" SLOT="0" -KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-linux" +KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~amd64-linux" IUSE="debug ffmpeg jack libsamplerate pulseaudio speex" RDEPEND=">=media-libs/alsa-lib-${PV} |