diff options
author | Tim Harder <radhermit@gentoo.org> | 2011-11-18 10:38:41 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2011-11-18 10:38:41 +0000 |
commit | 00665c19ee7df0c570d472bb038ba7991b14a4c3 (patch) | |
tree | ab247fae32975791f2565f57c53fc66f0f96205d /media-video/h264enc/h264enc-9.4.1.ebuild | |
parent | x86 stable wrt security bug #390779. Remove old. (diff) | |
download | gentoo-2-00665c19ee7df0c570d472bb038ba7991b14a4c3.tar.gz gentoo-2-00665c19ee7df0c570d472bb038ba7991b14a4c3.tar.bz2 gentoo-2-00665c19ee7df0c570d472bb038ba7991b14a4c3.zip |
Version bump and remove old.
(Portage version: 2.2.0_alpha73/cvs/Linux x86_64)
Diffstat (limited to 'media-video/h264enc/h264enc-9.4.1.ebuild')
-rw-r--r-- | media-video/h264enc/h264enc-9.4.1.ebuild | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/media-video/h264enc/h264enc-9.4.1.ebuild b/media-video/h264enc/h264enc-9.4.1.ebuild new file mode 100644 index 000000000000..5321fa739921 --- /dev/null +++ b/media-video/h264enc/h264enc-9.4.1.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-video/h264enc/h264enc-9.4.1.ebuild,v 1.1 2011/11/18 10:38:41 radhermit Exp $ + +EAPI=4 + +DESCRIPTION="Script to encode H.264/AVC/MPEG-4 Part 10 formats" +HOMEPAGE="http://h264enc.sourceforge.net/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="aac dvd flac lame matroska mp4 ogm vorbis" + +RDEPEND=" + media-video/mplayer[encode,x264] + sys-apps/coreutils + sys-apps/pv + sys-devel/bc + sys-process/time + aac? ( + media-libs/faac + media-sound/aacplusenc ) + dvd? ( media-video/lsdvd ) + flac? ( media-libs/flac ) + lame? ( media-sound/lame ) + matroska? ( media-video/mkvtoolnix ) + mp4? ( >=media-video/gpac-0.4.5[a52] ) + ogm? ( media-sound/ogmtools ) + vorbis? ( media-sound/vorbis-tools )" +DEPEND="" + +src_install() { + dobin ${PN} + doman man/${PN}.1 + dodoc doc/* + docinto matrices + dodoc matrices/* +} |