diff options
author | Tim Harder <radhermit@gentoo.org> | 2011-08-22 05:09:09 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2011-08-22 05:09:09 +0000 |
commit | 7b16ad7de3d15ff8fca1f2fbffc3637ceddc4276 (patch) | |
tree | 3f28551e686bba060befa1d56c4902f8c61d87cb /media-video | |
parent | whitespace (diff) | |
download | gentoo-2-7b16ad7de3d15ff8fca1f2fbffc3637ceddc4276.tar.gz gentoo-2-7b16ad7de3d15ff8fca1f2fbffc3637ceddc4276.tar.bz2 gentoo-2-7b16ad7de3d15ff8fca1f2fbffc3637ceddc4276.zip |
Version bump and remove old.
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/h264enc/ChangeLog | 8 | ||||
-rw-r--r-- | media-video/h264enc/h264enc-9.1.6.ebuild | 40 | ||||
-rw-r--r-- | media-video/h264enc/h264enc-9.4.0.ebuild (renamed from media-video/h264enc/h264enc-9.3.2.ebuild) | 12 |
3 files changed, 13 insertions, 47 deletions
diff --git a/media-video/h264enc/ChangeLog b/media-video/h264enc/ChangeLog index 9f8d45bad835..ff79f7de4eea 100644 --- a/media-video/h264enc/ChangeLog +++ b/media-video/h264enc/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-video/h264enc # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/h264enc/ChangeLog,v 1.7 2011/06/19 09:11:33 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/h264enc/ChangeLog,v 1.8 2011/08/22 05:09:09 radhermit Exp $ + +*h264enc-9.4.0 (22 Aug 2011) + + 22 Aug 2011; Tim Harder <radhermit@gentoo.org> -h264enc-9.1.6.ebuild, + -h264enc-9.3.2.ebuild, +h264enc-9.4.0.ebuild: + Version bump and remove old. *h264enc-9.3.7 (19 Jun 2011) diff --git a/media-video/h264enc/h264enc-9.1.6.ebuild b/media-video/h264enc/h264enc-9.1.6.ebuild deleted file mode 100644 index 7e9e3602db0c..000000000000 --- a/media-video/h264enc/h264enc-9.1.6.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# 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.1.6.ebuild,v 1.2 2011/06/19 09:11:33 jlec Exp $ - -EAPI=2 - -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" -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} || die "dobin failed" - doman man/${PN}.1 || die "doman failed" - dodoc doc/* || die "dodoc failed" - docinto matrices - dodoc matrices/* || die "dodoc failed" -} diff --git a/media-video/h264enc/h264enc-9.3.2.ebuild b/media-video/h264enc/h264enc-9.4.0.ebuild index a62990680433..755642d5a6de 100644 --- a/media-video/h264enc/h264enc-9.3.2.ebuild +++ b/media-video/h264enc/h264enc-9.4.0.ebuild @@ -1,8 +1,8 @@ # 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.3.2.ebuild,v 1.2 2011/06/19 09:11:33 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/h264enc/h264enc-9.4.0.ebuild,v 1.1 2011/08/22 05:09:09 radhermit Exp $ -EAPI=3 +EAPI=4 DESCRIPTION="Script to encode H.264/AVC/MPEG-4 Part 10 formats" HOMEPAGE="http://h264enc.sourceforge.net/" @@ -32,9 +32,9 @@ RDEPEND=" DEPEND="" src_install() { - dobin ${PN} || die "dobin failed" - doman man/${PN}.1 || die "doman failed" - dodoc doc/* || die "dodoc failed" + dobin ${PN} + doman man/${PN}.1 + dodoc doc/* docinto matrices - dodoc matrices/* || die "dodoc failed" + dodoc matrices/* } |