diff options
author | 2012-11-06 17:05:07 +0000 | |
---|---|---|
committer | 2012-11-06 17:05:07 +0000 | |
commit | 625ecdac308cc6d6d6efda5bf98f6c1eaadd089c (patch) | |
tree | 4e27bbc1356981e9c96aa9e085ad833bd9316e53 /media-video/ffmpegthumbnailer | |
parent | Stable for amd64, wrt bug #441360 (diff) | |
download | gentoo-2-625ecdac308cc6d6d6efda5bf98f6c1eaadd089c.tar.gz gentoo-2-625ecdac308cc6d6d6efda5bf98f6c1eaadd089c.tar.bz2 gentoo-2-625ecdac308cc6d6d6efda5bf98f6c1eaadd089c.zip |
Stable for amd64, wrt bug #441408
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'media-video/ffmpegthumbnailer')
-rw-r--r-- | media-video/ffmpegthumbnailer/ChangeLog | 6 | ||||
-rw-r--r-- | media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.0.8.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/media-video/ffmpegthumbnailer/ChangeLog b/media-video/ffmpegthumbnailer/ChangeLog index 9bd557411170..086000e9e190 100644 --- a/media-video/ffmpegthumbnailer/ChangeLog +++ b/media-video/ffmpegthumbnailer/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-video/ffmpegthumbnailer # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpegthumbnailer/ChangeLog,v 1.144 2012/11/03 19:21:52 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpegthumbnailer/ChangeLog,v 1.145 2012/11/06 17:05:07 ago Exp $ + + 06 Nov 2012; Agostino Sarubbo <ago@gentoo.org> + ffmpegthumbnailer-2.0.8.ebuild: + Stable for amd64, wrt bug #441408 03 Nov 2012; Anthony G. Basile <blueness@gentoo.org> ffmpegthumbnailer-2.0.8.ebuild: diff --git a/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.0.8.ebuild b/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.0.8.ebuild index d0463e7f30db..17918a4c6643 100644 --- a/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.0.8.ebuild +++ b/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.0.8.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/ffmpegthumbnailer/ffmpegthumbnailer-2.0.8.ebuild,v 1.3 2012/11/03 19:21:52 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpegthumbnailer/ffmpegthumbnailer-2.0.8.ebuild,v 1.4 2012/11/06 17:05:07 ago Exp $ EAPI=4 inherit eutils libtool @@ -11,7 +11,7 @@ SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ppc ppc64 ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="gnome gtk jpeg png" COMMON_DEPEND=">=virtual/ffmpeg-0.10.2 |