Gentoo Archives: gentoo-commits

From: "Peter Alfredsen (loki_val)" <loki_val@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/openexr_ctl: ChangeLog openexr_ctl-1.0.1-r1.ebuild
Date: Sat, 28 Jun 2008 21:58:25
Message-Id: E1KCiR0-0000Hm-KA@stork.gentoo.org
1 loki_val 08/06/28 21:58:18
2
3 Modified: ChangeLog
4 Added: openexr_ctl-1.0.1-r1.ebuild
5 Log:
6 Fix this ebuild so openexr_viewers gets the right libs, etc. for compilation.
7 (Portage version: 2.2_rc1/cvs/Linux 2.6.25.8 i686)
8
9 Revision Changes Path
10 1.15 media-libs/openexr_ctl/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/openexr_ctl/ChangeLog?rev=1.15&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/openexr_ctl/ChangeLog?rev=1.15&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/openexr_ctl/ChangeLog?r1=1.14&r2=1.15
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/openexr_ctl/ChangeLog,v
19 retrieving revision 1.14
20 retrieving revision 1.15
21 diff -u -r1.14 -r1.15
22 --- ChangeLog 28 Jun 2008 21:35:35 -0000 1.14
23 +++ ChangeLog 28 Jun 2008 21:58:18 -0000 1.15
24 @@ -1,6 +1,13 @@
25 # ChangeLog for media-libs/openexr_ctl
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-libs/openexr_ctl/ChangeLog,v 1.14 2008/06/28 21:35:35 loki_val Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-libs/openexr_ctl/ChangeLog,v 1.15 2008/06/28 21:58:18 loki_val Exp $
29 +
30 +*openexr_ctl-1.0.1-r1 (28 Jun 2008)
31 +
32 + 28 Jun 2008; Peter Alfredsen <loki_val@g.o>
33 + +files/openexr_ctl-1.0.1-pkgconfig.patch, +openexr_ctl-1.0.1-r1.ebuild:
34 + Fix this ebuild so openexr_viewers gets the right libs, etc. for
35 + compilation.
36
37 28 Jun 2008; Peter Alfredsen <loki_val@g.o>
38 +files/openexr_ctl-1.0.1-configure_gcc43.patch,
39
40
41
42 1.1 media-libs/openexr_ctl/openexr_ctl-1.0.1-r1.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/openexr_ctl/openexr_ctl-1.0.1-r1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/openexr_ctl/openexr_ctl-1.0.1-r1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: openexr_ctl-1.0.1-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-libs/openexr_ctl/openexr_ctl-1.0.1-r1.ebuild,v 1.1 2008/06/28 21:58:18 loki_val Exp $
52
53 inherit eutils autotools
54
55 DESCRIPTION="OpenEXR CTL libraries"
56 HOMEPAGE="http://sourceforge.net/projects/ampasctl"
57 SRC_URI="mirror://sourceforge/ampasctl/${P}.tar.gz"
58
59 LICENSE="AMPAS"
60 SLOT="0"
61 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
62 IUSE=""
63
64 RDEPEND="media-libs/ilmbase
65 media-libs/openexr
66 media-libs/ctl"
67 DEPEND="${RDEPEND}
68 dev-util/pkgconfig"
69
70 src_unpack() {
71 unpack ${A}
72 cd "${S}"
73 epatch "${FILESDIR}"/${P}-gcc43.patch
74 epatch "${FILESDIR}"/${P}-configure_gcc43.patch
75 epatch "${FILESDIR}"/${P}-pkgconfig.patch
76 eautoreconf
77 }
78
79 src_install() {
80 emake DESTDIR="${D}" install || die "install failed"
81 dodoc AUTHORS ChangeLog NEWS README
82 }
83
84
85
86 --
87 gentoo-commits@l.g.o mailing list