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/openscenegraph: ChangeLog openscenegraph-3.0.1.ebuild
Date: Mon, 09 Jan 2012 06:06:31
Message-Id: 20120109060619.BE0EB2004C@flycatcher.gentoo.org
1 ssuominen 12/01/09 06:06:19
2
3 Modified: ChangeLog openscenegraph-3.0.1.ebuild
4 Log:
5 Fix compability with xine-lib >= 1.2.x wrt #397643 by Martin von Gagern
6
7 (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.45 dev-games/openscenegraph/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/openscenegraph/ChangeLog?rev=1.45&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/openscenegraph/ChangeLog?rev=1.45&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/openscenegraph/ChangeLog?r1=1.44&r2=1.45
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-games/openscenegraph/ChangeLog,v
19 retrieving revision 1.44
20 retrieving revision 1.45
21 diff -u -r1.44 -r1.45
22 --- ChangeLog 17 Nov 2011 18:57:24 -0000 1.44
23 +++ ChangeLog 9 Jan 2012 06:06:19 -0000 1.45
24 @@ -1,6 +1,10 @@
25 # ChangeLog for dev-games/openscenegraph
26 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-games/openscenegraph/ChangeLog,v 1.44 2011/11/17 18:57:24 reavertm Exp $
28 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-games/openscenegraph/ChangeLog,v 1.45 2012/01/09 06:06:19 ssuominen Exp $
30 +
31 + 09 Jan 2012; Samuli Suominen <ssuominen@g.o>
32 + openscenegraph-3.0.1.ebuild, +files/openscenegraph-3.0.1-xinelib12x.patch:
33 + Fix compability with xine-lib >= 1.2.x wrt #397643 by Martin von Gagern
34
35 17 Nov 2011; Maciej Mrozowski <reavertm@g.o>
36 +files/openscenegraph-3.0.1-libav-0.7.patch, openscenegraph-3.0.1.ebuild:
37
38
39
40 1.3 dev-games/openscenegraph/openscenegraph-3.0.1.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/openscenegraph/openscenegraph-3.0.1.ebuild?rev=1.3&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/openscenegraph/openscenegraph-3.0.1.ebuild?rev=1.3&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/openscenegraph/openscenegraph-3.0.1.ebuild?r1=1.2&r2=1.3
45
46 Index: openscenegraph-3.0.1.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/dev-games/openscenegraph/openscenegraph-3.0.1.ebuild,v
49 retrieving revision 1.2
50 retrieving revision 1.3
51 diff -u -r1.2 -r1.3
52 --- openscenegraph-3.0.1.ebuild 17 Nov 2011 18:57:24 -0000 1.2
53 +++ openscenegraph-3.0.1.ebuild 9 Jan 2012 06:06:19 -0000 1.3
54 @@ -1,6 +1,6 @@
55 -# Copyright 1999-2011 Gentoo Foundation
56 +# Copyright 1999-2012 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/dev-games/openscenegraph/openscenegraph-3.0.1.ebuild,v 1.2 2011/11/17 18:57:24 reavertm Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/dev-games/openscenegraph/openscenegraph-3.0.1.ebuild,v 1.3 2012/01/09 06:06:19 ssuominen Exp $
60
61 EAPI=3
62
63 @@ -83,8 +83,9 @@
64 DOCS=(AUTHORS.txt ChangeLog NEWS.txt)
65
66 PATCHES=(
67 - "${FILESDIR}/${P}-cmake.patch"
68 - "${FILESDIR}/${PN}-3.0.1-libav-0.7.patch"
69 + "${FILESDIR}"/${PN}-3.0.1-cmake.patch
70 + "${FILESDIR}"/${PN}-3.0.1-libav-0.7.patch
71 + "${FILESDIR}"/${PN}-3.0.1-xinelib12x.patch
72 )
73
74 src_configure() {