diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-07-21 15:58:34 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-07-21 15:58:34 +0000 |
commit | 23062bd985b3707166412714abddf208e0d1cacf (patch) | |
tree | 35b1f494e2e1ccf86cf6b49fa5fc97e5c446f5f4 /media-video | |
parent | Stable for ia64, wrt bug #476438 (diff) | |
download | gentoo-2-23062bd985b3707166412714abddf208e0d1cacf.tar.gz gentoo-2-23062bd985b3707166412714abddf208e0d1cacf.tar.bz2 gentoo-2-23062bd985b3707166412714abddf208e0d1cacf.zip |
Stable for ia64, wrt bug #473302
(Portage version: 2.1.12.13/cvs/Linux x86_64, RepoMan options: --include-arches="ia64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/ffmpeg/ChangeLog | 5 | ||||
-rw-r--r-- | media-video/ffmpeg/ffmpeg-1.0.7.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-video/ffmpeg/ChangeLog b/media-video/ffmpeg/ChangeLog index d398307714bb..4c8cf7d7f9b8 100644 --- a/media-video/ffmpeg/ChangeLog +++ b/media-video/ffmpeg/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-video/ffmpeg # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v 1.667 2013/07/20 16:03:48 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v 1.668 2013/07/21 15:58:34 ago Exp $ + + 21 Jul 2013; Agostino Sarubbo <ago@gentoo.org> ffmpeg-1.0.7.ebuild: + Stable for ia64, wrt bug #473302 20 Jul 2013; Alexis Ballier <aballier@gentoo.org> -ffmpeg-1.0.6.ebuild: remove old diff --git a/media-video/ffmpeg/ffmpeg-1.0.7.ebuild b/media-video/ffmpeg/ffmpeg-1.0.7.ebuild index 6239c06423ae..0c46cbcbbf2b 100644 --- a/media-video/ffmpeg/ffmpeg-1.0.7.ebuild +++ b/media-video/ffmpeg/ffmpeg-1.0.7.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-video/ffmpeg/ffmpeg-1.0.7.ebuild,v 1.10 2013/07/14 10:41:55 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-1.0.7.ebuild,v 1.11 2013/07/21 15:58:34 ago 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 ~mips ppc ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux" + KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux" fi IUSE=" aac aacplus alsa amr bindist bluray +bzip2 cdio celt |