diff options
author | Markus Meier <maekke@gentoo.org> | 2012-06-17 20:00:03 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2012-06-17 20:00:03 +0000 |
commit | 3b2e23362badd1c9daac688001cb9d8f11a49742 (patch) | |
tree | 481b4c6c4301a84aa334dbbd4cba13863ebcfbc2 /media-video | |
parent | arm stable, bug #419727 (diff) | |
download | gentoo-2-3b2e23362badd1c9daac688001cb9d8f11a49742.tar.gz gentoo-2-3b2e23362badd1c9daac688001cb9d8f11a49742.tar.bz2 gentoo-2-3b2e23362badd1c9daac688001cb9d8f11a49742.zip |
arm stable, bug #420305
(Portage version: 2.1.10.65/cvs/Linux i686)
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/ffmpeg/ChangeLog | 5 | ||||
-rw-r--r-- | media-video/ffmpeg/ffmpeg-0.10.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-video/ffmpeg/ChangeLog b/media-video/ffmpeg/ChangeLog index 9ccec1792eb5..40673fdcfe05 100644 --- a/media-video/ffmpeg/ChangeLog +++ b/media-video/ffmpeg/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-video/ffmpeg # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v 1.564 2012/06/17 04:56:29 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v 1.565 2012/06/17 20:00:03 maekke Exp $ + + 17 Jun 2012; Markus Meier <maekke@gentoo.org> ffmpeg-0.10.3.ebuild: + arm stable, bug #420305 17 Jun 2012; Ben de Groot <yngwin@gentoo.org> ffmpeg-0.10.2.ebuild, ffmpeg-0.10.3.ebuild, ffmpeg-0.11.1.ebuild, ffmpeg-9999.ebuild, metadata.xml: diff --git a/media-video/ffmpeg/ffmpeg-0.10.3.ebuild b/media-video/ffmpeg/ffmpeg-0.10.3.ebuild index b618369ba708..5cf6dfe2cad0 100644 --- a/media-video/ffmpeg/ffmpeg-0.10.3.ebuild +++ b/media-video/ffmpeg/ffmpeg-0.10.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-0.10.3.ebuild,v 1.7 2012/06/17 04:56:29 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-0.10.3.ebuild,v 1.8 2012/06/17 20:00:03 maekke Exp $ EAPI="4" @@ -26,7 +26,7 @@ FFMPEG_REVISION="${PV#*_p}" LICENSE="GPL-2 amr? ( GPL-3 ) encode? ( aac? ( GPL-3 ) )" SLOT="0" if [ "${PV#9999}" = "${PV}" ] ; then - KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" + KEYWORDS="~alpha amd64 arm hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" fi IUSE=" aac aacplus alsa amr bindist +bzip2 cdio celt cpudetection debug |