# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI="3" inherit qt4-r2 DESCRIPTION="Movie creator from photos and video clips" HOMEPAGE="http://ffdiaporama.tuxfamily.org" SRC_URI="http://download.tuxfamily.org/ffdiaporama/Stable/1.1_20111218/ffdiaporama_1.1.2011.1218.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="amr faac mp3 theora vorbis vpx x264 xvid" DEPEND="media-gfx/exiv2 media-libs/libsdl >=media-video/ffmpeg-0.5[encode,amr?,faac?,mp3,theora?,vorbis?,vpx?,x264?,xvid?] x11-libs/qt-gui" RDEPEND="${DEPEND}" src_prepare(){ # so that /var/tmp/portage is correctly cleaned after emerging sed -i 's/\.\/build/\/build/' ffDiaporama.pro qt4-r2_src_prepare }