Gentoo Archives: gentoo-commits

From: "Joerg Bornkessel (hd_brummy)" <hd_brummy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-video/ttcut: ChangeLog ttcut-9999.ebuild ttcut-0.19.6-r1.ebuild
Date: Sun, 25 Jan 2009 16:39:38
Message-Id: E1LR81I-0005JW-0V@stork.gentoo.org
1 hd_brummy 09/01/25 16:39:36
2
3 Modified: ChangeLog ttcut-9999.ebuild ttcut-0.19.6-r1.ebuild
4 Log:
5 switch to EAPI=2, fixed description and homepage; thanks to Daniel Pielmeier
6 (Portage version: 2.1.6.4/cvs/Linux 2.6.21-xen-main-r1 i686)
7
8 Revision Changes Path
9 1.20 media-video/ttcut/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/ttcut/ChangeLog?rev=1.20&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/ttcut/ChangeLog?rev=1.20&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/ttcut/ChangeLog?r1=1.19&r2=1.20
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-video/ttcut/ChangeLog,v
18 retrieving revision 1.19
19 retrieving revision 1.20
20 diff -u -r1.19 -r1.20
21 --- ChangeLog 13 Nov 2008 13:11:46 -0000 1.19
22 +++ ChangeLog 25 Jan 2009 16:39:35 -0000 1.20
23 @@ -1,6 +1,11 @@
24 # ChangeLog for media-video/ttcut
25 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-video/ttcut/ChangeLog,v 1.19 2008/11/13 13:11:46 zzam Exp $
27 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/media-video/ttcut/ChangeLog,v 1.20 2009/01/25 16:39:35 hd_brummy Exp $
29 +
30 + 25 Jan 2009; Joerg Bornkessel <hd_brummy@g.o>
31 + ttcut-0.19.6-r1.ebuild, ttcut-9999.ebuild:
32 + switch to EAPI=2, fixed description and homepage; thanks to Daniel
33 + Pielmeier
34
35 13 Nov 2008; Matthias Schwarzott <zzam@g.o> ttcut-0.19.6-r1.ebuild,
36 ttcut-9999.ebuild:
37
38
39
40 1.3 media-video/ttcut/ttcut-9999.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/ttcut/ttcut-9999.ebuild?rev=1.3&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/ttcut/ttcut-9999.ebuild?rev=1.3&content-type=text/plain
44 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/ttcut/ttcut-9999.ebuild?r1=1.2&r2=1.3
45
46 Index: ttcut-9999.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/media-video/ttcut/ttcut-9999.ebuild,v
49 retrieving revision 1.2
50 retrieving revision 1.3
51 diff -u -r1.2 -r1.3
52 --- ttcut-9999.ebuild 13 Nov 2008 13:11:46 -0000 1.2
53 +++ ttcut-9999.ebuild 25 Jan 2009 16:39:35 -0000 1.3
54 @@ -1,12 +1,13 @@
55 -# Copyright 1999-2008 Gentoo Foundation
56 +# Copyright 1999-2009 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/media-video/ttcut/ttcut-9999.ebuild,v 1.2 2008/11/13 13:11:46 zzam Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/media-video/ttcut/ttcut-9999.ebuild,v 1.3 2009/01/25 16:39:35 hd_brummy Exp $
60 +
61 +EAPI="2"
62
63 -EAPI="1"
64 inherit eutils qt4 subversion
65
66 -DESCRIPTION="Tool for removing advertisements from recorded MPEG files"
67 -HOMEPAGE="http://ttcut.tritime.org/"
68 +DESCRIPTION="Tool for cutting MPEG files especially for removing commercials"
69 +HOMEPAGE="http://www.tritime.de/ttcut/"
70 ESVN_REPO_URI="http://svn.berlios.de/svnroot/repos/ttcut/branches/refactor"
71
72 LICENSE="GPL-2"
73 @@ -20,18 +21,10 @@
74
75 RDEPEND="${DEPEND}
76 media-video/mplayer
77 - media-video/transcode"
78 + media-video/transcode[mjpeg]"
79
80 S=${WORKDIR}/${PN}
81
82 -pkg_setup() {
83 - if ! built_with_use media-video/transcode mjpeg ; then
84 - eerror "In order to have encoding mode working with ttcut"
85 - eerror "you need to recompile transcode with mjpeg USE flag enabled."
86 - die "Recompile transcode with mjpeg USE flag enabled"
87 - fi
88 -}
89 -
90 src_compile() {
91 eqmake4 ttcut_linux.pro -o Makefile.ttcut
92 emake -f Makefile.ttcut || die "emake failed"
93
94
95
96 1.10 media-video/ttcut/ttcut-0.19.6-r1.ebuild
97
98 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/ttcut/ttcut-0.19.6-r1.ebuild?rev=1.10&view=markup
99 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/ttcut/ttcut-0.19.6-r1.ebuild?rev=1.10&content-type=text/plain
100 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/ttcut/ttcut-0.19.6-r1.ebuild?r1=1.9&r2=1.10
101
102 Index: ttcut-0.19.6-r1.ebuild
103 ===================================================================
104 RCS file: /var/cvsroot/gentoo-x86/media-video/ttcut/ttcut-0.19.6-r1.ebuild,v
105 retrieving revision 1.9
106 retrieving revision 1.10
107 diff -u -r1.9 -r1.10
108 --- ttcut-0.19.6-r1.ebuild 13 Nov 2008 13:11:46 -0000 1.9
109 +++ ttcut-0.19.6-r1.ebuild 25 Jan 2009 16:39:35 -0000 1.10
110 @@ -1,12 +1,13 @@
111 -# Copyright 1999-2008 Gentoo Foundation
112 +# Copyright 1999-2009 Gentoo Foundation
113 # Distributed under the terms of the GNU General Public License v2
114 -# $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 $
115 +# $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 $
116 +
117 +EAPI="2"
118
119 -EAPI="1"
120 inherit eutils qt4
121
122 -DESCRIPTION="Tool for removing advertisements from recorded MPEG files"
123 -HOMEPAGE="http://ttcut.tritime.org/"
124 +DESCRIPTION="Tool for cutting MPEG files especially for removing commercials"
125 +HOMEPAGE="http://www.tritime.de/ttcut/"
126 SRC_URI="mirror://berlios/${PN}/${P}.tar.gz"
127 LICENSE="GPL-2"
128 SLOT="0"
129 @@ -19,18 +20,10 @@
130
131 RDEPEND="${DEPEND}
132 media-video/mplayer
133 - media-video/transcode"
134 + media-video/transcode[mjpeg]"
135
136 S=${WORKDIR}/${PN}
137
138 -pkg_setup() {
139 - if ! built_with_use media-video/transcode mjpeg ; then
140 - eerror "In order to have encoding mode working with ttcut"
141 - eerror "you need to recompile transcode with mjpeg USE flag enabled."
142 - die "Recompile transcode with mjpeg USE flag enabled"
143 - fi
144 -}
145 -
146 src_compile() {
147 eqmake4 ttcut.pro -o Makefile.ttcut
148 emake -f Makefile.ttcut || die "emake failed"