* [gentoo-commits] gentoo-x86 commit in media-video/ttcut: metadata.xml ChangeLog ttcut-9999.ebuild ttcut-0.19.6-r1.ebuild
@ 2009-05-29 18:33 Daniel Pielmeier (billie)
0 siblings, 0 replies; only message in thread
From: Daniel Pielmeier (billie) @ 2009-05-29 18:33 UTC (permalink / raw
To: gentoo-commits
billie 09/05/29 18:33:30
Modified: metadata.xml ChangeLog ttcut-9999.ebuild
ttcut-0.19.6-r1.ebuild
Log:
Taking the ebuild, thanks to zzam for proxy committing. Ebuild cleanup, monolithic qt is gone, updated metadata.
(Portage version: 2.1.6.11/cvs/Linux i686)
Revision Changes Path
1.2 media-video/ttcut/metadata.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/ttcut/metadata.xml?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/ttcut/metadata.xml?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/ttcut/metadata.xml?r1=1.1&r2=1.2
Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/ttcut/metadata.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- metadata.xml 21 Apr 2007 12:26:43 -0000 1.1
+++ metadata.xml 29 May 2009 18:33:30 -0000 1.2
@@ -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>
1.21 media-video/ttcut/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/ttcut/ChangeLog?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/ttcut/ChangeLog?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/ttcut/ChangeLog?r1=1.20&r2=1.21
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/ttcut/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog 25 Jan 2009 16:39:35 -0000 1.20
+++ ChangeLog 29 May 2009 18:33:30 -0000 1.21
@@ -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:
1.4 media-video/ttcut/ttcut-9999.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/ttcut/ttcut-9999.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/ttcut/ttcut-9999.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/ttcut/ttcut-9999.ebuild?r1=1.3&r2=1.4
Index: ttcut-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/ttcut/ttcut-9999.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ttcut-9999.ebuild 25 Jan 2009 16:39:35 -0000 1.3
+++ ttcut-9999.ebuild 29 May 2009 18:33:30 -0000 1.4
@@ -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 @@
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_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"
1.11 media-video/ttcut/ttcut-0.19.6-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/ttcut/ttcut-0.19.6-r1.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/ttcut/ttcut-0.19.6-r1.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/ttcut/ttcut-0.19.6-r1.ebuild?r1=1.10&r2=1.11
Index: ttcut-0.19.6-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/ttcut/ttcut-0.19.6-r1.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ttcut-0.19.6-r1.ebuild 25 Jan 2009 16:39:35 -0000 1.10
+++ ttcut-0.19.6-r1.ebuild 29 May 2009 18:33:30 -0000 1.11
@@ -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 @@
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_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"
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-05-29 18:33 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-29 18:33 [gentoo-commits] gentoo-x86 commit in media-video/ttcut: metadata.xml ChangeLog ttcut-9999.ebuild ttcut-0.19.6-r1.ebuild Daniel Pielmeier (billie)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox