summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDror Levin <spatz@gentoo.org>2010-01-23 02:07:56 +0000
committerDror Levin <spatz@gentoo.org>2010-01-23 02:07:56 +0000
commite447da90174d9696c182102cbb6ceb9c8ff1e136 (patch)
tree980ee0056ab70a2e6674217a0771a3930e5b945d /media-video
parentFix HOMEPAGE and SRC_URI. (diff)
downloadgentoo-2-e447da90174d9696c182102cbb6ceb9c8ff1e136.tar.gz
gentoo-2-e447da90174d9696c182102cbb6ceb9c8ff1e136.tar.bz2
gentoo-2-e447da90174d9696c182102cbb6ceb9c8ff1e136.zip
Version bump, bug 291218. Remove old.
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'media-video')
-rw-r--r--media-video/h264enc/ChangeLog10
-rw-r--r--media-video/h264enc/h264enc-8.9.7.ebuild37
-rw-r--r--media-video/h264enc/h264enc-9.1.4.ebuild (renamed from media-video/h264enc/h264enc-9.0.0.ebuild)7
3 files changed, 12 insertions, 42 deletions
diff --git a/media-video/h264enc/ChangeLog b/media-video/h264enc/ChangeLog
index 9b0f3f76d02c..16959350ee4a 100644
--- a/media-video/h264enc/ChangeLog
+++ b/media-video/h264enc/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for media-video/h264enc
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/h264enc/ChangeLog,v 1.3 2009/10/15 19:08:52 ssuominen Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-video/h264enc/ChangeLog,v 1.4 2010/01/23 02:07:56 spatz Exp $
+
+*h264enc-9.1.4 (23 Jan 2010)
+
+ 23 Jan 2010; Dror Levin <spatz@gentoo.org> -h264enc-8.9.7.ebuild,
+ -h264enc-9.0.0.ebuild, +h264enc-9.1.4.ebuild:
+ Version bump, bug 291218. Remove old.
*h264enc-9.0.6 (15 Oct 2009)
diff --git a/media-video/h264enc/h264enc-8.9.7.ebuild b/media-video/h264enc/h264enc-8.9.7.ebuild
deleted file mode 100644
index 017e71d83dc0..000000000000
--- a/media-video/h264enc/h264enc-8.9.7.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/h264enc/h264enc-8.9.7.ebuild,v 1.1 2009/08/02 12:43:15 ssuominen 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]
- aac? ( media-libs/faac
- media-sound/aacplusenc )
- flac? ( media-libs/flac )
- dvd? ( media-video/lsdvd )
- vorbis? ( media-sound/vorbis-tools )
- lame? ( media-sound/lame )
- matroska? ( media-video/mkvtoolnix )
- ogm? ( media-sound/ogmtools )
- mp4? ( >=media-video/gpac-0.4.5[a52] )
- sys-apps/coreutils
- sys-process/time
- sys-devel/bc"
-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.0.0.ebuild b/media-video/h264enc/h264enc-9.1.4.ebuild
index 0f0c8a36a503..b7612cf82572 100644
--- a/media-video/h264enc/h264enc-9.0.0.ebuild
+++ b/media-video/h264enc/h264enc-9.1.4.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/h264enc/h264enc-9.0.0.ebuild,v 1.1 2009/08/18 15:58:09 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/h264enc/h264enc-9.1.4.ebuild,v 1.1 2010/01/23 02:07:56 spatz Exp $
EAPI=2
@@ -25,7 +25,8 @@ RDEPEND="media-video/mplayer[encode,x264]
mp4? ( >=media-video/gpac-0.4.5[a52] )
sys-apps/coreutils
sys-process/time
- sys-devel/bc"
+ sys-devel/bc
+ sys-apps/pv"
DEPEND=""
src_install() {