# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit kde-functions need-qt 3 DESCRIPTION="GOPDIT (GOP accurate eDITor) is a simple program that lets you cut and merge MPEG2-PS files at GOP boundaries." HOMEPAGE="http://gopdit.ath.cx/" SRC_URI="http://gopdit.ath.cx/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND=">=x11-libs/qt-3.3.3 >=media-libs/libmpeg2-0.4.0b" src_compile() { econf || die "econf failed" emake || die "emake failed" } src_install() { make DESTDIR=${D} install || die "make install failed" }