# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="MPEG2 GOP-accurate editor." HOMEPAGE="http://outflux.net/unix/software/GOPchop/" SRC_URI="mirror://sourceforge/gopchop/GOPchop-${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="sdl" DEPEND=" sdl? ( media-libs/libsdl ) =media-libs/libmpeg2-0.4.0 " S=${WORKDIR}/GOPchop-${PV} src_compile() { local myconf use sdl || myconf="${myconf} --disable-sdl" econf ${myconf} || die "Configuration failed." emake || die "Make failed." } src_install() { einstall || die }