Gentoo Archives: gentoo-commits

From: "Ian Stakenvicius (axs)" <axs@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/k3d: ChangeLog k3d-0.7.11.0-r1.ebuild
Date: Fri, 01 Jun 2012 17:32:43
Message-Id: 20120601173233.B6C312004C@flycatcher.gentoo.org
1 axs 12/06/01 17:32:33
2
3 Modified: ChangeLog k3d-0.7.11.0-r1.ebuild
4 Log:
5 fixed compilation issue described in bug 384011, and added a missing config switch related to python
6
7 (Portage version: 2.1.10.49/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.55 media-gfx/k3d/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/k3d/ChangeLog?rev=1.55&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/k3d/ChangeLog?rev=1.55&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/k3d/ChangeLog?r1=1.54&r2=1.55
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-gfx/k3d/ChangeLog,v
19 retrieving revision 1.54
20 retrieving revision 1.55
21 diff -u -r1.54 -r1.55
22 --- ChangeLog 1 Jun 2012 16:08:43 -0000 1.54
23 +++ ChangeLog 1 Jun 2012 17:32:33 -0000 1.55
24 @@ -1,6 +1,11 @@
25 # ChangeLog for media-gfx/k3d
26 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/k3d/ChangeLog,v 1.54 2012/06/01 16:08:43 axs Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/k3d/ChangeLog,v 1.55 2012/06/01 17:32:33 axs Exp $
29 +
30 + 01 Jun 2012; Ian Stakenvicius <axs@g.o> k3d-0.7.11.0-r1.ebuild,
31 + +files/k3d-0.7.11.0-gtk-liststore-vs-treemodel.patch:
32 + fixed compilation issue described in bug 384011, and added a missing config
33 + switch related to python
34
35 01 Jun 2012; Ian Stakenvicius <axs@g.o> k3d-0.7.11.0-r1.ebuild:
36 k3d needs boost to have USE=python, fixes bug 403029
37
38
39
40 1.11 media-gfx/k3d/k3d-0.7.11.0-r1.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/k3d/k3d-0.7.11.0-r1.ebuild?rev=1.11&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/k3d/k3d-0.7.11.0-r1.ebuild?rev=1.11&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/k3d/k3d-0.7.11.0-r1.ebuild?r1=1.10&r2=1.11
45
46 Index: k3d-0.7.11.0-r1.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/media-gfx/k3d/k3d-0.7.11.0-r1.ebuild,v
49 retrieving revision 1.10
50 retrieving revision 1.11
51 diff -u -r1.10 -r1.11
52 --- k3d-0.7.11.0-r1.ebuild 1 Jun 2012 16:08:43 -0000 1.10
53 +++ k3d-0.7.11.0-r1.ebuild 1 Jun 2012 17:32:33 -0000 1.11
54 @@ -1,6 +1,6 @@
55 # Copyright 1999-2012 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/k3d/k3d-0.7.11.0-r1.ebuild,v 1.10 2012/06/01 16:08:43 axs Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/k3d/k3d-0.7.11.0-r1.ebuild,v 1.11 2012/06/01 17:32:33 axs Exp $
59
60 EAPI="2"
61
62 @@ -72,11 +72,13 @@
63 -e '/PKG_CHECK_MODULES/s:libpng12:libpng:' \
64 cmake/modules/K3DFindPNG.cmake || die
65
66 - epatch "${FILESDIR}"/${P}-libpng14.patch
67 + epatch "${FILESDIR}"/${P}-libpng14.patch \
68
69 epatch "${FILESDIR}"/${P}-fix-potfiles.patch \
70 "${FILESDIR}"/${P}-cuda.patch \
71 - "${FILESDIR}"/${P}-gcc44.patch
72 + "${FILESDIR}"/${P}-gcc44.patch \
73 + "${FILESDIR}"/${P}-gtk-liststore-vs-treemodel.patch
74 +
75 [[ -f CMakeCache.txt ]] && rm CMakeCache.txt
76 }
77
78 @@ -101,6 +103,7 @@
79 $(k3d_use_module png PNG_IO)
80 $(k3d_use_module python PYTHON)
81 $(k3d_use_module python PYUI)
82 + $(k3d_use_module python NGUI_PYTHON_SHELL)
83 $(k3d_use_module tiff TIFF_IO)
84 $(k3d_use_module truetype FREETYPE2)"