diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2012-02-19 14:49:54 +0000 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2012-02-19 14:49:54 +0000 |
commit | 693c3f3007b3904e5d379efae06407676a343b9c (patch) | |
tree | 4a04b7d930f78b0ad6a434f09de28c15291897a6 /media-video | |
parent | alpha/ia64/sh/sparc stable wrt #394393 (diff) | |
download | gentoo-2-693c3f3007b3904e5d379efae06407676a343b9c.tar.gz gentoo-2-693c3f3007b3904e5d379efae06407676a343b9c.tar.bz2 gentoo-2-693c3f3007b3904e5d379efae06407676a343b9c.zip |
Stable on alpha, bug #395729
(Portage version: 2.1.10.46/cvs/Linux x86_64)
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/transcode/ChangeLog | 5 | ||||
-rw-r--r-- | media-video/transcode/transcode-1.1.7.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-video/transcode/ChangeLog b/media-video/transcode/ChangeLog index 1dc26b449290..0fad9a0e66d7 100644 --- a/media-video/transcode/ChangeLog +++ b/media-video/transcode/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-video/transcode # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/transcode/ChangeLog,v 1.298 2012/02/01 14:37:06 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/transcode/ChangeLog,v 1.299 2012/02/19 14:49:54 klausman Exp $ + + 19 Feb 2012; Tobias Klausmann <klausman@gentoo.org> transcode-1.1.7.ebuild: + Stable on alpha, bug #395729 01 Feb 2012; Alexis Ballier <aballier@gentoo.org> transcode-1.1.7.ebuild: postproc should build with libav now diff --git a/media-video/transcode/transcode-1.1.7.ebuild b/media-video/transcode/transcode-1.1.7.ebuild index 05e802e73af3..e9001923b5e1 100644 --- a/media-video/transcode/transcode-1.1.7.ebuild +++ b/media-video/transcode/transcode-1.1.7.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/transcode/transcode-1.1.7.ebuild,v 1.7 2012/02/01 14:37:06 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/transcode/transcode-1.1.7.ebuild,v 1.8 2012/02/19 14:49:54 klausman Exp $ EAPI=4 inherit eutils libtool multilib @@ -11,7 +11,7 @@ SRC_URI="http://bitbucket.org/france/${PN}-tcforge/downloads/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ppc ppc64 ~sparc x86" +KEYWORDS="alpha amd64 ppc ppc64 ~sparc x86" IUSE="3dnow a52 aac alsa altivec dv dvd +iconv imagemagick jpeg lzo mjpeg mmx mp3 mpeg nuv ogg oss pic postproc quicktime sdl sse sse2 theora truetype v4l vorbis X x264 xml xvid" RDEPEND=" |