* [gentoo-commits] gentoo-x86 commit in media-video/ttcut: ChangeLog ttcut-0.19.6-r2.ebuild
@ 2010-01-20 18:23 Daniel Pielmeier (billie)
0 siblings, 0 replies; 3+ messages in thread
From: Daniel Pielmeier (billie) @ 2010-01-20 18:23 UTC (permalink / raw
To: gentoo-commits
billie 10/01/20 18:23:15
Modified: ChangeLog
Added: ttcut-0.19.6-r2.ebuild
Log:
Revison bump. This fixes encoding mode with current stable transcode.
(Portage version: 2.1.6.13/cvs/Linux i686)
Revision Changes Path
1.22 media-video/ttcut/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/ttcut/ChangeLog?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/ttcut/ChangeLog?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/ttcut/ChangeLog?r1=1.21&r2=1.22
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/ttcut/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog 29 May 2009 18:33:30 -0000 1.21
+++ ChangeLog 20 Jan 2010 18:23:14 -0000 1.22
@@ -1,6 +1,13 @@
# 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.21 2009/05/29 18:33:30 billie Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-video/ttcut/ChangeLog,v 1.22 2010/01/20 18:23:14 billie Exp $
+
+*ttcut-0.19.6-r2 (20 Jan 2010)
+
+ 20 Jan 2010; Daniel Pielmeier <billie@gentoo.org> +ttcut-0.19.6-r2.ebuild,
+ +files/ttcut-0.19.6-deprecated.patch,
+ +files/ttcut-0.19.6-transcode-compat.patch:
+ Revison bump. This fixes encoding mode with current stable transcode.
29 May 2009; Pielmeier Daniel <billie@gentoo.org> metadata.xml,
ttcut-0.19.6-r1.ebuild, ttcut-9999.ebuild:
1.1 media-video/ttcut/ttcut-0.19.6-r2.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/ttcut/ttcut-0.19.6-r2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/ttcut/ttcut-0.19.6-r2.ebuild?rev=1.1&content-type=text/plain
Index: ttcut-0.19.6-r2.ebuild
===================================================================
# Copyright 1999-2010 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-r2.ebuild,v 1.1 2010/01/20 18:23:14 billie Exp $
EAPI="2"
inherit eutils qt4
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"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="x11-libs/qt-gui:4
x11-libs/qt-opengl:4
>=media-libs/libmpeg2-0.4.0
virtual/opengl"
RDEPEND="${DEPEND}
media-video/mplayer
media-video/transcode[mjpeg]"
S=${WORKDIR}/${PN}
src_prepare() {
epatch "${FILESDIR}/ttcut-0.19.6-deprecated.patch"
epatch "${FILESDIR}/ttcut-0.19.6-transcode-compat.patch"
}
src_compile() {
eqmake4 ttcut.pro -o Makefile.ttcut
emake -f Makefile.ttcut || die "emake failed"
}
src_install() {
dobin ttcut || die "Couldn't install ttcut"
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] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-video/ttcut: ChangeLog ttcut-0.19.6-r2.ebuild
@ 2010-01-21 14:31 Christian Faulhammer (fauli)
0 siblings, 0 replies; 3+ messages in thread
From: Christian Faulhammer (fauli) @ 2010-01-21 14:31 UTC (permalink / raw
To: gentoo-commits
fauli 10/01/21 14:31:11
Modified: ChangeLog ttcut-0.19.6-r2.ebuild
Log:
stable x86, bug 301654
(Portage version: 2.1.6.13/cvs/Linux i686)
Revision Changes Path
1.23 media-video/ttcut/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/ttcut/ChangeLog?rev=1.23&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/ttcut/ChangeLog?rev=1.23&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/ttcut/ChangeLog?r1=1.22&r2=1.23
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/ttcut/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog 20 Jan 2010 18:23:14 -0000 1.22
+++ ChangeLog 21 Jan 2010 14:31:11 -0000 1.23
@@ -1,6 +1,10 @@
# ChangeLog for media-video/ttcut
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/ttcut/ChangeLog,v 1.22 2010/01/20 18:23:14 billie Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/ttcut/ChangeLog,v 1.23 2010/01/21 14:31:11 fauli Exp $
+
+ 21 Jan 2010; Christian Faulhammer <fauli@gentoo.org>
+ ttcut-0.19.6-r2.ebuild:
+ stable x86, bug 301654
*ttcut-0.19.6-r2 (20 Jan 2010)
1.2 media-video/ttcut/ttcut-0.19.6-r2.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/ttcut/ttcut-0.19.6-r2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/ttcut/ttcut-0.19.6-r2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/ttcut/ttcut-0.19.6-r2.ebuild?r1=1.1&r2=1.2
Index: ttcut-0.19.6-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/ttcut/ttcut-0.19.6-r2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ttcut-0.19.6-r2.ebuild 20 Jan 2010 18:23:14 -0000 1.1
+++ ttcut-0.19.6-r2.ebuild 21 Jan 2010 14:31:11 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2010 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-r2.ebuild,v 1.1 2010/01/20 18:23:14 billie Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/ttcut/ttcut-0.19.6-r2.ebuild,v 1.2 2010/01/21 14:31:11 fauli Exp $
EAPI="2"
@@ -11,7 +11,7 @@
SRC_URI="mirror://berlios/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
IUSE=""
DEPEND="x11-libs/qt-gui:4
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-video/ttcut: ChangeLog ttcut-0.19.6-r2.ebuild
@ 2011-07-26 17:14 Daniel Pielmeier (billie)
0 siblings, 0 replies; 3+ messages in thread
From: Daniel Pielmeier (billie) @ 2011-07-26 17:14 UTC (permalink / raw
To: gentoo-commits
billie 11/07/26 17:14:46
Modified: ChangeLog
Removed: ttcut-0.19.6-r2.ebuild
Log:
Remove old.
(Portage version: 2.1.10.3/cvs/Linux i686)
Revision Changes Path
1.30 media-video/ttcut/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ttcut/ChangeLog?rev=1.30&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ttcut/ChangeLog?rev=1.30&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ttcut/ChangeLog?r1=1.29&r2=1.30
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/ttcut/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog 15 Jul 2011 21:15:39 -0000 1.29
+++ ChangeLog 26 Jul 2011 17:14:46 -0000 1.30
@@ -1,6 +1,10 @@
# ChangeLog for media-video/ttcut
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/ttcut/ChangeLog,v 1.29 2011/07/15 21:15:39 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/ttcut/ChangeLog,v 1.30 2011/07/26 17:14:46 billie Exp $
+
+ 26 Jul 2011; Daniel Pielmeier <billie@gentoo.org> -ttcut-0.19.6-r2.ebuild,
+ -files/ttcut-0.19.6-transcode-compat.patch:
+ Remove old.
15 Jul 2011; Markus Meier <maekke@gentoo.org> ttcut-0.19.6-r3.ebuild:
x86 stable, bug #373507
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-07-26 17:14 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-20 18:23 [gentoo-commits] gentoo-x86 commit in media-video/ttcut: ChangeLog ttcut-0.19.6-r2.ebuild Daniel Pielmeier (billie)
-- strict thread matches above, loose matches on Subject: below --
2010-01-21 14:31 Christian Faulhammer (fauli)
2011-07-26 17:14 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