Gentoo Archives: gentoo-commits

From: "Matthias Schwarzott (zzam)" <zzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-video/ttcut: ChangeLog ttcut-0.19.6-r1.ebuild
Date: Fri, 01 Feb 2008 15:38:26
Message-Id: E1JKxyA-0000qa-Ng@stork.gentoo.org
1 zzam 08/02/01 15:38:22
2
3 Modified: ChangeLog
4 Added: ttcut-0.19.6-r1.ebuild
5 Log:
6 Now using slot dependency/eapi-1 for qt4.
7 (Portage version: 2.1.4.1)
8
9 Revision Changes Path
10 1.10 media-video/ttcut/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/ttcut/ChangeLog?rev=1.10&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/ttcut/ChangeLog?rev=1.10&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/ttcut/ChangeLog?r1=1.9&r2=1.10
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-video/ttcut/ChangeLog,v
19 retrieving revision 1.9
20 retrieving revision 1.10
21 diff -u -r1.9 -r1.10
22 --- ChangeLog 2 Sep 2007 14:26:11 -0000 1.9
23 +++ ChangeLog 1 Feb 2008 15:38:22 -0000 1.10
24 @@ -1,6 +1,12 @@
25 # ChangeLog for media-video/ttcut
26 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-video/ttcut/ChangeLog,v 1.9 2007/09/02 14:26:11 zzam Exp $
28 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/media-video/ttcut/ChangeLog,v 1.10 2008/02/01 15:38:22 zzam Exp $
30 +
31 +*ttcut-0.19.6-r1 (01 Feb 2008)
32 +
33 + 01 Feb 2008; Matthias Schwarzott <zzam@g.o>
34 + +ttcut-0.19.6-r1.ebuild:
35 + Now using slot dependency/eapi-1 for qt4.
36
37 *ttcut-0.19.6 (02 Sep 2007)
38
39
40
41
42 1.1 media-video/ttcut/ttcut-0.19.6-r1.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/ttcut/ttcut-0.19.6-r1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/ttcut/ttcut-0.19.6-r1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: ttcut-0.19.6-r1.ebuild
48 ===================================================================
49 # Copyright 1999-2008 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/media-video/ttcut/ttcut-0.19.6-r1.ebuild,v 1.1 2008/02/01 15:38:22 zzam Exp $
52
53 EAPI="1"
54 inherit eutils qt4
55
56 DESCRIPTION="Tool for removing advertisements from recorded MPEG files"
57 HOMEPAGE="http://ttcut.tritime.org/"
58 SRC_URI="mirror://berlios/${PN}/${P/_/-}.tar.gz"
59
60 LICENSE="GPL-2"
61 SLOT="0"
62 KEYWORDS="~x86"
63 IUSE=""
64
65 DEPEND=">=x11-libs/qt-4.3:4
66 >=media-libs/libmpeg2-0.4.0
67 virtual/opengl"
68
69 RDEPEND="${DEPEND}
70 media-video/mplayer
71 media-video/transcode"
72
73 S=${WORKDIR}/${PN}
74
75 pkg_setup() {
76 if ! built_with_use media-video/transcode mjpeg ; then
77 eerror "In order to have encoding mode working with ttcut"
78 eerror "you need to recompile transcode with mjpeg USE flag enabled."
79 die "Recompile transcode with mjpeg USE flag enabled"
80 fi
81 }
82
83 src_compile() {
84 eqmake4 ttcut.pro -o Makefile.ttcut
85 emake -f Makefile.ttcut || die "emake failed"
86 }
87
88 src_install() {
89 dobin ttcut || die "Couldn't install ttcut"
90 make_desktop_entry ttcut TTCut "" "AudioVideo;Video;AudioVideoEditing" || \
91 die "Couldn't make ttcut desktop entry"
92
93 dodoc AUTHORS BUGS CHANGELOG \
94 README.DE README.EN TODO || die "Couldn't install documentation"
95 }
96
97
98
99 --
100 gentoo-commits@l.g.o mailing list