| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
from 9 to 10.
Although this port was tested with GCC 10 on amd64, it was _not_ on
powerpc64, and it seems that GCC10/powerpc64 regresses in several cases
vs. GCC9/powerpc64.
Approved by: portmgr (tier-2 blanket)
Notes:
svn path=/head/; revision=563896
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
After the update of OpenCV to v4.5.1 the build was broken. Some
important commits [1] after release v1.7.0 fixed the issues.
[1] https://github.com/dyne/frei0r/compare/v1.7.0...master
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D28436
Notes:
svn path=/head/; revision=563493
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This is a major upgrade from 3.x to 4.x.
Changelog from versions 3.4.1--4.5.1 can be found here:
https://github.com/opencv/opencv/wiki/ChangeLog
Note: this has explicitely not been added as a new graphics/opencv4 port, but replaces the
previous graphics/opencv[3] port. Again, to improve maintainability by not giving ports
the option to pick the "wrong one" - this leads however to some abandoned ports being
broken.
The port has been greatly simplified:
* graphics/opencv-core which existed to enable ffmpeg to depend on opencv, and vice versa
has been removed. ffmpeg no longer can depend on opencv.
* graphics/py-opencv has been integrated into graphics/opencv, the default versions python
bindings will be built unless the PYTHON option is explicitely turned off.
* graphics/opencv-java has been integrated into graphics/opencv -- it is off by default,
but can be enabled by toggling the JAVA option -- there are no consumers in the tree,
so that option might go away in the future.
* All the previous options have been removed and replaced by a (hopefully) sane set of
dependencies that make the port and package most usable for the majority of consumers.
- Please let me know if you think there are better defaults (i.e. anything that is missing,
or something that should not be dependet on).
- If you think something should be added or removed, please open a bug report.
- If you think something should be added as an optional dependency, please open a
bug report (with a good reason [tm]).
The depending ports have been updated to work against opencv4, or marked broken.
* Ports broken:
- graphics/rubygem-objectdetect: OpenCV4 no longer ships opencv-1.0 API
- graphics/p5-Image-ObjectDetect: OpenCV4 no longer ships opencv-1.0 API
- graphics/gimp-gmic-plugin: OpenCV4 no longer ships opencv-1.0 API
* Backports:
- misc/visp: https://github.com/lagadic/visp/commit/dfa7e4bd47c24cd2e631477e6afb18806733ff8a
- multimedia/zart: https://github.com/c-koi/zart/commit/6ca1964690afbbc78627d7c868a692401043a584,
https://github.com/c-koi/zart/commit/d3a2931b1a07ec0322211f253468000363c4b6cb
* Others:
- misc/actiona: switch to pkgconfig 'opencv4'
- multimedia/libav: drop opencv support
- misc/darknet: already failed to build prior to the upgrade
- math/saga: remove patching added to work against opencv3
Notes:
svn path=/head/; revision=563430
|
|
|
|
|
|
|
|
|
| |
frei0r-plugins-1.7.0/src/filter/elastic_scale/elastic_scale.cpp:152: error: ISO C++ forbids initialization of member 'm_transformationCalculations'
Approved by: portmgr (tier-2 blanket)
Notes:
svn path=/head/; revision=562289
|
|
|
|
| |
Notes:
svn path=/head/; revision=561731
|
|
|
|
|
|
|
|
| |
PR: 237135
Obtained from: https://github.com/dyne/frei0r/commit/b0a06d52e39438fae2afbf98bafe6c794d13b83e
Notes:
svn path=/head/; revision=558733
|
|
|
|
|
|
|
| |
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=501924
|
|
|
|
|
|
|
|
| |
PR: 236661
Submitted by: Samy Mahmoudi <samy.mahmoudi@gmail.com>
Notes:
svn path=/head/; revision=496520
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine
Notes:
svn path=/head/; revision=488341
|
|
|
|
| |
Notes:
svn path=/head/; revision=469421
|
|
|
|
|
|
|
|
|
| |
PR: 210505
Submitted by: rozhuk.im@gmail.com (partially, further work was done)
Exp-run by: antoine
Notes:
svn path=/head/; revision=469420
|
|
|
|
|
|
|
| |
Changes: https://files.dyne.org/frei0r/ChangeLog.txt
Notes:
svn path=/head/; revision=462008
|
|
|
|
|
|
|
| |
PR: 224669
Notes:
svn path=/head/; revision=459232
|
|
|
|
|
|
|
|
|
|
|
|
| |
Renaming didn't help to unblock 3.x progress as co-existence with 2.x
was no less complex than simply fixing consumers. This commit also
restores directory-level history accidentally lost via git-svn.
PR: 210505
Pointy hat to: jbeich (should've discussed first)
Notes:
svn path=/head/; revision=438490
|
|
|
|
|
|
|
|
|
|
|
|
| |
To avoid confusion, the main port is to track the latest release.
Whether to rename includes/libraries as well making it possible to
install 2.x and 3.x side-by-side remains to be investigated.
PR: 210505 (for tracking)
Inspired by: PkgSrc
Notes:
svn path=/head/; revision=423216
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Update to 1.5.0
* Update MASTER_SITES
* Switch to CMake, rewrite some parts of graphics/frei0r's Makefile and
patches
* Remove APIDOC, DOCS and MMX options (MMX is not available in CMakeLists.txt)
- graphics/frei0r-plugins
* Switch to USES= metaport [1]
PR: (based on) 201636 [1], 209291 [2]
Submitted by: Andriy Voskoboinyk [1], myself [2]
Approved by: jhale@ (maintainer, timeout > 2 months)
Notes:
svn path=/head/; revision=419145
|
|
|
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
Notes:
svn path=/head/; revision=412346
|
|
|
|
| |
Notes:
svn path=/head/; revision=378429
|
|
|
|
|
|
|
|
| |
Noticed by: mva
Sponsored by: Absolight
Notes:
svn path=/head/; revision=371755
|
|
|
|
|
|
|
| |
Sponsored by: Absolight
Notes:
svn path=/head/; revision=371751
|
|
|
|
| |
Notes:
svn path=/head/; revision=368911
|
|
|
|
| |
Notes:
svn path=/head/; revision=361950
|
|
|
|
| |
Notes:
svn path=/head/; revision=361814
|
|
|
|
|
|
|
|
|
|
| |
No functional changes included.
CR: D193 (except math/sedumi)
Approved by: portmgr (bapt)
Notes:
svn path=/head/; revision=357070
|
|
|
|
| |
Notes:
svn path=/head/; revision=355000
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Revert options helpers to if statements since the OFF condition is not
applied when OPTIONS_EXCLUDE is used
- Move most of the OpenCV modules from the graphics/opencv-core port to
graphics/opencv, leaving opencv-core as just the bare minimum required
for building ffmpeg with OpenCV support
- Install examples for python and java bindings
- Add new slave port graphics/opencv-java: Java bindings for OpenCV
- Bump PORTREVISION and make dependency adjustments and fixes for
dependent ports
- Add UPDATING entry
Notes:
svn path=/head/; revision=335601
|
|
|
|
|
|
|
| |
Exp-run by: bdrewery
Notes:
svn path=/head/; revision=328096
|
|
|
|
|
|
|
| |
graphics)
Notes:
svn path=/head/; revision=327733
|
|
|
|
|
|
|
|
|
|
|
|
| |
While here:
- trim headers
- convert:
* USE_GNOME=gnomehack -> USES=pathfix
* USE_GMAKE=yes -> USES=gmake
* USE_PERL5 -> USES=perl5
Notes:
svn path=/head/; revision=325928
|
|
|
|
|
|
|
| |
Approved by: portmgr (bdrewery)
Notes:
svn path=/head/; revision=324744
|
|
|
|
| |
Notes:
svn path=/head/; revision=317482
|
|
|
|
|
|
|
| |
Approved by: makc (mentor)
Notes:
svn path=/head/; revision=304177
|
|
|
|
| |
Notes:
svn path=/head/; revision=297915
|
|
|
|
| |
Notes:
svn path=/head/; revision=285379
|
|
|
|
|
|
|
| |
Approved by: portmgr (miwi)
Notes:
svn path=/head/; revision=284617
|
|
|
|
|
|
|
| |
Approved by: bsdkaffee@gmail.com (maintainer, implicit)
Notes:
svn path=/head/; revision=276670
|
|
|
|
|
|
|
|
|
| |
This enables integrating frei0r without circular dependencies.
PR: ports/158408
Notes:
svn path=/head/; revision=276658
|
|
|
|
|
|
|
|
|
|
| |
- Update WWW in pkg-descr
PR: ports/155444
Submitted by: Jason E. Hale <bsdkaffee@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=270670
|
|
|
|
|
|
|
|
| |
PR: 152344
Submitted by: maintainer
Notes:
svn path=/head/; revision=264757
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Makefile changes:
- Add LICENSE
- Update MASTER_SITES
- Use gnomehack for proper pc file installation
- Hack documentation installation to make it optional, it needed patched
to install in the correct location anyways
- Disable CPU optimizations by default
PR: ports/150871
Submitted by: Jason E. Hale (maintainer)
Notes:
svn path=/head/; revision=261839
|
|
|
|
|
|
|
|
| |
Approved by: Jason E. Hale <bsdkaffee@gmail.com> (maintainer),
tabthorpe (mentor, implicit)
Notes:
svn path=/head/; revision=260261
|
|
|
|
|
|
|
|
| |
Reviewed by: exp8 run on pointyhat
Supported by: miwi
Notes:
svn path=/head/; revision=251605
|
|
|
|
| |
Notes:
svn path=/head/; revision=249285
|
|
|
|
|
|
|
| |
Approved by: miwi, tabthorpe (mentors implicit)
Notes:
svn path=/head/; revision=248097
|
|
|
|
|
|
|
| |
- Bump library version on depending ports
Notes:
svn path=/head/; revision=239308
|
|
|
|
|
|
|
|
|
| |
bumped or updated
Requested by: edwin
Notes:
svn path=/head/; revision=238701
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Install plugins instead of just a header file
- Mark MAKE_JOBS_SAFE
- Pass maintainership to submitter
PR: 133861
Submitted by: Jason E. Hale <bsdkaffee at gmail dot com>
Notes:
svn path=/head/; revision=233328
|
|
|
|
|
|
|
| |
Hat: portmgr
Notes:
svn path=/head/; revision=220031
|
|
|
|
|
|
|
| |
- s/CSME/CENKES/ in my ports
Notes:
svn path=/head/; revision=190273
|