* [gentoo-commits] gentoo-x86 commit in sci-libs/vtk: vtk-5.10.1.ebuild ChangeLog
@ 2013-01-10 16:18 Justin Lecher (jlec)
0 siblings, 0 replies; 5+ messages in thread
From: Justin Lecher (jlec) @ 2013-01-10 16:18 UTC (permalink / raw
To: gentoo-commits
jlec 13/01/10 16:18:00
Modified: vtk-5.10.1.ebuild ChangeLog
Log:
sci-libs/vtk: Add compatibility fix for tcl8.6
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 70EB7916)
Revision Changes Path
1.2 sci-libs/vtk/vtk-5.10.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/vtk/vtk-5.10.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/vtk/vtk-5.10.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/vtk/vtk-5.10.1.ebuild?r1=1.1&r2=1.2
Index: vtk-5.10.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/vtk/vtk-5.10.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- vtk-5.10.1.ebuild 13 Dec 2012 12:09:46 -0000 1.1
+++ vtk-5.10.1.ebuild 10 Jan 2013 16:18:00 -0000 1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/vtk-5.10.1.ebuild,v 1.1 2012/12/13 12:09:46 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/vtk-5.10.1.ebuild,v 1.2 2013/01/10 16:18:00 jlec Exp $
EAPI=3
@@ -88,7 +88,7 @@
java-pkg-opt-2_pkg_setup
use python && python_set_active_version 2
- append-cppflags -D__STDC_CONSTANT_MACROS
+ append-cppflags -D__STDC_CONSTANT_MACROS -DUSE_INTERP_ERRORLINE
}
src_configure() {
1.102 sci-libs/vtk/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/vtk/ChangeLog?rev=1.102&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/vtk/ChangeLog?rev=1.102&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/vtk/ChangeLog?r1=1.101&r2=1.102
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/vtk/ChangeLog,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -r1.101 -r1.102
--- ChangeLog 13 Dec 2012 12:09:46 -0000 1.101
+++ ChangeLog 10 Jan 2013 16:18:00 -0000 1.102
@@ -1,6 +1,9 @@
# ChangeLog for sci-libs/vtk
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/ChangeLog,v 1.101 2012/12/13 12:09:46 jlec Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/ChangeLog,v 1.102 2013/01/10 16:18:00 jlec Exp $
+
+ 10 Jan 2013; Justin Lecher <jlec@gentoo.org> vtk-5.10.1.ebuild:
+ Add compatibility fix for tcl8.6
*vtk-5.10.1 (13 Dec 2012)
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sci-libs/vtk: vtk-5.10.1.ebuild ChangeLog
@ 2013-01-14 10:10 Justin Lecher (jlec)
0 siblings, 0 replies; 5+ messages in thread
From: Justin Lecher (jlec) @ 2013-01-14 10:10 UTC (permalink / raw
To: gentoo-commits
jlec 13/01/14 10:10:15
Modified: vtk-5.10.1.ebuild ChangeLog
Log:
sci-libs/vtk: Solve problems with USE=examples, #447146
(Portage version: 2.2.0_alpha151/cvs/Linux x86_64, signed Manifest commit with key 70EB7916)
Revision Changes Path
1.3 sci-libs/vtk/vtk-5.10.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/vtk/vtk-5.10.1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/vtk/vtk-5.10.1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/vtk/vtk-5.10.1.ebuild?r1=1.2&r2=1.3
Index: vtk-5.10.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/vtk/vtk-5.10.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- vtk-5.10.1.ebuild 10 Jan 2013 16:18:00 -0000 1.2
+++ vtk-5.10.1.ebuild 14 Jan 2013 10:10:15 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/vtk-5.10.1.ebuild,v 1.2 2013/01/10 16:18:00 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/vtk-5.10.1.ebuild,v 1.3 2013/01/14 10:10:15 jlec Exp $
EAPI=3
@@ -225,7 +225,7 @@
insinto /usr/share/${PN}
mv -v Examples examples
doins -r examples || die
- mv -v "${WORKDIR}"/{VTKData,data} || die
+ mv -v "${WORKDIR}"/{VTKData${PV},data} || die
doins -r "${WORKDIR}"/data || die
fi
1.103 sci-libs/vtk/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/vtk/ChangeLog?rev=1.103&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/vtk/ChangeLog?rev=1.103&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/vtk/ChangeLog?r1=1.102&r2=1.103
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/vtk/ChangeLog,v
retrieving revision 1.102
retrieving revision 1.103
diff -u -r1.102 -r1.103
--- ChangeLog 10 Jan 2013 16:18:00 -0000 1.102
+++ ChangeLog 14 Jan 2013 10:10:15 -0000 1.103
@@ -1,6 +1,9 @@
# ChangeLog for sci-libs/vtk
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/ChangeLog,v 1.102 2013/01/10 16:18:00 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/ChangeLog,v 1.103 2013/01/14 10:10:15 jlec Exp $
+
+ 14 Jan 2013; Justin Lecher <jlec@gentoo.org> vtk-5.10.1.ebuild:
+ Solve problems with USE=examples, #447146
10 Jan 2013; Justin Lecher <jlec@gentoo.org> vtk-5.10.1.ebuild:
Add compatibility fix for tcl8.6
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sci-libs/vtk: vtk-5.10.1.ebuild ChangeLog
@ 2013-01-15 13:57 Justin Lecher (jlec)
0 siblings, 0 replies; 5+ messages in thread
From: Justin Lecher (jlec) @ 2013-01-15 13:57 UTC (permalink / raw
To: gentoo-commits
jlec 13/01/15 13:57:49
Modified: vtk-5.10.1.ebuild ChangeLog
Log:
sci-libs/vtk: Better fix for tcl support
(Portage version: 2.2.0_alpha152/cvs/Linux x86_64, signed Manifest commit with key 70EB7916)
Revision Changes Path
1.4 sci-libs/vtk/vtk-5.10.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/vtk/vtk-5.10.1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/vtk/vtk-5.10.1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/vtk/vtk-5.10.1.ebuild?r1=1.3&r2=1.4
Index: vtk-5.10.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/vtk/vtk-5.10.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- vtk-5.10.1.ebuild 14 Jan 2013 10:10:15 -0000 1.3
+++ vtk-5.10.1.ebuild 15 Jan 2013 13:57:49 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/vtk-5.10.1.ebuild,v 1.3 2013/01/14 10:10:15 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/vtk-5.10.1.ebuild,v 1.4 2013/01/15 13:57:49 jlec Exp $
EAPI=3
@@ -76,6 +76,7 @@
"${FILESDIR}"/${PN}-5.6.0-odbc.patch
"${FILESDIR}"/${PN}-5.6.1-ffmpeg.patch
"${FILESDIR}"/${PN}-5.6.1-libav-0.8.patch
+ "${FILESDIR}"/${P}-tcl8.6.patch
)
pkg_setup() {
@@ -88,7 +89,7 @@
java-pkg-opt-2_pkg_setup
use python && python_set_active_version 2
- append-cppflags -D__STDC_CONSTANT_MACROS -DUSE_INTERP_ERRORLINE
+ append-cppflags -D__STDC_CONSTANT_MACROS
}
src_configure() {
1.104 sci-libs/vtk/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/vtk/ChangeLog?rev=1.104&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/vtk/ChangeLog?rev=1.104&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/vtk/ChangeLog?r1=1.103&r2=1.104
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/vtk/ChangeLog,v
retrieving revision 1.103
retrieving revision 1.104
diff -u -r1.103 -r1.104
--- ChangeLog 14 Jan 2013 10:10:15 -0000 1.103
+++ ChangeLog 15 Jan 2013 13:57:49 -0000 1.104
@@ -1,6 +1,10 @@
# ChangeLog for sci-libs/vtk
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/ChangeLog,v 1.103 2013/01/14 10:10:15 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/ChangeLog,v 1.104 2013/01/15 13:57:49 jlec Exp $
+
+ 15 Jan 2013; Justin Lecher <jlec@gentoo.org> vtk-5.10.1.ebuild,
+ +files/vtk-5.10.1-tcl8.6.patch:
+ Better fix for tcl support
14 Jan 2013; Justin Lecher <jlec@gentoo.org> vtk-5.10.1.ebuild:
Solve problems with USE=examples, #447146
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sci-libs/vtk: vtk-5.10.1.ebuild ChangeLog
@ 2013-01-17 21:15 Alexis Ballier (aballier)
0 siblings, 0 replies; 5+ messages in thread
From: Alexis Ballier (aballier) @ 2013-01-17 21:15 UTC (permalink / raw
To: gentoo-commits
aballier 13/01/17 21:15:03
Modified: vtk-5.10.1.ebuild ChangeLog
Log:
Fix build with latest ffmpeg. Part of bug #450464.
(Portage version: 2.2.0_alpha154/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Revision Changes Path
1.5 sci-libs/vtk/vtk-5.10.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/vtk/vtk-5.10.1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/vtk/vtk-5.10.1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/vtk/vtk-5.10.1.ebuild?r1=1.4&r2=1.5
Index: vtk-5.10.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/vtk/vtk-5.10.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- vtk-5.10.1.ebuild 15 Jan 2013 13:57:49 -0000 1.4
+++ vtk-5.10.1.ebuild 17 Jan 2013 21:15:03 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/vtk-5.10.1.ebuild,v 1.4 2013/01/15 13:57:49 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/vtk-5.10.1.ebuild,v 1.5 2013/01/17 21:15:03 aballier Exp $
EAPI=3
@@ -77,6 +77,7 @@
"${FILESDIR}"/${PN}-5.6.1-ffmpeg.patch
"${FILESDIR}"/${PN}-5.6.1-libav-0.8.patch
"${FILESDIR}"/${P}-tcl8.6.patch
+ "${FILESDIR}"/${P}-ffmpeg-1.patch
)
pkg_setup() {
1.105 sci-libs/vtk/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/vtk/ChangeLog?rev=1.105&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/vtk/ChangeLog?rev=1.105&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/vtk/ChangeLog?r1=1.104&r2=1.105
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/vtk/ChangeLog,v
retrieving revision 1.104
retrieving revision 1.105
diff -u -r1.104 -r1.105
--- ChangeLog 15 Jan 2013 13:57:49 -0000 1.104
+++ ChangeLog 17 Jan 2013 21:15:03 -0000 1.105
@@ -1,6 +1,10 @@
# ChangeLog for sci-libs/vtk
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/ChangeLog,v 1.104 2013/01/15 13:57:49 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/ChangeLog,v 1.105 2013/01/17 21:15:03 aballier Exp $
+
+ 17 Jan 2013; Alexis Ballier <aballier@gentoo.org> vtk-5.10.1.ebuild,
+ +files/vtk-5.10.1-ffmpeg-1.patch:
+ Fix build with latest ffmpeg. Part of bug #450464.
15 Jan 2013; Justin Lecher <jlec@gentoo.org> vtk-5.10.1.ebuild,
+files/vtk-5.10.1-tcl8.6.patch:
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sci-libs/vtk: vtk-5.10.1.ebuild ChangeLog
@ 2013-06-05 1:21 Luca Barbato (lu_zero)
0 siblings, 0 replies; 5+ messages in thread
From: Luca Barbato (lu_zero) @ 2013-06-05 1:21 UTC (permalink / raw
To: gentoo-commits
lu_zero 13/06/05 01:21:35
Modified: vtk-5.10.1.ebuild ChangeLog
Log:
libav 9 (and upcoming 10) support
(Portage version: 2.1.11.63/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path
1.7 sci-libs/vtk/vtk-5.10.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/vtk/vtk-5.10.1.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/vtk/vtk-5.10.1.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/vtk/vtk-5.10.1.ebuild?r1=1.6&r2=1.7
Index: vtk-5.10.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/vtk/vtk-5.10.1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- vtk-5.10.1.ebuild 2 Mar 2013 23:24:14 -0000 1.6
+++ vtk-5.10.1.ebuild 5 Jun 2013 01:21:35 -0000 1.7
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/vtk-5.10.1.ebuild,v 1.6 2013/03/02 23:24:14 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/vtk-5.10.1.ebuild,v 1.7 2013/06/05 01:21:35 lu_zero Exp $
EAPI=3
@@ -78,6 +78,7 @@
"${FILESDIR}"/${PN}-5.6.1-libav-0.8.patch
"${FILESDIR}"/${P}-tcl8.6.patch
"${FILESDIR}"/${P}-ffmpeg-1.patch
+ "${FILESDIR}"/${P}-libav-9.patch
)
pkg_setup() {
1.108 sci-libs/vtk/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/vtk/ChangeLog?rev=1.108&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/vtk/ChangeLog?rev=1.108&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/vtk/ChangeLog?r1=1.107&r2=1.108
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/vtk/ChangeLog,v
retrieving revision 1.107
retrieving revision 1.108
diff -u -r1.107 -r1.108
--- ChangeLog 2 Mar 2013 23:24:14 -0000 1.107
+++ ChangeLog 5 Jun 2013 01:21:35 -0000 1.108
@@ -1,6 +1,10 @@
# ChangeLog for sci-libs/vtk
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/ChangeLog,v 1.107 2013/03/02 23:24:14 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/vtk/ChangeLog,v 1.108 2013/06/05 01:21:35 lu_zero Exp $
+
+ 05 Jun 2013; Luca Barbato <lu_zero@gentoo.org> vtk-5.10.1.ebuild,
+ +files/vtk-5.10.1-libav-9.patch:
+ libav 9 (and upcoming 10) support.
02 Mar 2013; Markos Chandras <hwoarang@gentoo.org> vtk-5.10.0.ebuild,
vtk-5.10.1.ebuild:
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2013-06-05 1:21 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-10 16:18 [gentoo-commits] gentoo-x86 commit in sci-libs/vtk: vtk-5.10.1.ebuild ChangeLog Justin Lecher (jlec)
-- strict thread matches above, loose matches on Subject: below --
2013-01-14 10:10 Justin Lecher (jlec)
2013-01-15 13:57 Justin Lecher (jlec)
2013-01-17 21:15 Alexis Ballier (aballier)
2013-06-05 1:21 Luca Barbato (lu_zero)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox