diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-01-15 10:00:11 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-01-15 10:00:11 +0000 |
commit | 90522edad9fe399602f81515afc9bf59d0396cc9 (patch) | |
tree | 333925c3c41570a1e80e3ea809ef034166f7d533 /media-video | |
parent | Stable for ia64, wrt bug #492154 (diff) | |
download | gentoo-2-90522edad9fe399602f81515afc9bf59d0396cc9.tar.gz gentoo-2-90522edad9fe399602f81515afc9bf59d0396cc9.tar.bz2 gentoo-2-90522edad9fe399602f81515afc9bf59d0396cc9.zip |
Stable for ia64, wrt bug #492252
(Portage version: 2.2.7/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.8.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/media-video/ffmpeg/ChangeLog b/media-video/ffmpeg/ChangeLog index ef16379a49d2..0aeb6fd889ec 100644 --- a/media-video/ffmpeg/ChangeLog +++ b/media-video/ffmpeg/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-video/ffmpeg # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v 1.701 2014/01/14 19:26:17 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v 1.702 2014/01/15 10:00:11 ago Exp $ + + 15 Jan 2014; Agostino Sarubbo <ago@gentoo.org> ffmpeg-1.0.8.ebuild: + Stable for ia64, wrt bug #492252 *ffmpeg-2.1.2 (14 Jan 2014) diff --git a/media-video/ffmpeg/ffmpeg-1.0.8.ebuild b/media-video/ffmpeg/ffmpeg-1.0.8.ebuild index 5ff2dc71cb7f..1bc0711159d6 100644 --- a/media-video/ffmpeg/ffmpeg-1.0.8.ebuild +++ b/media-video/ffmpeg/ffmpeg-1.0.8.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-1.0.8.ebuild,v 1.9 2013/12/23 11:23:16 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-1.0.8.ebuild,v 1.10 2014/01/15 10:00:11 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 ~ia64 ~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 |