Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-games/irrlicht: irrlicht-1.8.1.ebuild ChangeLog
Date: Thu, 28 Aug 2014 16:03:36
Message-Id: 20140828160332.DEA0A4193@oystercatcher.gentoo.org
1 ssuominen 14/08/28 16:03:32
2
3 Modified: irrlicht-1.8.1.ebuild ChangeLog
4 Log:
5 Use upstream patch to fix building with media-libs/jpeg >= 9a wrt #520746 by Diego Elio Pettenò
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
8
9 Revision Changes Path
10 1.3 dev-games/irrlicht/irrlicht-1.8.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/irrlicht/irrlicht-1.8.1.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/irrlicht/irrlicht-1.8.1.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/irrlicht/irrlicht-1.8.1.ebuild?r1=1.2&r2=1.3
15
16 Index: irrlicht-1.8.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-games/irrlicht/irrlicht-1.8.1.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- irrlicht-1.8.1.ebuild 29 Apr 2014 23:20:15 -0000 1.2
23 +++ irrlicht-1.8.1.ebuild 28 Aug 2014 16:03:32 -0000 1.3
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-games/irrlicht/irrlicht-1.8.1.ebuild,v 1.2 2014/04/29 23:20:15 hasufell Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-games/irrlicht/irrlicht-1.8.1.ebuild,v 1.3 2014/08/28 16:03:32 ssuominen Exp $
29
30 EAPI=5
31 inherit eutils multilib toolchain-funcs
32 @@ -14,7 +14,7 @@
33 KEYWORDS="~amd64 ~ppc ~x86"
34 IUSE="debug doc static-libs"
35
36 -RDEPEND="virtual/jpeg
37 +RDEPEND="virtual/jpeg:0
38 media-libs/libpng:0
39 app-arch/bzip2
40 sys-libs/zlib
41 @@ -36,7 +36,8 @@
42 "${FILESDIR}"/${P}-gentoo.patch \
43 "${FILESDIR}"/${P}-config.patch \
44 "${FILESDIR}"/${P}-demoMake.patch \
45 - "${FILESDIR}"/${P}-mesa-10.x.patch
46 + "${FILESDIR}"/${P}-mesa-10.x.patch \
47 + "${FILESDIR}"/${P}-jpeg-9a.patch
48
49 sed -i \
50 -e 's:\.\./\.\./media:../media:g' \
51
52
53
54 1.71 dev-games/irrlicht/ChangeLog
55
56 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/irrlicht/ChangeLog?rev=1.71&view=markup
57 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/irrlicht/ChangeLog?rev=1.71&content-type=text/plain
58 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/irrlicht/ChangeLog?r1=1.70&r2=1.71
59
60 Index: ChangeLog
61 ===================================================================
62 RCS file: /var/cvsroot/gentoo-x86/dev-games/irrlicht/ChangeLog,v
63 retrieving revision 1.70
64 retrieving revision 1.71
65 diff -u -r1.70 -r1.71
66 --- ChangeLog 29 Apr 2014 23:20:15 -0000 1.70
67 +++ ChangeLog 28 Aug 2014 16:03:32 -0000 1.71
68 @@ -1,6 +1,11 @@
69 # ChangeLog for dev-games/irrlicht
70 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
71 -# $Header: /var/cvsroot/gentoo-x86/dev-games/irrlicht/ChangeLog,v 1.70 2014/04/29 23:20:15 hasufell Exp $
72 +# $Header: /var/cvsroot/gentoo-x86/dev-games/irrlicht/ChangeLog,v 1.71 2014/08/28 16:03:32 ssuominen Exp $
73 +
74 + 28 Aug 2014; Samuli Suominen <ssuominen@g.o>
75 + +files/irrlicht-1.8.1-jpeg-9a.patch, irrlicht-1.8.1.ebuild:
76 + Use upstream patch to fix building with media-libs/jpeg >= 9a wrt #520746 by
77 + Diego Elio Pettenò
78
79 29 Apr 2014; Julian Ospald <hasufell@g.o> irrlicht-1.8-r2.ebuild,
80 irrlicht-1.8.1.ebuild, +files/irrlicht-1.8-mesa-10.x.patch,