non port: graphics/frei0r/Makefile |
SVNWeb
|
Number of commits found: 51 |
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Fri, 2 Sep 2022
|
[ 07:12 Tobias C. Berner (tcberner) ] a49cb0f (Only the first 10 of 38 ports in this commit are shown above. )
graphics/opencv: bump consumers after e21578d954550998435c5d6d532e2d5a67398bfe
This was missed in the upgrade of graphics/opencv.
Reported by: VVD
|
Wed, 20 Jul 2022
|
[ 14:22 Tobias C. Berner (tcberner) ] 022e658 (Only the first 10 of 771 ports in this commit are shown above. )
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 )
|
Sun, 10 Apr 2022
|
[ 18:19 Jason E. Hale (jhale) ] f9c01a5
graphics/frei0r: Update to 1.8.0
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Wed, 3 Feb 2021
|
[ 16:27 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)
|
Sun, 31 Jan 2021
|
[ 15:42 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
|
Sat, 30 Jan 2021
|
[ 18:08 tcberner ] (Only the first 10 of 69 ports in this commit are shown above. )
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 )
|
Fri, 22 Jan 2021
|
[ 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)
|
Sat, 16 Jan 2021
|
[ 16:13 jhale ]
graphics/frei0r*: Update to 1.7.0
|
Sun, 20 Dec 2020
|
[ 09:06 tcberner ]
graphics/frei0r-plugins-opencv: prepare for OpenCV 3.4.7
PR: 237135
Obtained
from: https://github.com/dyne/frei0r/commit/b0a06d52e39438fae2afbf98bafe6c794d13b83e
|
Fri, 22 Mar 2019
|
[ 00:31 jhale ]
graphics/frei0r: Add USES=gnome; whitespace align
PR: 236661
Submitted by: Samy Mahmoudi <samy.mahmoudi@gmail.com>
|
Tue, 25 Dec 2018
|
[ 20:25 tcberner ] (Only the first 10 of 1277 ports in this commit are shown above. )
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
|
Wed, 9 May 2018
|
[ 01:44 swills ] (Only the first 10 of 17 ports in this commit are shown above. )
Bump PORTREVISION on opencv consumers due to opencv update
|
[ 01:10 swills ] (Only the first 10 of 60 ports in this commit are shown above. )
graphics/opencv: Update to 3.4.1
PR: 210505
Submitted by: rozhuk.im@gmail.com (partially, further work was done)
Exp-run by: antoine
|
Fri, 16 Feb 2018
|
[ 12:44 jhale ]
Update to 1.6.1
Changes: https://files.dyne.org/frei0r/ChangeLog.txt
|
Wed, 17 Jan 2018
|
[ 09:59 tcberner ]
graphics/frei0r-plugins-opencv, fix build against clang6
PR: 224669
|
Fri, 14 Apr 2017
|
[ 05:30 jbeich ] (Only the first 10 of 44 ports in this commit are shown above. )
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)
|
Mon, 3 Oct 2016
|
[ 17:47 jbeich ] (Only the first 10 of 59 ports in this commit are shown above. )
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
|
Tue, 26 Jul 2016
|
[ 19:03 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)
|
Fri, 1 Apr 2016
|
[ 14:00 mat ] (Only the first 10 of 5103 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
|
Wed, 4 Feb 2015
|
[ 23:31 bapt ]
Cleanup plist
|
Tue, 15 Jul 2014
|
[ 15:30 adamw ] (Only the first 10 of 18 ports in this commit are shown above. )
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.
|
Mon, 14 Jul 2014
|
[ 18:51 bapt ]
Modernize LIB_DEPENDS
|
Sun, 8 Jun 2014
|
[ 19:51 olgeni ] (Only the first 10 of 101 ports in this commit are shown above. )
Remove all space characters from Makefile assignments.
No functional changes included.
CR: D193 (except math/sedumi)
Approved by: portmgr (bapt)
|
Sat, 24 May 2014
|
[ 08:46 miwi ]
- Stage support
|
Wed, 4 Dec 2013
|
[ 02:51 jhale ] (Only the first 10 of 60 ports in this commit are shown above. )
- 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
|
Tue, 24 Sep 2013
|
[ 06:24 bapt ] (Only the first 10 of 61 ports in this commit are shown above. )
Remove NO_STAGE to ports natively stage ready shown by a FORCE_STAGE exp-run
Exp-run by: bdrewery
|
Fri, 20 Sep 2013
|
[ 18:35 bapt ] (Only the first 10 of 1084 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics)
|
Sun, 1 Sep 2013
|
[ 22:50 bapt ] (Only the first 10 of 21 ports in this commit are shown above. )
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
|
Wed, 14 Aug 2013
|
[ 22:35 ak ] (Only the first 10 of 1725 ports in this commit are shown above. )
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery)
|
Mon, 6 May 2013
|
[ 08:31 bapt ] (Only the first 10 of 15 ports in this commit are shown above. )
Convert to new options framework
|
Thu, 13 Sep 2012
|
[ 04:45 jhale ] (Only the first 10 of 41 ports in this commit are shown above. )
- Update MAINTAINER to my new FreeBSD.org address
Approved by: makc (mentor)
|
Fri, 1 Jun 2012
|
[ 05:26 dinoex ] (Only the first 10 of 4371 ports in this commit are shown above. )
- update png to 1.5.10
|
Wed, 9 Nov 2011
|
[ 15:26 miwi ] (Only the first 10 of 250 ports in this commit are shown above. )
- Remove WITH_FBSD10_FIX, is no longer needed
|
Sat, 29 Oct 2011
|
[ 09:37 kwm ]
Fix build on FreeBSD 10.
Approved by: portmgr (miwi)
|
Wed, 29 Jun 2011
|
[ 15:09 avilla ]
- Add support for a meta-port.
Approved by: bsdkaffee@gmail.com (maintainer, implicit)
|
[ 11:53 mm ]
Split opencv and gavl frei0r plugins into separate slave ports
This enables integrating frei0r without circular dependencies.
PR: ports/158408
|
Fri, 11 Mar 2011
|
[ 12:42 dhn ]
- Update to 1.3
- Update WWW in pkg-descr
PR: ports/155444
Submitted by: Jason E. Hale <bsdkaffee@gmail.com> (maintainer)
|
Thu, 18 Nov 2010
|
[ 11:21 arved ]
Update to 1.2.1
PR: 152344
Submitted by: maintainer
|
Sat, 25 Sep 2010
|
[ 18:18 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)
|
Tue, 31 Aug 2010
|
[ 08:07 avilla ]
- Fix build on 6.X amd64 after the opencv upgrade.
Approved by: Jason E. Hale <bsdkaffee@gmail.com> (maintainer),
tabthorpe (mentor, implicit)
|
Sun, 28 Mar 2010
|
[ 06:47 dinoex ] (Only the first 10 of 4470 ports in this commit are shown above. )
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi
|
Fri, 5 Feb 2010
|
[ 11:46 dinoex ] (Only the first 10 of 4271 ports in this commit are shown above. )
- update to jpeg-8
|
Mon, 18 Jan 2010
|
[ 13:18 fluffy ]
- Chase opencv shlib bump
Approved by: miwi, tabthorpe (mentors implicit)
|
Tue, 11 Aug 2009
|
[ 10:35 mm ]
- Update gavl to 1.1.1
- Bump library version on depending ports
|
Fri, 31 Jul 2009
|
[ 13:57 dinoex ] (Only the first 10 of 3009 ports in this commit are shown above. )
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin
|
Wed, 6 May 2009
|
[ 23:10 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>
|
Sun, 7 Sep 2008
|
[ 00:19 linimon ] (Only the first 10 of 279 ports in this commit are shown above. )
Reset infofarmer due to maintainer-timeouts and no response to email.
Hat: portmgr
|
Wed, 18 Apr 2007
|
[ 08:01 sat ] (Only the first 10 of 46 ports in this commit are shown above. )
- De-4.x-ify most of my ports to save gnats from excessive abuse
- s/CSME/CENKES/ in my ports
|
Mon, 25 Dec 2006
|
[ 18:25 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
|
Number of commits found: 51 |