# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="A frontend to MPlayer/MEncoder and mjpegtools" HOMEPAGE="http://encode2mpeg.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~sparc ~x86" IUSE="" DEPEND=">=media-video/mplayer-1.0_rc1 >=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() { echo 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 DVDs" elog elog "For graphic to text tubtitle conversion you need at least one of" elog "the 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" elog "(e.g. urxvt, konsole, gnome-terminal, etc)" elog "NOTE: most X terminal emulators are supported, except xterm." elog elog "media-gfx/imagemagick: support for S/VCD/DVD menus" 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 isos" elog elog "media-sound/lame and media-sound/toolame can also be useful" echo }