diff options
author | Peter Weller <welp@gentoo.org> | 2007-05-19 14:31:37 +0000 |
---|---|---|
committer | Peter Weller <welp@gentoo.org> | 2007-05-19 14:31:37 +0000 |
commit | 79c60b74614a817572ad3b82bacd0bfb431b352c (patch) | |
tree | f0578d98206021799eb9d1553582a2627a19b201 /media-video/ffmpegthumbnailer | |
parent | Added patch to fix security issue in 1.5.1. (diff) | |
download | gentoo-2-79c60b74614a817572ad3b82bacd0bfb431b352c.tar.gz gentoo-2-79c60b74614a817572ad3b82bacd0bfb431b352c.tar.bz2 gentoo-2-79c60b74614a817572ad3b82bacd0bfb431b352c.zip |
Stable on amd64 wrt bug 178510
(Portage version: 2.1.2.2)
Diffstat (limited to 'media-video/ffmpegthumbnailer')
-rw-r--r-- | media-video/ffmpegthumbnailer/ChangeLog | 6 | ||||
-rw-r--r-- | media-video/ffmpegthumbnailer/ffmpegthumbnailer-1.1.1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/media-video/ffmpegthumbnailer/ChangeLog b/media-video/ffmpegthumbnailer/ChangeLog index 383e7405af5f..bf8800d66189 100644 --- a/media-video/ffmpegthumbnailer/ChangeLog +++ b/media-video/ffmpegthumbnailer/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-video/ffmpegthumbnailer # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpegthumbnailer/ChangeLog,v 1.13 2007/05/18 17:00:12 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpegthumbnailer/ChangeLog,v 1.14 2007/05/19 14:31:37 welp Exp $ + + 19 May 2007; Peter Weller <welp@gentoo.org> + ffmpegthumbnailer-1.1.1.ebuild: + Stable on amd64 wrt bug 178510 18 May 2007; Raúl Porcel <armin76@gentoo.org> ffmpegthumbnailer-1.1.1.ebuild: diff --git a/media-video/ffmpegthumbnailer/ffmpegthumbnailer-1.1.1.ebuild b/media-video/ffmpegthumbnailer/ffmpegthumbnailer-1.1.1.ebuild index 5580587c70dd..5e5ed9643e6d 100644 --- a/media-video/ffmpegthumbnailer/ffmpegthumbnailer-1.1.1.ebuild +++ b/media-video/ffmpegthumbnailer/ffmpegthumbnailer-1.1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpegthumbnailer/ffmpegthumbnailer-1.1.1.ebuild,v 1.4 2007/05/18 17:00:12 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpegthumbnailer/ffmpegthumbnailer-1.1.1.ebuild,v 1.5 2007/05/19 14:31:37 welp Exp $ DESCRIPTION="Lightweight video thumbnailer that can be used by file managers" HOMEPAGE="http://code.google.com/p/ffmpegthumbnailer" @@ -8,7 +8,7 @@ SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ia64 ~ppc ~ppc64 sparc x86" +KEYWORDS="~alpha amd64 ~hppa ia64 ~ppc ~ppc64 sparc x86" IUSE="" RDEPEND="media-libs/libpng |