diff options
author | Samuli Suominen <drac@gentoo.org> | 2007-05-08 11:43:47 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2007-05-08 11:43:47 +0000 |
commit | 2daea117d91d19fb406a0736fb984f14db3b70ce (patch) | |
tree | 13b0a28b53f8966746cfdb1fb58d8b32fc3aa4b5 /media-video/ffmpegthumbnailer/ffmpegthumbnailer-1.1.1.ebuild | |
parent | Fixed out of memory build issues on amd64 see #177585 (diff) | |
download | gentoo-2-2daea117d91d19fb406a0736fb984f14db3b70ce.tar.gz gentoo-2-2daea117d91d19fb406a0736fb984f14db3b70ce.tar.bz2 gentoo-2-2daea117d91d19fb406a0736fb984f14db3b70ce.zip |
Version bump. Our patches applied upstream, yay..
(Portage version: 2.1.2.7)
Diffstat (limited to 'media-video/ffmpegthumbnailer/ffmpegthumbnailer-1.1.1.ebuild')
-rw-r--r-- | media-video/ffmpegthumbnailer/ffmpegthumbnailer-1.1.1.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/media-video/ffmpegthumbnailer/ffmpegthumbnailer-1.1.1.ebuild b/media-video/ffmpegthumbnailer/ffmpegthumbnailer-1.1.1.ebuild new file mode 100644 index 000000000000..cd732a1a0d3f --- /dev/null +++ b/media-video/ffmpegthumbnailer/ffmpegthumbnailer-1.1.1.ebuild @@ -0,0 +1,21 @@ +# 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.1 2007/05/08 11:43:46 drac Exp $ + +DESCRIPTION="Lightweight video thumbnailer that can be used by file managers" +HOMEPAGE="http://code.google.com/p/ffmpegthumbnailer" +SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +RDEPEND="media-libs/libpng + >=media-video/ffmpeg-0.4.9_p20070330" +DEPEND="${RDEPEND}" + +src_install() { + emake DESTDIR="${D}" install || die "emake install failed." + dodoc AUTHORS ChangeLog README TODO +} |