summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Holm <dholm@gentoo.org>2004-06-09 22:09:53 +0000
committerDavid Holm <dholm@gentoo.org>2004-06-09 22:09:53 +0000
commitd4626c39e4eb1bdd954b72a0bb21b0991b0a2e9f (patch)
tree063af5015583214b503ddf922b5f79043316cd52 /media-video
parentclean older ebuild (diff)
downloadhistorical-d4626c39e4eb1bdd954b72a0bb21b0991b0a2e9f.tar.gz
historical-d4626c39e4eb1bdd954b72a0bb21b0991b0a2e9f.tar.bz2
historical-d4626c39e4eb1bdd954b72a0bb21b0991b0a2e9f.zip
New ebuild submitted by author
Diffstat (limited to 'media-video')
-rw-r--r--media-video/tcvp/ChangeLog5
-rw-r--r--media-video/tcvp/Manifest4
-rw-r--r--media-video/tcvp/tcvp-0.2.0.ebuild44
3 files changed, 30 insertions, 23 deletions
diff --git a/media-video/tcvp/ChangeLog b/media-video/tcvp/ChangeLog
index 6631fa69a8fd..5cededf4de53 100644
--- a/media-video/tcvp/ChangeLog
+++ b/media-video/tcvp/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-video/tcvp
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/tcvp/ChangeLog,v 1.3 2004/06/09 18:23:24 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/tcvp/ChangeLog,v 1.4 2004/06/09 22:09:53 dholm Exp $
+
+ 10 Jun 2004; David Holm <dholm@gentoo.org> tcvp-0.2.0.ebuild:
+ New ebuild submitted by author.
09 Jun 2004; David Holm <dholm@gentoo.org> tcvp-0.2.0.ebuild:
Fixed incorrect license as per authors request.
diff --git a/media-video/tcvp/Manifest b/media-video/tcvp/Manifest
index bda89a7a858e..27d259f42207 100644
--- a/media-video/tcvp/Manifest
+++ b/media-video/tcvp/Manifest
@@ -1,4 +1,4 @@
-MD5 27c254b700135ba52f98205a6d0a0929 ChangeLog 507
+MD5 fa57dc3e34ad1d0cc41ff7fbcabdb205 ChangeLog 606
MD5 eba326432d26a3e8eb926c52124bbb9c metadata.xml 257
-MD5 0e0ebf7e6992af77caae7a851072f088 tcvp-0.2.0.ebuild 1506
+MD5 95b31063000a0e4d764367de914e7e32 tcvp-0.2.0.ebuild 1809
MD5 f0f7a5d05e5be4ecf1f0a478b739f10a files/digest-tcvp-0.2.0 63
diff --git a/media-video/tcvp/tcvp-0.2.0.ebuild b/media-video/tcvp/tcvp-0.2.0.ebuild
index fd7674db761b..7a3d5774c53f 100644
--- a/media-video/tcvp/tcvp-0.2.0.ebuild
+++ b/media-video/tcvp/tcvp-0.2.0.ebuild
@@ -1,42 +1,46 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/tcvp/tcvp-0.2.0.ebuild,v 1.3 2004/06/09 18:23:24 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/tcvp/tcvp-0.2.0.ebuild,v 1.4 2004/06/09 22:09:53 dholm Exp $
-DESCRIPTION="TCVP is a modular player and encoder/transcoder for music and video."
-HOMEPAGE="http://tcvp.sourceforge.net"
+DESCRIPTION="A modular player and encoder/transcoder for music and video."
+HOMEPAGE="http://tcvp.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
SLOT="0"
LICENSE="MIT"
KEYWORDS="~x86 ~ppc"
-IUSE="alsa cdr dvd encode ffmpeg oggvorbis oss static"
+IUSE="mpeg mad faad alsa cdr dvd encode ffmpeg oggvorbis oss"
-RDEPEND="virtual/x11
- >=media-libs/freetype-2.1.5-r1
- >=media-libs/audiofile-0.2.5
- >=media-libs/libmpeg2-0.4.0b
- >=media-sound/madplay-0.15.2b
- >=dev-libs/libtc-1.1.0
+DEPEND=">=dev-libs/libtc-1.1.0
>=dev-libs/tc2-0.6.0
>=dev-libs/tc2-modules-0.6.0
- >=media-libs/faac-1.23.5
+ >=media-libs/a52dec-0.7.4
+ >=sys-apps/file-4.0
alsa? ( >=media-libs/alsa-lib-1.0.3b-r2 )
- encode? ( >=media-sound/lame-3.96 )
- oggvorbis? ( >=media-libs/libogg-1.1
- >=media-libs/libvorbis-1.0.1-r2 )
- ffmpeg? ( >=media-video/ffmpeg-0.4.8 )
cdr? ( >=media-sound/cdparanoia-3.9.8-r1 )
- dvd? ( >=media-libs/libdvdread-0.9.4
- >=media-libs/a52dec-0.7.4 )"
+ dvd? ( >=media-libs/libdvdnav-0.1.9 )
+ encode? ( >=media-libs/faac-1.23.5
+ >=media-sound/lame-3.96 )
+ faad? ( media-libs/faad2 )
+ ffmpeg? ( >=media-video/ffmpeg-0.4.8 )
+ mad? ( >=media-sound/madplay-0.15.2b )
+ mpeg? ( >=media-libs/libmpeg2-0.4.0b )
+ oggvorbis? ( >=media-libs/libogg-1.1
+ >=media-libs/libvorbis-1.0.1-r2 )"
src_compile() {
local myconf
myconf="--with-gnu-ld"
- use static && myconf="${myconf} --enable-static"
use alsa || myconf="${myconf} --disable-alsa"
- use encode || myconf="${myconf} --disable-lame"
- use dvd || myconf="${myconf} --disable-dvd --disable-a52"
+ use cdr || myconf="${myconf} --disable-cdda"
+ use dvd || myconf="${myconf} --disable-dvd"
+ use encode || myconf="${myconf} --disable-lame --disable-aac_enc"
+ use faad || myconf="${myconf} --disable-aac_dec"
+ use ffmpeg || myconf="${myconf} --disable-avcodec --disable-avformat --disable-avimage --disable-scale"
+ use mad || myconf="${myconf} --disable-mad"
+ use mpeg || myconf="${myconf} --disable-mpeg2"
+ use oggvorbis || myconf="${myconf} --disable-ogg --disable-vorbis"
use oss || myconf="${myconf} --disable-oss"
econf ${myconf} || die "configure failed"
make || die