Port details on branch 2024Q3 |
- vigra VIGRA stands for "Vision with Generic Algorithms"
- 1.11.1_29 graphics =0 1.11.1_29Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2024-09-28 09:51:04
- Last Update: 2024-09-28 09:48:23
- Commit Hash: ce0335c
- License: MIT
- WWW:
- https://ukoethe.github.io/vigra/
- Description:
- VIGRA stands for "Vision with Generic Algorithms". It's a novel computer
vision library that puts its main emphasize on customizable algorithms
and data structures. By using template techniques similar to those in
the C++ Standard Template Library, you can easily adapt any VIGRA
component to the needs of your application, without thereby giving up
execution speed.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/graphics/vigra/ && make install clean
- To add the package, run one of these commands:
- pkg install graphics/vigra
- pkg install vigra
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: vigra
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1544816033
SHA256 (ukoethe-vigra-v1.11.1-8acd73a_GH0.tar.gz) = 4249dc1e6e2cd65e1bcc7686465d1000a41a8dea5cf89c4eb9d37c57b6970291
SIZE (ukoethe-vigra-v1.11.1-8acd73a_GH0.tar.gz) = 34211651
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- cmake : devel/cmake-core
- ninja : devel/ninja
- Runtime dependencies:
-
- python3.11 : lang/python311
- Library dependencies:
-
- libImath.so : math/Imath
- libsz.so : science/libaec
- libfftw3.so : math/fftw3
- libfftw3f.so : math/fftw3-float
- libhdf5.so : science/hdf5
- libOpenEXR.so : graphics/openexr
- libpng.so : graphics/png
- libtiff.so : graphics/tiff
- libjpeg.so : graphics/jpeg-turbo
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for vigra-1.11.1_29:
DOCS=on: Build and/or install documentation
FFTW=on: Discrete Fourier Transform support
HDF5=on: HDF-5 data format support
NUMPY=off: NumPy mathematical computing (USE Fortran/GCC47+)
OPENEXR=on: HDR image format support via OpenEXR
====> Options available for the group IMAGEFORMATS
PNG=on: PNG image format support
JPEG=on: JPEG image format support
TIFF=on: TIFF image format support
===> Use 'make config' to modify these settings
- Options name:
- graphics_vigra
- USES:
- cmake compiler:c++14-lang python:run shebangfix jpeg
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 1
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.11.1_29 28 Sep 2024 09:48:23 |
Dimitry Andric (dim) |
graphics/vigra: fix build with clang 19
Clang 19 is more strict about manipulating `this` in C++, which results
in an error compiling graphics/vigra:
/wrkdirs/usr/ports/graphics/vigra/work/vigra-8acd73a/include/vigra/multi_iterator_coupled.hxx:493:9:
error: expression is not assignable
493 | --this;
| ^ ~~~~
Here, the intent is to call the prefix operator-- on the object, which
should be spelled either "--*this" or "operator--()".
PR: 281358
Approved by: maintainer timeout (2 weeks)
MFH: 2024Q3
(cherry picked from commit 5a269b5cd4965710fa4e02fdb1cc2ffe6def6921) |
Number of commits found: 1
|