# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author phoen][x S=${WORKDIR}/${P} DESCRIPTION="Linux Video Stream Processing Tool" HOMEPAGE="http://www.theorie.physik.uni-goettingen.de/~ostreich/transcode/" SRC_URI="http://www.theorie.physik.uni-goettingen.de/~ostreich/transcode/${P}.tgz" DEPEND=">=media-video/avifile-0.6 media-sound/lame media-libs/divx4linux media-libs/libdvdread media-libs/mpeg-lib" src_compile() { cd ${S} ./configure --prefix=/usr --exec-prefix=/usr || die emake || die } src_install () { make DESTDIR=${D} \ docdir=/usr/share/doc/${PF} \ gnulocaledir=${D}/usr/share/locale \ install || die dodoc AUTHORS ChangeLog README TODO }