aboutsummaryrefslogtreecommitdiff
path: root/graphics/frei0r
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Unbreak this port on powerpc64/12 after r561520 updated GCC_DEFAULTMark Linimon2021-02-031-1/+10
| | | | | | | | | | | | | 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
* graphics/frei0r: Fix build failure with OpenCV4Rainer Hurling2021-01-314-12/+14
| | | | | | | | | | | | | 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
* graphics/opencv: update to 4.5.1 -- and make port more easily maintainableTobias C. Berner2021-01-301-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Add compiler:c++11-lang to USES to fix build on GCC-based systems:Mark Linimon2021-01-221-1/+1
| | | | | | | | | 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
* graphics/frei0r*: Update to 1.7.0Jason E. Hale2021-01-167-45/+25
| | | | Notes: svn path=/head/; revision=561731
* graphics/frei0r-plugins-opencv: prepare for OpenCV 3.4.7Tobias C. Berner2020-12-202-1/+12
| | | | | | | | PR: 237135 Obtained from: https://github.com/dyne/frei0r/commit/b0a06d52e39438fae2afbf98bafe6c794d13b83e Notes: svn path=/head/; revision=558733
* - Update WWWDmitry Marakasov2019-05-181-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=501924
* graphics/frei0r: Add USES=gnome; whitespace alignJason E. Hale2019-03-221-3/+4
| | | | | | | | PR: 236661 Submitted by: Samy Mahmoudi <samy.mahmoudi@gmail.com> Notes: svn path=/head/; revision=496520
* Change cmake default behaviour to outsource.Tobias C. Berner2018-12-251-1/+1
| | | | | | | | | | | | | | 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
* Bump PORTREVISION on opencv consumers due to opencv updateSteve Wills2018-05-091-1/+1
| | | | Notes: svn path=/head/; revision=469421
* graphics/opencv: Update to 3.4.1Steve Wills2018-05-091-1/+1
| | | | | | | | | PR: 210505 Submitted by: rozhuk.im@gmail.com (partially, further work was done) Exp-run by: antoine Notes: svn path=/head/; revision=469420
* Update to 1.6.1Jason E. Hale2018-02-164-14/+22
| | | | | | | Changes: https://files.dyne.org/frei0r/ChangeLog.txt Notes: svn path=/head/; revision=462008
* graphics/frei0r-plugins-opencv, fix build against clang6Tobias C. Berner2018-01-172-2/+18
| | | | | | | PR: 224669 Notes: svn path=/head/; revision=459232
* graphics/opencv: back out r423216 and r423063 (replaying r423316)Jan Beich2017-04-141-2/+2
| | | | | | | | | | | | 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
* graphics/opencv: add suffix to make room for 3.x seriesJan Beich2016-10-031-2/+2
| | | | | | | | | | | | 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
* - graphics/frei0r [2]Olivier Duchateau2016-07-266-82/+181
| | | | | | | | | | | | | | | | | | * 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
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-3/+3
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* Cleanup plistBaptiste Daroussin2015-02-041-1/+0
| | | | Notes: svn path=/head/; revision=378429
* Remove a bit of patch that should not have been thereMathieu Arnold2014-10-301-9/+0
| | | | | | | | Noticed by: mva Sponsored by: Absolight Notes: svn path=/head/; revision=371755
* Fix building as a user.Mathieu Arnold2014-10-301-0/+27
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=371751
* - Trim @dirrm[try] from pkg-plistJason E. Hale2014-09-221-1/+0
| | | | Notes: svn path=/head/; revision=368911
* Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.Adam Weinberger2014-07-151-1/+1
| | | | Notes: svn path=/head/; revision=361950
* Modernize LIB_DEPENDSBaptiste Daroussin2014-07-141-2/+2
| | | | Notes: svn path=/head/; revision=361814
* Remove all space characters from Makefile assignments.Jimmy Olgeni2014-06-081-2/+2
| | | | | | | | | | No functional changes included. CR: D193 (except math/sedumi) Approved by: portmgr (bapt) Notes: svn path=/head/; revision=357070
* - Stage supportMartin Wilke2014-05-241-2/+2
| | | | Notes: svn path=/head/; revision=355000
* - Update graphics/*opencv* to 2.4.7Jason E. Hale2013-12-041-1/+2
| | | | | | | | | | | | | | | | - 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
* Remove NO_STAGE to ports natively stage ready shown by a FORCE_STAGE exp-runBaptiste Daroussin2013-09-241-1/+0
| | | | | | | Exp-run by: bdrewery Notes: svn path=/head/; revision=328096
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | graphics) Notes: svn path=/head/; revision=327733
* Eradicate USE_GNOME=pkgconfig from graphicsBaptiste Daroussin2013-09-011-1/+1
| | | | | | | | | | | | 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
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* Convert to new options frameworkBaptiste Daroussin2013-05-061-17/+9
| | | | Notes: svn path=/head/; revision=317482
* - Update MAINTAINER to my new FreeBSD.org addressJason E. Hale2012-09-131-1/+1
| | | | | | | Approved by: makc (mentor) Notes: svn path=/head/; revision=304177
* - update png to 1.5.10Dirk Meyer2012-06-011-2/+2
| | | | Notes: svn path=/head/; revision=297915
* - Remove WITH_FBSD10_FIX, is no longer neededMartin Wilke2011-11-091-1/+0
| | | | Notes: svn path=/head/; revision=285379
* Fix build on FreeBSD 10.Koop Mast2011-10-291-0/+5
| | | | | | | Approved by: portmgr (miwi) Notes: svn path=/head/; revision=284617
* - Add support for a meta-port.Alberto Villa2011-06-291-3/+8
| | | | | | | Approved by: bsdkaffee@gmail.com (maintainer, implicit) Notes: svn path=/head/; revision=276670
* Split opencv and gavl frei0r plugins into separate slave portsMartin Matuska2011-06-292-19/+60
| | | | | | | | | This enables integrating frei0r without circular dependencies. PR: ports/158408 Notes: svn path=/head/; revision=276658
* - Update to 1.3Dennis Herrmann2011-03-114-89/+27
| | | | | | | | | | - Update WWW in pkg-descr PR: ports/155444 Submitted by: Jason E. Hale <bsdkaffee@gmail.com> (maintainer) Notes: svn path=/head/; revision=270670
* Update to 1.2.1Tilman Keskinoz2010-11-183-13/+14
| | | | | | | | PR: 152344 Submitted by: maintainer Notes: svn path=/head/; revision=264757
* - Update graphics/frei0r to version 1.2Max Brazhnikov2010-09-253-9/+133
| | | | | | | | | | | | | | | | 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
* - Fix build on 6.X amd64 after the opencv upgrade.Alberto Villa2010-08-311-1/+7
| | | | | | | | Approved by: Jason E. Hale <bsdkaffee@gmail.com> (maintainer), tabthorpe (mentor, implicit) Notes: svn path=/head/; revision=260261
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - update to jpeg-8Dirk Meyer2010-02-051-1/+1
| | | | Notes: svn path=/head/; revision=249285
* - Chase opencv shlib bumpDima Panov2010-01-181-2/+2
| | | | | | | Approved by: miwi, tabthorpe (mentors implicit) Notes: svn path=/head/; revision=248097
* - Update gavl to 1.1.1Martin Matuska2009-08-111-1/+1
| | | | | | | - Bump library version on depending ports Notes: svn path=/head/; revision=239308
* - bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer2009-07-311-0/+1
| | | | | | | | | bumped or updated Requested by: edwin Notes: svn path=/head/; revision=238701
* - Update to 1.1.22Dmitry Marakasov2009-05-063-13/+87
| | | | | | | | | | | | - 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
* Reset infofarmer due to maintainer-timeouts and no response to email.Mark Linimon2008-09-071-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=220031
* - De-4.x-ify most of my ports to save gnats from excessive abuseAndrew Pantyukhin2007-04-181-1/+1
| | | | | | | - s/CSME/CENKES/ in my ports Notes: svn path=/head/; revision=190273