diff options
-rw-r--r-- | media-video/ttcut/ChangeLog | 7 | ||||
-rw-r--r-- | media-video/ttcut/metadata.xml | 16 | ||||
-rw-r--r-- | media-video/ttcut/ttcut-0.19.6-r1.ebuild | 8 | ||||
-rw-r--r-- | media-video/ttcut/ttcut-9999.ebuild | 8 |
4 files changed, 23 insertions, 16 deletions
diff --git a/media-video/ttcut/ChangeLog b/media-video/ttcut/ChangeLog index 61a7cc32b590..fc1d7393766b 100644 --- a/media-video/ttcut/ChangeLog +++ b/media-video/ttcut/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-video/ttcut # 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 $ +# $Header: /var/cvsroot/gentoo-x86/media-video/ttcut/ChangeLog,v 1.21 2009/05/29 18:33:30 billie Exp $ + + 29 May 2009; Pielmeier Daniel <billie@gentoo.org> metadata.xml, + ttcut-0.19.6-r1.ebuild, ttcut-9999.ebuild: + Taking the ebuild, thanks to zzam for proxy committing. Ebuild cleanup, + monolithic qt is gone, updated metadata. 25 Jan 2009; Joerg Bornkessel <hd_brummy@gentoo.org> ttcut-0.19.6-r1.ebuild, ttcut-9999.ebuild: diff --git a/media-video/ttcut/metadata.xml b/media-video/ttcut/metadata.xml index 04e9c5f52d3e..5856b9364605 100644 --- a/media-video/ttcut/metadata.xml +++ b/media-video/ttcut/metadata.xml @@ -3,13 +3,15 @@ <pkgmetadata> <herd>video</herd> <maintainer> - <email>zzam@gentoo.org</email> - <name>Matthias Schwarzott</name> - <description>Proxy maintainer</description> - </maintainer> - <maintainer> - <email>daniel.pielmeier@googlemail.com</email> + <email>billie@gentoo.org</email> <name>Daniel Pielmeier</name> - <description>The proxied maintainer</description> </maintainer> + <longdescription> + <pkg>media-video/ttcut</pkg> is a tool designed to remove commercials from + DVB (European standard for digital radio and television broadcast) + recordings. It only accepts the elementary video and audio streams. This is + because the MPEG transport stream is slightly different to the MPEG Program + stream used on DVD media. Also it may contain errors that tools like + <pkg>media-video/projectx</pkg> can correct while demuxing the stream. + </longdescription> </pkgmetadata> diff --git a/media-video/ttcut/ttcut-0.19.6-r1.ebuild b/media-video/ttcut/ttcut-0.19.6-r1.ebuild index 80db50f2647f..cdcad7034f34 100644 --- a/media-video/ttcut/ttcut-0.19.6-r1.ebuild +++ b/media-video/ttcut/ttcut-0.19.6-r1.ebuild @@ -1,6 +1,6 @@ # 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.10 2009/01/25 16:39:35 hd_brummy Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/ttcut/ttcut-0.19.6-r1.ebuild,v 1.11 2009/05/29 18:33:30 billie Exp $ EAPI="2" @@ -14,7 +14,8 @@ SLOT="0" KEYWORDS="~amd64 x86" IUSE="" -DEPEND="|| ( ( x11-libs/qt-gui:4 x11-libs/qt-opengl:4 ) =x11-libs/qt-4.3* ) +DEPEND="x11-libs/qt-gui:4 + x11-libs/qt-opengl:4 >=media-libs/libmpeg2-0.4.0 virtual/opengl" @@ -31,8 +32,7 @@ src_compile() { src_install() { dobin ttcut || die "Couldn't install ttcut" - make_desktop_entry ttcut TTCut "" "AudioVideo;Video;AudioVideoEditing" || \ - die "Couldn't make ttcut desktop entry" + make_desktop_entry ttcut TTCut "" "AudioVideo;Video;AudioVideoEditing" dodoc AUTHORS BUGS CHANGELOG \ README.DE README.EN TODO || die "Couldn't install documentation" diff --git a/media-video/ttcut/ttcut-9999.ebuild b/media-video/ttcut/ttcut-9999.ebuild index 6340210211e7..2bf5e11b0bea 100644 --- a/media-video/ttcut/ttcut-9999.ebuild +++ b/media-video/ttcut/ttcut-9999.ebuild @@ -1,6 +1,6 @@ # 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.3 2009/01/25 16:39:35 hd_brummy Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/ttcut/ttcut-9999.ebuild,v 1.4 2009/05/29 18:33:30 billie Exp $ EAPI="2" @@ -15,7 +15,8 @@ SLOT="0" KEYWORDS="" IUSE="" -DEPEND="|| ( ( x11-libs/qt-gui:4 x11-libs/qt-opengl:4 ) =x11-libs/qt-4.3*:4 ) +DEPEND="x11-libs/qt-gui:4 + x11-libs/qt-opengl:4 >=media-libs/libmpeg2-0.4.0 virtual/opengl" @@ -32,8 +33,7 @@ src_compile() { src_install() { dobin ttcut || die "Couldn't install ttcut" - make_desktop_entry ttcut TTCut "" "AudioVideo;Video;AudioVideoEditing" || \ - die "Couldn't make ttcut desktop entry" + make_desktop_entry ttcut TTCut "" "AudioVideo;Video;AudioVideoEditing" dodoc AUTHORS BUGS CHANGELOG \ README.DE README.EN TODO || die "Couldn't install documentation" |