# 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="" RESTRICT="nomirror" DEPEND="" DEPEND=">=x11-libs/qt-3.3.3 >=media-libs/libmpeg2-0.4.0b" src_compile() { echo "start econf" econf || die "econf failed" echo "end econf" echo "start emake" emake echo "end emake" } src_install() { echo "start make install" make DESTDIR=${D} install || die echo "end make install" }