Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 494214 - media-libs/vigra-1.10.0 version bump
Summary: media-libs/vigra-1.10.0 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Printing (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Printing Team
URL:
Whiteboard:
Keywords: EBUILD, PATCH
Depends on:
Blocks:
 
Reported: 2013-12-13 22:58 UTC by J. M. Gottfried
Modified: 2014-10-31 00:07 UTC (History)
0 users

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


Attachments
updated ebuild (vigra-1.10.0.ebuild,3.78 KB, text/plain)
2013-12-13 23:03 UTC, J. M. Gottfried
Details
automagicness.patch (1.10.0-automagicness.patch,1.92 KB, patch)
2013-12-13 23:04 UTC, J. M. Gottfried
Details | Diff
fix cmake script paths (1.10.0-cmake-scripts.patch,1.36 KB, patch)
2013-12-13 23:06 UTC, J. M. Gottfried
Details | Diff
mpi fixes (1.10.0-mpi-fixes.patch,9.95 KB, patch)
2013-12-13 23:06 UTC, J. M. Gottfried
Details | Diff
updated ebuild (vigra-1.10.0.ebuild,3.78 KB, text/plain)
2013-12-13 23:44 UTC, J. M. Gottfried
Details

Note You need to log in before you can comment on or make changes to this bug.
Description J. M. Gottfried 2013-12-13 22:58:03 UTC
Upstream released a new vigra version about a month ago.
I just wrote an updated version of the last ebuilds from the portage tree and want to provide it here.


Reproducible: Always
Comment 1 J. M. Gottfried 2013-12-13 23:03:18 UTC
Created attachment 365288 [details]
updated ebuild

Version bump to 1.10.0
This also works (at least here) to build for multiple python2 versions (e.g. for 2.6 and 2.7).
Comment 2 J. M. Gottfried 2013-12-13 23:04:35 UTC
Created attachment 365290 [details, diff]
automagicness.patch

refreshed version of the automagicness patch (1.9.0 version did not apply)
Comment 3 J. M. Gottfried 2013-12-13 23:06:07 UTC
Created attachment 365292 [details, diff]
fix cmake script paths

move cmake scripts to /usr/share/cmake/vigra/ (is there a policy where to put this?)
Comment 4 J. M. Gottfried 2013-12-13 23:06:50 UTC
Created attachment 365294 [details, diff]
mpi fixes

fix builds with mpi enabled hdf5
Comment 5 J. M. Gottfried 2013-12-13 23:18:07 UTC
It is also to mention, that this release uses a new URL scheme since it is released via the github release mechanism. The filename scheme also changed (now includes a "-with-docu" suffix).
The download link is:
https://github.com/ukoethe/vigra/releases/download/Version-1-10-0/vigra-1.10.0-src-with-docu.tar.gz
Comment 6 J. M. Gottfried 2013-12-13 23:44:24 UTC
Created attachment 365296 [details]
updated ebuild

fixed typo: fftw:3.0 slot version dependency
Comment 7 Matthias Maier gentoo-dev 2014-10-31 00:07:44 UTC
Thanks for all the work! I commited then new version with some (mostly minor) modifications.

The CMake package configuration usually goes into /usr/$(get_libdir)/cmake/Vigra. I have adjusted all configuration pathes for that.


*vigra-1.10.0 (31 Oct 2014)

  31 Oct 2014; Matthias Maier <tamiko@gentoo.org>
  +files/vigra-1.10.0-automagicness.patch,
  +files/vigra-1.10.0-cmake-scripts.patch, +files/vigra-1.10.0-mpi-fixes.patch,
  +vigra-1.10.0.ebuild, vigra-1.9.0.ebuild:
  version bump, bug 494214 ; original patches and ebuild modifications by J. M.
  Gottfried