media-libs / vigra

C++ computer vision library emphasizing customizable algorithms and structures

Official package sites : https://ukoethe.github.io/vigra/ ·

v9999 :: 0 :: gentoo

Modified
License
MIT
USE flags
doc fftw hdf5 jpeg mpi openexr png test tiff zlib

v1.12.1 :: 0 :: gentoo

Modified
License
MIT
Keywords
amd64 arm64 x86 ~amd64-linux ~sparc ~x64-solaris ~x86-linux
USE flags
doc fftw hdf5 jpeg mpi openexr png test tiff zlib

v1.11.2_p20240505 :: 0 :: gentoo

Modified
License
MIT
Keywords
amd64 arm64 x86 ~amd64-linux ~sparc ~x64-solaris ~x86-linux
USE flags
fftw hdf5 jpeg mpi openexr png test tiff zlib

General

doc
Add extra documentation (API, Javadoc, etc). It is recommended to enable per package instead of globally
fftw
Use FFTW library for computing Fourier transforms
hdf5
Add support for the Hierarchical Data Format v5
jpeg
Add JPEG image support
mpi
Add MPI (Message Passing Interface) layer to the apps that support it
openexr
Support for the OpenEXR graphics file format
png
Add support for libpng (PNG images)
test
Enable dependencies and/or preparations necessary to run tests (usually controlled by FEATURES=test but can be toggled independently)
tiff
Add support for the TIFF image format
zlib
Add support for zlib compression

python_single_target

python3_10
Build for Python 3.10 only
python3_11
Build for Python 3.11 only
python3_12
Build for Python 3.12 only
python3_13
Build for Python 3.13 only

dev-libs / imath : Imath basic math package

media-libs / libjpeg-turbo : MMX, SSE, and SSE2 SIMD accelerated JPEG library

media-libs / libpng : Portable Network Graphics library

media-libs / openexr : ILM's OpenEXR high dynamic-range image file format libraries

media-libs / tiff : Tag Image File Format (TIFF) library

sci-libs / fftw : Fast C library for the Discrete Fourier Transform

sci-libs / hdf5 : General purpose library and file format for storing scientific data

sys-libs / zlib : Standard (de)compression library

dev-lang / python : Freethreading (no-GIL) version of Python programming language

dev-libs / imath : Imath basic math package

media-libs / libjpeg-turbo : MMX, SSE, and SSE2 SIMD accelerated JPEG library

media-libs / libpng : Portable Network Graphics library

media-libs / openexr : ILM's OpenEXR high dynamic-range image file format libraries

media-libs / tiff : Tag Image File Format (TIFF) library

sci-libs / fftw : Fast C library for the Discrete Fourier Transform

sci-libs / hdf5 : General purpose library and file format for storing scientific data

sys-libs / zlib : Standard (de)compression library

media-gfx / enblend : Image Blending with Multiresolution Splines

media-gfx / hugin : GUI for the creation & processing of panoramic images

