Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.3.3 12 Jun 2024 09:38:37 |
Jason E. Hale (jhale) |
graphics/frei0r: Update to 2.3.3
Adds new filters filmgrain and gateweave
https://github.com/dyne/frei0r/releases/tag/v2.3.3 |
2.3.2 14 Dec 2023 07:47:33 |
Jason E. Hale (jhale) |
graphics/frei0r*: Update to 2.3.2
Minor bugfix release:
- Check that the C++11 future feature is supported
- Fix nosync0r crash when hsync is negative
- Fix alphaspot transition param
- Update authors and trigger fix release |
2.3.1 05 Aug 2023 20:31:23 |
Jason E. Hale (jhale) |
graphics/frei0r*: Update to 2.3.1
https://github.com/dyne/frei0r/releases/tag/v2.3.1
Reported by: portscout! |
2.3.0 18 Jun 2023 19:04:46 |
Jason E. Hale (jhale) |
graphics/frei0r*: Update to 2.3.0 [1]
Split cairo-dependent plugins out into graphics/frei0r-plugins-cairo.
Shift pkg-plist and several variables out into the slave ports for
easier maintainence, including PORTREVISION to facilitate usage of
PORTREVISION bump scripts.
Convert "extra" patches into regular patches for easier future
maintainence.
Ensure optional plugins are the same version as the frei0r base.
https://github.com/dyne/frei0r/releases/tag/v2.3.0
PR: 272045 [1]
Reported by: Olivier Duchateau <duchateau.olivier@gmail.com> [1] |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.8.0_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.8.0_1 02 Sep 2022 07:12:18 |
Tobias C. Berner (tcberner) |
graphics/opencv: bump consumers after e21578d954550998435c5d6d532e2d5a67398bfe
This was missed in the upgrade of graphics/opencv.
Reported by: VVD |
1.8.0 20 Jul 2022 14:22:04 |
Tobias C. Berner (tcberner) |
graphics: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Abel Chow <ozsanh45vds001@sneakemail.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Ade Lovett <ade@lovett.com>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Hayward <xelah@xelah.com>
* Alex Ivasyuv <siegerstein@pochta.ru>
* Alex Samorukov <samm@os2.kiev.ua> (Only the first 15 lines of the commit message are shown above ) |
1.8.0 10 Apr 2022 18:19:14 |
Jason E. Hale (jhale) |
graphics/frei0r: Update to 1.8.0 |
1.7.0.18 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.7.0.18 03 Feb 2021 16:27:20 |
linimon |
Unbreak this port on powerpc64/12 after r561520 updated GCC_DEFAULT
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) |
1.7.0.18 31 Jan 2021 15:42:27 |
rhurlin |
graphics/frei0r: Fix build failure with OpenCV4
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 |
1.7.0_1 30 Jan 2021 18:08:57 |
tcberner |
graphics/opencv: update to 4.5.1 -- and make port more easily maintainable
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. (Only the first 15 lines of the commit message are shown above ) |
1.7.0 22 Jan 2021 10:10:10 |
linimon |
Add compiler:c++11-lang to USES to fix build on GCC-based systems:
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) |
1.7.0 16 Jan 2021 16:13:43 |
jhale |
graphics/frei0r*: Update to 1.7.0 |
1.6.1 20 Dec 2020 09:06:20 |
tcberner |
graphics/frei0r-plugins-opencv: prepare for OpenCV 3.4.7
PR: 237135
Obtained
from: https://github.com/dyne/frei0r/commit/b0a06d52e39438fae2afbf98bafe6c794d13b83e |
1.6.1 18 May 2019 09:31:40 |
amdmi3 |
- Update WWW
Approved by: portmgr blanket |
1.6.1 22 Mar 2019 00:31:48 |
jhale |
graphics/frei0r: Add USES=gnome; whitespace align
PR: 236661
Submitted by: Samy Mahmoudi <samy.mahmoudi@gmail.com> |
1.6.1 25 Dec 2018 20:25:40 |
tcberner |
Change cmake default behaviour to outsource.
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 |
1.6.1 09 May 2018 01:44:50 |
swills |
Bump PORTREVISION on opencv consumers due to opencv update |
1.6.1 09 May 2018 01:10:12 |
swills |
graphics/opencv: Update to 3.4.1
PR: 210505
Submitted by: rozhuk.im@gmail.com (partially, further work was done)
Exp-run by: antoine |
1.6.1 16 Feb 2018 12:44:41 |
jhale |
Update to 1.6.1
Changes: https://files.dyne.org/frei0r/ChangeLog.txt |
1.5.0 17 Jan 2018 09:59:37 |
tcberner |
graphics/frei0r-plugins-opencv, fix build against clang6
PR: 224669 |
1.5.0 14 Apr 2017 05:30:25 |
jbeich |
graphics/opencv: back out r423216 and r423063 (replaying r423316)
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) |
1.5.0 03 Oct 2016 17:47:08 |
jbeich |
graphics/opencv: add suffix to make room for 3.x series
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 |
1.5.0 26 Jul 2016 19:03:57 |
olivierd |
- graphics/frei0r [2]
* 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) |
1.3_1 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
1.3_1 04 Feb 2015 23:31:37 |
bapt |
Cleanup plist |
1.3_1 30 Oct 2014 16:06:45 |
mat |
Remove a bit of patch that should not have been there
Noticed by: mva
Sponsored by: Absolight |
1.3_1 30 Oct 2014 14:17:05 |
mat |
Fix building as a user.
Sponsored by: Absolight |
1.3_1 22 Sep 2014 13:03:39 |
jhale |
- Trim @dirrm[try] from pkg-plist |
1.3_1 15 Jul 2014 15:30:09 |
adamw |
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS. |
1.3_1 14 Jul 2014 18:51:50 |
bapt |
Modernize LIB_DEPENDS |
1.3_1 08 Jun 2014 19:51:28 |
olgeni |
Remove all space characters from Makefile assignments.
No functional changes included.
CR: D193 (except math/sedumi)
Approved by: portmgr (bapt) |
1.3_1 24 May 2014 08:46:13 |
miwi |
- Stage support |
1.3_1 04 Dec 2013 02:51:00 |
jhale |
- Update graphics/*opencv* to 2.4.7
- 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 |
1.3_1 24 Sep 2013 06:24:17 |
bapt |
Remove NO_STAGE to ports natively stage ready shown by a FORCE_STAGE exp-run
Exp-run by: bdrewery |
1.3_1 20 Sep 2013 18:35:46 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics) |
1.3_1 01 Sep 2013 22:50:06 |
bapt |
Eradicate USE_GNOME=pkgconfig from graphics
While here:
- trim headers
- convert:
* USE_GNOME=gnomehack -> USES=pathfix
* USE_GMAKE=yes -> USES=gmake
* USE_PERL5 -> USES=perl5 |
1.3_1 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
1.3_1 06 May 2013 08:31:30 |
bapt |
Convert to new options framework |
1.3_1 13 Sep 2012 04:45:59 |
jhale |
- Update MAINTAINER to my new FreeBSD.org address
Approved by: makc (mentor) |
1.3_1 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
1.3_1 09 Nov 2011 15:26:04 |
miwi |
- Remove WITH_FBSD10_FIX, is no longer needed |
1.3_1 29 Oct 2011 09:37:46 |
kwm |
Fix build on FreeBSD 10.
Approved by: portmgr (miwi) |
1.3_1 29 Jun 2011 15:09:53 |
avilla |
- Add support for a meta-port.
Approved by: bsdkaffee@gmail.com (maintainer, implicit) |
1.3_1 29 Jun 2011 11:53:04 |
mm |
Split opencv and gavl frei0r plugins into separate slave ports
This enables integrating frei0r without circular dependencies.
PR: ports/158408 |
1.3 11 Mar 2011 12:42:45 |
dhn |
- Update to 1.3
- Update WWW in pkg-descr
PR: ports/155444
Submitted by: Jason E. Hale <bsdkaffee@gmail.com> (maintainer) |
1.2.1 18 Nov 2010 11:21:38 |
arved |
Update to 1.2.1
PR: 152344
Submitted by: maintainer |
1.2 25 Sep 2010 18:18:27 |
makc |
- Update graphics/frei0r to version 1.2
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) |
1.1.22_4 31 Aug 2010 08:07:11 |
avilla |
- Fix build on 6.X amd64 after the opencv upgrade.
Approved by: Jason E. Hale <bsdkaffee@gmail.com> (maintainer),
tabthorpe (mentor, implicit) |
1.1.22_4 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
1.1.22_3 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
1.1.22_2 18 Jan 2010 13:18:06 |
fluffy |
- Chase opencv shlib bump
Approved by: miwi, tabthorpe (mentors implicit) |
1.1.22_1 11 Aug 2009 10:35:13 |
mm |
- Update gavl to 1.1.1
- Bump library version on depending ports |
1.1.22_1 31 Jul 2009 13:57:52 |
dinoex |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
1.1.22 06 May 2009 23:10:50 |
amdmi3 |
- Update to 1.1.22
- 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> |
1.1.19 07 Sep 2008 00:19:05 |
linimon |
Reset infofarmer due to maintainer-timeouts and no response to email.
Hat: portmgr |
1.1.19 18 Apr 2007 08:01:25 |
sat |
- De-4.x-ify most of my ports to save gnats from excessive abuse
- s/CSME/CENKES/ in my ports |
1.1.19 25 Dec 2006 18:25:12 |
sat |
Add port graphics/frei0r:
Frei0r is a minimalistic plugin API for video sources and filters. The
behaviour of the effects can be controlled from the host by simple
parameters. The intent is to solve the recurring reimplementation or
adaptation issue of standard effects.
It is not meant as a generic API for all kinds of video applications.
There is no support for the requirements of special application areas
like non linear editors, hardware accelerated shader effects, and high
precision video processing. These advanced issues are not even solved
satisfactory for non cross application plugin apis and are still an
evolving field.
The frei0r API is not meant to be a competing standard to more
ambitious efforts.
WWW: http://www.piksel.org/frei0r |