# Copyright 1999-2007 Gentoo Foundation |
# Distributed under the terms of the GNU General Public License v2 |
# $Header: $ |
|
DESCRIPTION="Encode2mpeg is a front end to MPlayer/MEncoder and mjpegtools." |
HOMEPAGE="http://encode2mpeg.sourceforge.net/" |
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" |
|
LICENSE="GPL-2" |
SLOT="0" |
KEYWORDS="~sparc" |
IUSE="" |
DEPEND=">=media-video/mplayer-1.0_rc1_p20070622-r1 |
>=media-video/mjpegtools-1.8.0" |
|
src_install() { |
|
dobin encode2mpeg mountdvdraid TOOLS/mfcmdline TOOLS/qtsub2srt |
|
dohtml doc/*.html doc/html/*.html doc/images/* |
dodoc README ChangeLog help.txt longhelp.txt |
} |
|
|
pkg_postinst() { |
elog |
elog "Encode2mpeg can get extra functionality from external apps." |
elog "This is a list of packages which give extra functionality to encode2mpeg," |
elog "you can emerge them after encode2mpeg." |
elog "media-video/transcode: support for avi with more than one audio stream" |
elog "sys-fs/mdadm: support for raid dvd's" |
elog |
elog "For graphic to text tubtitle conversion you need at least one of de following ocr engines:" |
elog "app-text/tesseract (with the tiff useflag enabled)" |
elog "OR app-text/gocr" |
elog "OR app-text/ocrad" |
elog "and at least one x terminal emulator installed (eg urxvt, konsole, gnome-terminal, etc)" |
elog "NOTE: the most x terminal emulators are supported, except of xterm." |
elog |
elog "media-gfx/imagemagick: support for vcd/svcd/dvd menu's" |
elog "media-video/vcdimager: support for creating S/VCD images" |
elog "media-video/dvdauthor: support for dvd filesystems" |
elog "app-cdr/cdrdao: support for for burning S/VCDs" |
elog "app-cdr/dvd+rw-tools: support for burning dvds" |
elog "app-cdr/cdrkit: support for creating DVD iso's" |
elog |
elog "media-sound/lame and media-sound/toolame can be useful" |
|
} |
|