# 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://ffdiaporama.tuxfamily.org/download.php?f=Stable/1.0_20110926/ffdiaporama_1.0.0.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="faac mp3 theora vorbis vpx x264 xvid" DEPEND="x11-libs/qt-webkit media-libs/libsdl >=media-video/ffmpeg-0.5[encode,faac?,mp3,theora?,vorbis?,vpx?,x264?,xvid?]" 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 }