diff options
author | Lars Weiler <pylon@gentoo.org> | 2007-05-24 20:16:09 +0000 |
---|---|---|
committer | Lars Weiler <pylon@gentoo.org> | 2007-05-24 20:16:09 +0000 |
commit | 601ab90e095cf52261a17d0ac242710bd1bf6b11 (patch) | |
tree | 18229af13dab4b704f81ddfb01b4a20a54c899f9 /media-video/ffmpegthumbnailer | |
parent | Fix the Makefile to use the proper location for our builddir (/usr/local/apac... (diff) | |
download | gentoo-2-601ab90e095cf52261a17d0ac242710bd1bf6b11.tar.gz gentoo-2-601ab90e095cf52261a17d0ac242710bd1bf6b11.tar.bz2 gentoo-2-601ab90e095cf52261a17d0ac242710bd1bf6b11.zip |
Stable on ppc; bug #178510.
(Portage version: 2.1.2.7)
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 23092e63219b..9a7a9661eb06 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.15 2007/05/21 16:52:08 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpegthumbnailer/ChangeLog,v 1.16 2007/05/24 20:16:09 pylon Exp $ + + 24 May 2007; Lars Weiler <pylon@gentoo.org> + ffmpegthumbnailer-1.1.1.ebuild: + Stable on ppc; bug #178510. 21 May 2007; Jeroen Roovers <jer@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 f853c360bd51..5aeaafa066e4 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.6 2007/05/21 16:52:08 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpegthumbnailer/ffmpegthumbnailer-1.1.1.ebuild,v 1.7 2007/05/24 20:16:09 pylon 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 |