808731
media-libs/vigra[hdf5] with >=sci-libs/hdf5-1.12: hdf5impex.cxx: too few arguments to function H5Oget_info_by_name3
830987
media-libs/vigra-1.11.1-r8 fails to compile: export_graph_rag_visitor.hxx:329:60: error: no viable conversion from NumpyArray<[...], Singleband<vigra::UInt32>, [...]> to NumpyArray<[...], unsigned int, [...]>
934236
media-libs/vigra-1.11.1-r9 installs modules that are not byte-compiled
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
media-libs/vigra: Stabilize 1.12.1 amd64, #949596
Signed-off-by: Sam James <sam@gentoo.org>
Sam James · gentoo
media-libs/vigra: Stabilize 1.12.1 x86, #949596
Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
media-libs/vigra: Stabilize 1.12.1 arm64, #949596
Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Alfred Wingate · gentoo
media-libs/vigra: update live
Signed-off-by: Alfred Wingate <parona@protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/39673 Signed-off-by: Sam James <sam@gentoo.org>
Alfred Wingate · gentoo
media-libs/vigra: add 1.12.1
* Fix build with clang19 * Re-enable tests (and set -ffp-contract=off). * Enable python3.13. * Remove old quirks. Signed-off-by: Alfred Wingate <parona@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Repository mirror & CI · gentoo
Merge updates from master
Andreas Sturmlechner · gentoo
media-libs/vigra: drop 1.11.1-r9
Bug: https://bugs.gentoo.org/938737 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Arthur Zamarin · gentoo
media-libs/vigra: Stabilize 1.11.2_p20240505 x86, #938737
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Arthur Zamarin · gentoo
media-libs/vigra: Stabilize 1.11.2_p20240505 amd64, #938737
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Arthur Zamarin · gentoo
media-libs/vigra: Stabilize 1.11.2_p20240505 arm64, #938737
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
media-libs/vigra: add 1.11.2_p20240505
* Drop broken Python bindings as they use distutils quite a bit. There aren't any reverse dependencies. * Drop broken docs (needs various patching and still don't work in snapshot). Closes: https://bugs.gentoo.org/743160 Closes: https://bugs.gentoo.org/806470 Closes: https://bugs.gentoo.org/929649 Signed-off-by: Sam James <sam@gentoo.org>
Sam James · gentoo
media-libs/vigra: further py3.12 fixes
Unfortunately, the CMake still tries to use: 1) nose (???) 2) numpy.distutils Bug: https://bugs.gentoo.org/929649 Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Andreas Sturmlechner · gentoo
media-libs/vigra: Add python3.12
Bug: https://bugs.gentoo.org/929649 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Michał Górny · gentoo
media-libs/vigra: Remove dev-python/nose dep
Upstream has switched over to dev-python/pytest in -9999. The old version is still using dev-python/nose but the ebuild is test-restricted anyway, so no point in blocking nose removal here. Closes: https://bugs.gentoo.org/878713 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
Revert "dev-libs/imath -> dev-libs/Imath: rename"
This reverts commit 02ddc476fa118b2a164ee6eec1cfafb19b86c530. Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Paul Zander · gentoo
dev-libs/imath -> dev-libs/Imath: rename
* match repo name so we can avoid extra logic Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Fabian Groffen · gentoo
*/*: remove sparc-solaris keyword
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Fabian Groffen · gentoo
*/*: remove x86-solaris keyword
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Andreas Sturmlechner · gentoo
media-libs/vigra: drop 1.11.1-r8
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
media-libs/vigra: drop invalid USE=valgrind flag (for test suite)
We don't, in general, run Valgrind for test suites in Gentoo because it's not portable enough and gives inconsistent results, especially under sandbox. Plus it's confusing given USE=valgrind is effectively a global USE flag (even if it isn't in use.desc yet) for meaning "enable annotations to enable better debugging under Valgrind", rather than "run tests under it". Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Arthur Zamarin · gentoo
media-libs/vigra: Stabilize 1.11.1-r9 arm64, #905611
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
media-libs/vigra: Stabilize 1.11.1-r9 amd64, #905611
Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
media-libs/vigra: Stabilize 1.11.1-r9 x86, #905611
Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
media-libs/vigra: enable py3.11
Closes: https://bugs.gentoo.org/897016 Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
David Seifert · gentoo
*/*: remove py3.8 from PYTHON_COMPAT
Signed-off-by: David Seifert <soap@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
media-libs/vigra: unrevbump 9999
Unintentional, was defect in script for libtiff revbumps (fixed already for next time.) Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
media-libs/vigra: add media-libs/libtiff subslot dep
libtiff changed SONAME. Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Michał Górny · gentoo
media-libs/vigra: Update PYTHON_REQ_USE to xml(+)
Update PYTHON_REQ_USE to specify "xml(+)", as Python 3.11 no longer features the "xml" flag. Signed-off-by: Michał Górny <mgorny@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Matt Turner · gentoo
media-libs/vigra: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
media-libs/vigra: sync live (PYTHON_COMPAT)
Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
media-libs/vigra: Stabilize 1.11.1-r6 arm64, #833158
Signed-off-by: Sam James <sam@gentoo.org>
Sam James · gentoo
media-libs/vigra: Stabilize 1.11.1-r6 x86, #833158
Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
media-libs/vigra: Stabilize 1.11.1-r6 amd64, #833158
Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Thomas Bettler · gentoo
media-libs/vigra: add python 3.10
Closes: https://bugs.gentoo.org/829444 Closes: https://github.com/gentoo/gentoo/pull/23381 Signed-off-by: Thomas Bettler <thomas.bettler@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
media-libs/vigra: simplify OpenEXR 3 dependency
Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
media-libs/vigra: crank up imath/openexr dependency
To avoid the 'slotted mode' Imath which installed to a non-standard location. See: https://forums.gentoo.org/viewtopic-t-1147367.html Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Christophe Lermytte · gentoo
media-libs/vigra: fix OpenEXR-3 dependency
Without the patch, OpenEXR-3 support is not included, regardless of USE=openexr (...) -- Searching for OpenEXR -- in default locations -- Could NOT find OpenEXR (missing: OPENEXR_HALF_LIBRARY OPENEXR_ILMIMF_LIBRARY) (...) With it, hugin-2021.0.0 (correctly) detects OpenEXR-3 support in vigra, and compiles just fine, closing below bug. (Upstream patch was modified scrubbed) Signed-off-by: Christophe Lermytte <gentoo@lermytte.be> Closes: https://bugs.gentoo.org/823632 Closes: https://github.com/gentoo/gentoo/pull/24205 Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
media-libs/vigra: support OpenEXR 3 / imath
Bug: https://bugs.gentoo.org/833158 Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
media-libs/vigra: add -DH5_USE_110_API workaround
Bug: https://bugs.gentoo.org/808731 Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Andreas Sturmlechner · gentoo
media-libs/vigra: Sync cmake.eclass and python3_9 to live ebuild
Package-Manager: Portage-3.0.16, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Michał Górny · gentoo
*/*: Remove obsolete values from PYTHON_COMPAT
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Andreas Sturmlechner · gentoo
media-libs/vigra: python3_9
Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Andreas Sturmlechner · gentoo
media-libs/vigra: Switch to cmake.eclass
Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Andreas Sturmlechner · gentoo
media-libs/vigra: Fix build with GCC-10
Thanks-to: Victor Mataré <matare@fh-aachen.de> Closes: https://bugs.gentoo.org/723302 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Andreas Sturmlechner · gentoo
media-libs/vigra: python3_8 support
dev-libs/boost now has py38, and if Fedora does, so can we. Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Andreas Sturmlechner · gentoo
media-libs/vigra: Drop 1.11.1-r2
Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Thomas Deutschmann · gentoo
media-libs/vigra: x86 stable (bug #704168)
Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Aaron Bauman · gentoo
media-libs/vigra: arm64 stable (bug #704168)
Signed-off-by: Aaron Bauman <bman@gentoo.org> Package-Manager: Portage-2.3.84, Repoman-2.3.20
Repository mirror & CI · gentoo
Merge updates from master
Agostino Sarubbo · gentoo
media-libs/vigra: amd64 stable wrt bug #704168
Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Andreas Sturmlechner · gentoo
media-libs/vigra: Disable more tests
Bug: https://bugs.gentoo.org/701328 Package-Manager: Portage-2.3.80, Repoman-2.3.17 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Andreas Sturmlechner · gentoo
media-libs/vigra: Fix cmake module install dir, backport python3_7
Use shipped documentation as building fails right now. Closes: https://bugs.gentoo.org/701208 Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Andreas Sturmlechner · gentoo
media-libs/vigra: Fix build with sphinx-2
See also: https://github.com/ukoethe/vigra/issues/462 Closes: https://bugs.gentoo.org/678308 Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Andreas Sturmlechner · gentoo
media-libs/vigra: Disable test dir to avoid useless warnings
Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Andreas Sturmlechner · gentoo
media-libs/vigra: Fix finding boost-python
Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Andreas Sturmlechner · gentoo
media-libs/vigra: Add python3_7, drop python2_7
Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Andreas Sturmlechner · gentoo
media-libs/vigra: Add PYTHON_REQUIRED_USE for USE doc
Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Andreas Sturmlechner · gentoo
media-libs/vigra: python3 support
Sync KEYWORDS from current ~arch ebuild. Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Andreas Sturmlechner · gentoo
media-libs/vigra: Drop 1.11.1-r1
Closes: https://bugs.gentoo.org/665380 Closes: https://bugs.gentoo.org/671636 Package-Manager: Portage-2.3.67, Repoman-2.3.14 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Aaron Bauman · gentoo
media-libs/vigra: arm64 stable
Signed-off-by: Aaron Bauman <bman@gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.12 RepoMan-Options: --include-arches="arm64"
Repository mirror & CI · gentoo
Merge updates from master
Thomas Deutschmann · gentoo
media-libs/vigra: x86 stable (bug #682860)
Package-Manager: Portage-2.3.64, Repoman-2.3.12 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Mikle Kolyada · gentoo
media-libs/vigra: amd64 stable wrt bug #682860
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 RepoMan-Options: --include-arches="amd64"
Repository mirror & CI · gentoo
Merge updates from master
Andreas K. Hüttel · gentoo
media-libs/vigra: No revbump for build fixes needed
Backporting to stable to avoid rebuilds Bug: https://bugs.gentoo.org/664720 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Andreas Sturmlechner · gentoo
media-libs/vigra: Drop 1.11.1-r1, 1.11.0 (r0)
Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Andreas Sturmlechner · gentoo
media-libs/vigra: Revbump with lots of fixes from 9999
Bug: https://bugs.gentoo.org/682860 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Andreas Sturmlechner · gentoo
media-libs/vigra: USE doc needs python_setup
Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Andreas Sturmlechner · gentoo
media-libs/vigra: Cleanup superfluous usex params
Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Andreas Sturmlechner · gentoo
media-libs/vigra: valgrind binary is only used during testing
But tests are restricted, so it does actually nothing for us. Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Andreas Sturmlechner · gentoo
media-libs/vigra: Drop last use of LIBDIR_SUFFIX
Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Andreas Sturmlechner · gentoo
media-libs/vigra: Add missing USE openexr dependency
Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Andreas Sturmlechner · gentoo
media-libs/vigra: dev-libs/boost is default off, only for USE python
Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Andreas Sturmlechner · gentoo
media-libs/vigra: Fix doc dir location
Bug: https://bugs.gentoo.org/671636 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Andreas Sturmlechner · gentoo
media-libs/vigra: Cleanup remaining unused cmake vars
Marked as 'known' already, but why not fixed? Bug: https://bugs.gentoo.org/665380 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Andreas Sturmlechner · gentoo
media-libs/vigra: Fix USE mpi unused cmake variable
Bug: https://bugs.gentoo.org/665380 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Andreas Sturmlechner · gentoo
media-libs/vigra: Add USE zlib, fixing automagic dep
Bug: https://bugs.gentoo.org/665380 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Andreas Sturmlechner · gentoo
media-libs/vigra: Fix USE fftw, jpeg, png, tiff (automagic, unused)
Bug: https://bugs.gentoo.org/665380 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Andreas Sturmlechner · gentoo
media-libs/vigra: EAPI-7 bump
Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Craig Andrews · gentoo
media-libs/vigra: Fix compilation error and add -9999
Closes: https://bugs.gentoo.org/664720 Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Craig Andrews <candrews@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Agostino Sarubbo · gentoo
media-libs/vigra: amd64 stable wrt bug #652316
Package-Manager: Portage-2.3.40, Repoman-2.3.9 RepoMan-Options: --include-arches="amd64"
Repository mirror & CI · gentoo
Merge updates from master
Andreas K. Hüttel · gentoo
media-libs/vigra: Remove old
Bug: https://bugs.gentoo.org/618172 Package-Manager: Portage-2.3.40, Repoman-2.3.9
Matt Turner · gentoo
media-libs/vigra: Dropped ppc/ppc64 keywords, bug 652316
Neither version 1.9.0 nor 1.11.0 build on ppc or ppc64; No reverse dependencies.
Thomas Deutschmann · gentoo
media-libs/vigra: x86 stable (bug #652316)
Package-Manager: Portage-2.3.31, Repoman-2.3.9
Pacho Ramos · gentoo
media-libs/vigra: Bump, disable broken tests (#653442)
Package-Manager: Portage-2.3.28, Repoman-2.3.9
Aaron Bauman · gentoo
media-libs/vigra: amd64 stable
Bug: https://bugs.gentoo.org/652316 Package-Manager: Portage-2.3.28, Repoman-2.3.9
Matthias Maier · gentoo
media-libs/vigra: gcc-7 patch, bug #618172
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Robin H. Johnson · gentoo
Drop $Id$ per council decision in bug #611234.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Andreas K. Hüttel · gentoo
media-libs/vigra: Make sure TeX font generation stays in the sandbox, bug 555078
Thanks to Andrey Golovizin Package-Manager: Portage-2.3.3, Repoman-2.3.1
Andreas K. Hüttel · gentoo
media-libs/vigra: Remove old
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Andreas K. Hüttel · gentoo
media-libs/vigra: Silence repoman
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Andreas K. Hüttel · gentoo
media-libs/vigra: Update HOMEPAGE
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Tim Harder · gentoo
media-libs/vigra: update HOMEPAGE
Austin English · gentoo
media-libs/vigra: version bump to 1.11.0
Also: * update to EAPI 6 * respect USE=valgrind instead of always disabling * minor naming fixes Gentoo-Bug: https://bugs.gentoo.org/506902 Package-Manager: portage-2.2.28
Michael Palimaka · gentoo
media-libs/vigra: fix function call
The function was renamed in e4b034ec87ff80561b18d52ee07df66b04a50cab but usage was never checked for because it is supposed to be a private function. Gentoo-bug: 573296 Package-Manager: portage-2.2.27
Robin H. Johnson · gentoo
proj/gentoo: Initial commit
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed