# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit flag-o-matic DESCRIPTION="Open Movie Editor is designed to be a simple tool, that provides basic movie making capabilites." SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" HOMEPAGE="http://openmovieeditor.sourceforge.net" SLOT="0" LICENSE="GPL-2" KEYWORDS="~amd64 ~ppc ~x86" IUSE="ffmpeg" DEPEND=">=media-libs/libquicktime-1.0.2 x11-libs/fltk >=dev-libs/glib-2.10.3 >=media-libs/portaudio-19_pre media-libs/mesa ffmpeg? ( media-video/ffmpeg ) >=media-libs/gavl-1.0.0 media-sound/jack-audio-connection-kit >=media-libs/libsamplerate-0.1.1 >=media-libs/libsndfile-1.0.0" src_compile() { local myconf="" cd "${S}" append-ldflags -Wl,--no-as-needed econf || die "econf failed!" make || die "emake failed!" } src_install () { make DESTDIR=${D} install || die dodoc AUTHORS ChangeLog NEWS README TODO INSTALL }