# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-video/subtitler-yuv/subtitler-yuv-0.6.5.ebuild,v 1.4 2010/07/21 00:01:16 sbriesen Exp $ EAPI="2" inherit toolchain-funcs DESCRIPTION="for mjpegtools for adding subtitles, pictures, and effects embedded in the picture" HOMEPAGE="http://home.zonnet.nl/panteltje/subtitles/" #SRC_URI="http://home.zonnet.nl/panteltje/subtitles/${P}.tgz" # using ibibio mirror as the webpage itself seems to be offline at the moment SRC_URI="http://www.ibiblio.org/pub/linux/apps/video/subtitler-yuv-0.6.5.tgz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86 ~ppc" IUSE="" DEPEND="x11-libs/libXaw" RDEPEND="${DEPEND}" src_prepare() { sed -i -e 's:/usr/X11R6:/usr:' \ -e 's:gcc:$(CC):g' \ Makefile || die "sed failed in Makefile" } src_compile() { emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" || die "emake failed" } src_install() { dobin subtitler-yuv dodoc CHANGES HOWTO_USE_THIS README README.COLOR.PROCESSOR README.PPML insinto /usr/share/${PN} doins demo-yuv.ppml rose.ppm sun.ppm mp-arial-iso-8859-1.zip }