diff options
author | Jörg Bornkessel <hd_brummy@gentoo.org> | 2009-01-25 16:39:35 +0000 |
---|---|---|
committer | Jörg Bornkessel <hd_brummy@gentoo.org> | 2009-01-25 16:39:35 +0000 |
commit | 3eefee648abac924e77fe9b741a683c4664b5e00 (patch) | |
tree | aab2a57fae96ce55ecc668e710da8deba5edb080 /media-video/ttcut | |
parent | Stable on alpha, bug #254440 (diff) | |
download | gentoo-2-3eefee648abac924e77fe9b741a683c4664b5e00.tar.gz gentoo-2-3eefee648abac924e77fe9b741a683c4664b5e00.tar.bz2 gentoo-2-3eefee648abac924e77fe9b741a683c4664b5e00.zip |
switch to EAPI=2, fixed description and homepage; thanks to Daniel Pielmeier
(Portage version: 2.1.6.4/cvs/Linux 2.6.21-xen-main-r1 i686)
Diffstat (limited to 'media-video/ttcut')
-rw-r--r-- | media-video/ttcut/ChangeLog | 9 | ||||
-rw-r--r-- | media-video/ttcut/ttcut-0.19.6-r1.ebuild | 21 | ||||
-rw-r--r-- | media-video/ttcut/ttcut-9999.ebuild | 21 |
3 files changed, 21 insertions, 30 deletions
diff --git a/media-video/ttcut/ChangeLog b/media-video/ttcut/ChangeLog index d70791d4c395..61a7cc32b590 100644 --- a/media-video/ttcut/ChangeLog +++ b/media-video/ttcut/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-video/ttcut -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/ttcut/ChangeLog,v 1.19 2008/11/13 13:11:46 zzam Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-video/ttcut/ChangeLog,v 1.20 2009/01/25 16:39:35 hd_brummy Exp $ + + 25 Jan 2009; Joerg Bornkessel <hd_brummy@gentoo.org> + ttcut-0.19.6-r1.ebuild, ttcut-9999.ebuild: + switch to EAPI=2, fixed description and homepage; thanks to Daniel + Pielmeier 13 Nov 2008; Matthias Schwarzott <zzam@gentoo.org> ttcut-0.19.6-r1.ebuild, ttcut-9999.ebuild: diff --git a/media-video/ttcut/ttcut-0.19.6-r1.ebuild b/media-video/ttcut/ttcut-0.19.6-r1.ebuild index fdce842dd29c..80db50f2647f 100644 --- a/media-video/ttcut/ttcut-0.19.6-r1.ebuild +++ b/media-video/ttcut/ttcut-0.19.6-r1.ebuild @@ -1,12 +1,13 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/ttcut/ttcut-0.19.6-r1.ebuild,v 1.9 2008/11/13 13:11:46 zzam Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/ttcut/ttcut-0.19.6-r1.ebuild,v 1.10 2009/01/25 16:39:35 hd_brummy Exp $ + +EAPI="2" -EAPI="1" inherit eutils qt4 -DESCRIPTION="Tool for removing advertisements from recorded MPEG files" -HOMEPAGE="http://ttcut.tritime.org/" +DESCRIPTION="Tool for cutting MPEG files especially for removing commercials" +HOMEPAGE="http://www.tritime.de/ttcut/" SRC_URI="mirror://berlios/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" @@ -19,18 +20,10 @@ DEPEND="|| ( ( x11-libs/qt-gui:4 x11-libs/qt-opengl:4 ) =x11-libs/qt-4.3* ) RDEPEND="${DEPEND} media-video/mplayer - media-video/transcode" + media-video/transcode[mjpeg]" S=${WORKDIR}/${PN} -pkg_setup() { - if ! built_with_use media-video/transcode mjpeg ; then - eerror "In order to have encoding mode working with ttcut" - eerror "you need to recompile transcode with mjpeg USE flag enabled." - die "Recompile transcode with mjpeg USE flag enabled" - fi -} - src_compile() { eqmake4 ttcut.pro -o Makefile.ttcut emake -f Makefile.ttcut || die "emake failed" diff --git a/media-video/ttcut/ttcut-9999.ebuild b/media-video/ttcut/ttcut-9999.ebuild index 9239968b1979..6340210211e7 100644 --- a/media-video/ttcut/ttcut-9999.ebuild +++ b/media-video/ttcut/ttcut-9999.ebuild @@ -1,12 +1,13 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/ttcut/ttcut-9999.ebuild,v 1.2 2008/11/13 13:11:46 zzam Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/ttcut/ttcut-9999.ebuild,v 1.3 2009/01/25 16:39:35 hd_brummy Exp $ + +EAPI="2" -EAPI="1" inherit eutils qt4 subversion -DESCRIPTION="Tool for removing advertisements from recorded MPEG files" -HOMEPAGE="http://ttcut.tritime.org/" +DESCRIPTION="Tool for cutting MPEG files especially for removing commercials" +HOMEPAGE="http://www.tritime.de/ttcut/" ESVN_REPO_URI="http://svn.berlios.de/svnroot/repos/ttcut/branches/refactor" LICENSE="GPL-2" @@ -20,18 +21,10 @@ DEPEND="|| ( ( x11-libs/qt-gui:4 x11-libs/qt-opengl:4 ) =x11-libs/qt-4.3*:4 ) RDEPEND="${DEPEND} media-video/mplayer - media-video/transcode" + media-video/transcode[mjpeg]" S=${WORKDIR}/${PN} -pkg_setup() { - if ! built_with_use media-video/transcode mjpeg ; then - eerror "In order to have encoding mode working with ttcut" - eerror "you need to recompile transcode with mjpeg USE flag enabled." - die "Recompile transcode with mjpeg USE flag enabled" - fi -} - src_compile() { eqmake4 ttcut_linux.pro -o Makefile.ttcut emake -f Makefile.ttcut || die "emake failed" |