# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-video/image2mpeg/image2mpeg.ebuild,v # 1.0 2006/03/20 02:33:58 vapier Exp $ DESCRIPTION="convert digital photos (and any other images) into MPEG video streams with transitions between the images" HOMEPAGE="http://www.gromeck.de/index.php?id=4" SRC_URI="http://www.gromeck.de/uploads/media/${PN}-${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ppc ~ppc-macos ~ppc64 ~sparc x86" IUSE="mp3" DEPEND="media-libs/libpng \ >=media-gfx/imagemagick-6.1.8 \ media-video/ffmpeg \ >=media-video/mjpegtools-1.6 \ mp3? ( media-sound/madplay ) \ toolame? ( >=media-sound/toolame-0.2l ) \ mp3? ( media-libs/libmad )" src_install() { make DESTDIR="${D}" install || die "make install failed" dodoc AUTHORS ChangeLog NEWS README }