Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-video/dvdauthor: dvdauthor-0.6.14.ebuild ChangeLog
Date: Mon, 21 Feb 2011 17:43:50
Message-Id: 20110221174340.D8AB120054@flycatcher.gentoo.org
1 vapier 11/02/21 17:43:40
2
3 Modified: dvdauthor-0.6.14.ebuild ChangeLog
4 Log:
5 Fix for building with libpng-1.5 #355039 by Lars Wendler.
6
7 (Portage version: 2.2.0_alpha24/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.4 media-video/dvdauthor/dvdauthor-0.6.14.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/dvdauthor/dvdauthor-0.6.14.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/dvdauthor/dvdauthor-0.6.14.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/dvdauthor/dvdauthor-0.6.14.ebuild?r1=1.3&r2=1.4
15
16 Index: dvdauthor-0.6.14.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-video/dvdauthor/dvdauthor-0.6.14.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- dvdauthor-0.6.14.ebuild 21 Dec 2008 14:51:30 -0000 1.3
23 +++ dvdauthor-0.6.14.ebuild 21 Feb 2011 17:43:40 -0000 1.4
24 @@ -1,6 +1,8 @@
25 -# Copyright 1999-2008 Gentoo Foundation
26 +# Copyright 1999-2011 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-video/dvdauthor/dvdauthor-0.6.14.ebuild,v 1.3 2008/12/21 14:51:30 nixnut Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-video/dvdauthor/dvdauthor-0.6.14.ebuild,v 1.4 2011/02/21 17:43:40 vapier Exp $
30 +
31 +EAPI="2"
32
33 inherit eutils
34
35 @@ -20,7 +22,11 @@
36 dev-libs/fribidi
37 media-libs/libpng"
38
39 +src_prepare() {
40 + epatch "${FILESDIR}"/${P}-libpng-1.5.patch #355039
41 +}
42 +
43 src_install() {
44 - make install DESTDIR="${D}" || die "installation failed"
45 + emake install DESTDIR="${D}" || die
46 dodoc README TODO ChangeLog
47 }
48
49
50
51 1.31 media-video/dvdauthor/ChangeLog
52
53 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/dvdauthor/ChangeLog?rev=1.31&view=markup
54 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/dvdauthor/ChangeLog?rev=1.31&content-type=text/plain
55 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/dvdauthor/ChangeLog?r1=1.30&r2=1.31
56
57 Index: ChangeLog
58 ===================================================================
59 RCS file: /var/cvsroot/gentoo-x86/media-video/dvdauthor/ChangeLog,v
60 retrieving revision 1.30
61 retrieving revision 1.31
62 diff -u -r1.30 -r1.31
63 --- ChangeLog 21 Dec 2008 14:51:30 -0000 1.30
64 +++ ChangeLog 21 Feb 2011 17:43:40 -0000 1.31
65 @@ -1,6 +1,10 @@
66 # ChangeLog for media-video/dvdauthor
67 -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
68 -# $Header: /var/cvsroot/gentoo-x86/media-video/dvdauthor/ChangeLog,v 1.30 2008/12/21 14:51:30 nixnut Exp $
69 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
70 +# $Header: /var/cvsroot/gentoo-x86/media-video/dvdauthor/ChangeLog,v 1.31 2011/02/21 17:43:40 vapier Exp $
71 +
72 + 21 Feb 2011; Mike Frysinger <vapier@g.o> dvdauthor-0.6.14.ebuild,
73 + +files/dvdauthor-0.6.14-libpng-1.5.patch:
74 + Fix for building with libpng-1.5 #355039 by Lars Wendler.
75
76 21 Dec 2008; nixnut <nixnut@g.o> dvdauthor-0.6.14.ebuild:
77 Stable on ppc wrt bug 250664