Gentoo Archives: gentoo-commits

From: "Daniel Pielmeier (billie)" <billie@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-video/dvbcut: dvbcut-0.6.0.ebuild ChangeLog
Date: Sun, 21 Jun 2009 15:01:48
Message-Id: E1MIOYE-0001FI-Eg@stork.gentoo.org
1 billie 09/06/21 15:01:46
2
3 Modified: dvbcut-0.6.0.ebuild ChangeLog
4 Log:
5 Adding a patch which fixes parallel installation
6 (Portage version: 2.1.6.13/cvs/Linux i686)
7
8 Revision Changes Path
9 1.2 media-video/dvbcut/dvbcut-0.6.0.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/dvbcut/dvbcut-0.6.0.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/dvbcut/dvbcut-0.6.0.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/dvbcut/dvbcut-0.6.0.ebuild?r1=1.1&r2=1.2
14
15 Index: dvbcut-0.6.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-video/dvbcut/dvbcut-0.6.0.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- dvbcut-0.6.0.ebuild 19 Jun 2009 20:06:13 -0000 1.1
22 +++ dvbcut-0.6.0.ebuild 21 Jun 2009 15:01:46 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-video/dvbcut/dvbcut-0.6.0.ebuild,v 1.1 2009/06/19 20:06:13 aballier Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-video/dvbcut/dvbcut-0.6.0.ebuild,v 1.2 2009/06/21 15:01:46 billie Exp $
28
29 EAPI=2
30
31 @@ -24,14 +24,16 @@
32
33 DEPEND="${RDEPEND}"
34
35 +src_prepare() {
36 + epatch "${FILESDIR}"/dvbcut-0.6.0-parallel-install.patch
37 +}
38 +
39 src_configure() {
40 econf --with-ffmpeg=/usr
41 }
42
43 src_install() {
44 - # disable parallel build
45 - # already created MANDIR causes the build to fail
46 - emake -j1 DESTDIR="${D}" install \
47 + emake DESTDIR="${D}" install \
48 || die "Emake install failed"
49 make_desktop_entry dvbcut DVBcut
50 dodoc ChangeLog CREDITS README README.ffmpeg README.icons
51
52
53
54 1.19 media-video/dvbcut/ChangeLog
55
56 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/dvbcut/ChangeLog?rev=1.19&view=markup
57 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/dvbcut/ChangeLog?rev=1.19&content-type=text/plain
58 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/dvbcut/ChangeLog?r1=1.18&r2=1.19
59
60 Index: ChangeLog
61 ===================================================================
62 RCS file: /var/cvsroot/gentoo-x86/media-video/dvbcut/ChangeLog,v
63 retrieving revision 1.18
64 retrieving revision 1.19
65 diff -u -r1.18 -r1.19
66 --- ChangeLog 19 Jun 2009 20:06:13 -0000 1.18
67 +++ ChangeLog 21 Jun 2009 15:01:46 -0000 1.19
68 @@ -1,6 +1,10 @@
69 # ChangeLog for media-video/dvbcut
70 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
71 -# $Header: /var/cvsroot/gentoo-x86/media-video/dvbcut/ChangeLog,v 1.18 2009/06/19 20:06:13 aballier Exp $
72 +# $Header: /var/cvsroot/gentoo-x86/media-video/dvbcut/ChangeLog,v 1.19 2009/06/21 15:01:46 billie Exp $
73 +
74 + 21 Jun 2009; Pielmeier Daniel <billie@g.o>
75 + +files/dvbcut-0.6.0-parallel-install.patch, dvbcut-0.6.0.ebuild:
76 + Adding a patch which fixes parallel installation
77
78 *dvbcut-0.6.0 (19 Jun 2009)