Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 420103 - sci-libs/vtk-5.10.0 version bump
Summary: sci-libs/vtk-5.10.0 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Justin Lecher (RETIRED)
URL:
Whiteboard:
Keywords: EBUILD, PATCH
Depends on:
Blocks:
 
Reported: 2012-06-07 12:04 UTC by Alan Smithee
Modified: 2012-06-07 14:39 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
vtk-5.10.0 ebuild (vtk-5.10.0.ebuild,7.20 KB, text/plain)
2012-06-07 12:04 UTC, Alan Smithee
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alan Smithee 2012-06-07 12:04:21 UTC
Created attachment 314543 [details]
vtk-5.10.0 ebuild

vtk-5.10.0 was released some weeks ago:
http://www.kitware.com/news/home/browse/VTK?2012_05_16&VTK+5.10+Now+Available

I had to apply some minor changes to the vtk-5.8.0 ebuild in order to install the newest stable VTK version. Would be nice if someone take a look on it and hopefully submit it to the portage tree.
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2012-06-07 12:08:43 UTC
Comment on attachment 314543 [details]
vtk-5.10.0 ebuild

--- vtk-5.8.0.ebuild    2012-03-20 15:51:41.000000000 +0100
+++ -   2012-06-07 14:08:33.643055463 +0200
@@ -15,7 +15,7 @@
 HOMEPAGE="http://www.vtk.org/"
 SRC_URI="
        http://www.${PN}.org/files/release/${SPV}/${P}.tar.gz
-       doc? ( http://www.${PN}.org/doc/release/${SPV}/${PN}DocHtml-${PV}.tar.gz )
+       doc? ( http://www.${PN}.org/files/release/${SPV}/${PN}DocHtml-${PV}.tar.gz )
        examples? ( http://www.${PN}.org/files/release/${SPV}/${PN}data-${PV}.tar.gz )"
 
 LICENSE="BSD LGPL-2"
@@ -75,7 +75,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}-boost.patch
+#      "${FILESDIR}"/${P}-boost.patch
        )
 
 pkg_setup() {
Comment 2 Justin Lecher (RETIRED) gentoo-dev 2012-06-07 14:39:31 UTC
+*vtk-5.10.0 (07 Jun 2012)
+
+  07 Jun 2012; Justin Lecher <jlec@gentoo.org> files/vtk-5.8.0-boost.patch,
+  +vtk-5.10.0.ebuild, metadata.xml:
+  Version Bump, #420103; Update boost patch, #412945
+