non port: graphics/nomacs/Makefile |
Number of commits found: 59 |
Thursday, 2 May 2024
|
17:42 Yuri Victorovich (yuri)
graphics/opencv: update 4.6.0 → 4.9.0
PR: 275977
Approved by: desktop@FreeBSD.org (maintainers timeout; 4+ months)
0a2c5ca0 |
Saturday, 27 Apr 2024
|
12:44 Tijl Coosemans (tijl)
graphics/tiff: Update to 4.6.0
PR: 278577
Exp-run by: antoine
98bf258 |
Sunday, 9 Jul 2023
|
22:08 Matthias Andree (mandree)
graphics/nomacs: make compatible with exiv2 0.28
PR: 272311
c18dfc5 |
Sunday, 23 Apr 2023
|
09:09 Gerald Pfeifer (gerald)
*: Bump PORTREVISIONs for math/mpc update to 1.3.1
8d3e020 |
Thursday, 2 Mar 2023
|
17:59 Jason E. Hale (jhale)
graphics/libraw: Update to 0.21.1
Bump PORTREVISION on dependent ports due to shared library increase.
Add several fixes for compatability.
https://www.libraw.org/news/libraw-0-21-release
https://www.libraw.org/news/libraw-0-21-1-release
35b0544 |
Wednesday, 25 Jan 2023
|
06:21 Tobias C. Berner (tcberner)
archivers/quazip: add flavors for Qt 5 and Qt 6
9ab8ec6 |
Sunday, 11 Sep 2022
|
10:20 Felix Palmen (zirias)
Mk/Uses: always use colon for build/run suffix
Most USES use a colon for build/run(/test) suffixes. Change kde.mk,
qt.mk and pyqt.mk to do the same, and update all ports using that.
Document in CHANGES.
PR: 266034
Exp-run by: antoine
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D36349
ddae4e9 |
Wednesday, 7 Sep 2022
|
21:10 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.
This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.
There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.
The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.
Approved by: portmgr (tcberner)
b7f0544 |
Friday, 2 Sep 2022
|
07:12 Tobias C. Berner (tcberner)
graphics/opencv: bump consumers after e21578d954550998435c5d6d532e2d5a67398bfe
This was missed in the upgrade of graphics/opencv.
Reported by: VVD
a49cb0f |
Friday, 12 Aug 2022
|
14:46 Dima Panov (fluffy)
*/*: bump all consumers after recent boost upgrade
4cf39de |
Monday, 13 Dec 2021
|
20:47 Bernhard Froehlich (decke)
graphics/nomacs: Add CPE information
Approved by: portmgr (blanket)
be6334a |
Thursday, 9 Dec 2021
|
10:25 Adriaan de Groot (adridg)
archivers/quazip: update to 1.2, latest upstream
Release notes are here:
https://github.com/stachenov/quazip/releases/tag/v1.2
There are a handful of internal changes that don't affect us
(allowing QtZip, for instance) or don't show up in our use of
quazip (-lz in pkgconfig file). There's one relevant change
to close() that **might** affect consumers, but then I'd expect
bug reports from the consumers about failures on load/save.
While here, move the libraries needed only for testing to _build.
Bumping PORTREVISION of consumers.
Reported by: portscout
c770da7 |
Wednesday, 7 Apr 2021
|
08:09 Mathieu Arnold (mat)
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
cf118cc |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Saturday, 30 Jan 2021
|
18:08 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.
* 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
 |
Friday, 1 Jan 2021
|
00:04 jhale
graphics/libraw: Update to 0.20.2
Bump PORTREVISION on consumers due to shared library bump.
Changes: https://www.libraw.org/news/libraw-0-20-2-Release
 |
Sunday, 8 Nov 2020
|
18:57 tcberner
archivers/quazip: update to 1.1
- fix / modify find calls and include directories in dependent ports
 |
Wednesday, 4 Nov 2020
|
07:26 fernape
graphics/nomacs: update to 3.16
From ChangeLog: https://nomacs.org/nomacs-3-16/
* AVIF support
* CR3, PCX support
* image editing: blurring added
* plugins: adds composite plugin
* windows: new multi-user installer
* adds default system theme
* flatpak: adds plugins
PR: 250757
Submitted by: vidar@karlsen.tech (maintainer)
 |
Saturday, 30 May 2020
|
15:19 tcberner
graphics/nomacs: prepare for Qt5-5.15
 |
Wednesday, 1 Apr 2020
|
14:14 martymac
Update devel/tbb to 2020.2 and bump dependent port's revisions
Changelog: https://github.com/oneapi-src/oneTBB/blob/tbb_2020/CHANGES
 |
Monday, 30 Mar 2020
|
05:56 fernape
graphics/nomacs: Update to 3.14.2, take MAINTAINER
ChangeLog: https://github.com/nomacs/nomacs/releases
* Themes added (light and dark)
* RAW loader improvements
* Anti-aliasing improved
* Printing improved
* Batch cropping added
* Support for more file formats
* Start-up time reduced
* And various bug fixes
Submitter requests maintainership
PR: 245079
Submitted by: vidar@karlsen.tech
 |
Thursday, 9 Jan 2020
|
19:23 pi
graphics/nomacs: maintainer returns port to the pool
Submitted by: bsd@tuxproject.de
 |
Thursday, 26 Dec 2019
|
16:25 martymac
Update devel/tbb to 2020.0 and bump dependent ports' revisions [1]
Also, while here, re-generate patches using the makepatch target
[1] Changelog: https://github.com/intel/tbb/blob/v2020.0/CHANGES
 |
Wednesday, 25 Sep 2019
|
10:03 martymac
Update devel/tbb to 2019.8 and bump dependent ports' revisions
Changelog: https://github.com/intel/tbb/blob/tbb_2019/CHANGES
 |
Tuesday, 17 Sep 2019
|
12:35 pkubaj
graphics/nomacs: fix build on GCC architectures
C++11 compiler is necessary:
-- The compiler /usr/bin/c++ has no C++11 support. Please use a different C++
compiler.
Approved by: mentors (implicit approval)
 |
Sunday, 23 Jun 2019
|
13:30 tcberner
graphics/nomacs: remove leading spaces
 |
Friday, 29 Mar 2019
|
23:00 jhale
graphics/libraw: Update to 0.19.2
- Demosaic packs are no longer distributed nor supported upstream
- Bump PORTREVISON on all consumers due to libraw shlib version increase
Changes: https://www.libraw.org/news/libraw-0-19-2-release
 |
Sunday, 17 Mar 2019
|
13:14 tcberner
graphics/exiv2: update to 0.27
Changelog:
http://www.exiv2.org/changelog.html
- All depending ports have been bumped.
- graphics/py-exiv2 has been marked broken; use graphics/gexiv2 for python
bindings
Exp-run by: antoine
PR: 235943
PR: 234830
 |
Wednesday, 16 Jan 2019
|
11:13 tijl
Fix Qt5 symbol version scripts to put the catch-all clause first. When
a symbol matches multiple clauses the last one takes precedence. If the
catch-all is last it captures everything. In the case of Qt5 libraries
this caused all symbols to have a Qt_5 label while some should have
Qt_5_PRIVATE_API. This only affects lld because GNU ld always gives the
catch-all lowest priority.
Older versions of Qt5Webengine exported some memory allocation symbols from
the bundled Chromium. Version 5.9 stopped exporting these [1] but the
symbols were kept as weak wrappers for the standard allocation functions to
maintain binary compatibility. [2][3] The problem is that the call to the
standard function in these weak wrappers is only resolved to the standard
function if there's a call to this standard function in other parts of
Qt5Webengine, because only then is there a non-weak symbol that takes
precedence over the weak one. If there's no such non-weak symbol the call
in the weak wrapper resolves to the weak wrapper itself creating an infinite
call loop that overflows the stack and causes a crash. Some of the
allocation functions are variants of C++ new and delete and it probably
depends on the compiler whether these variants are used in other parts of
Qt5Webengine.
Remove the weak wrappers (make them Linux specific). This isn't binary
compatible but we are already breaking that with the changes to the symbol
versions.
[1]
https://github.com/qt/qtwebengine/commit/5c2cbfccf9aafb547b0b30914c4056abd25942a4
[2]
https://github.com/qt/qtwebengine/commit/2ed5054e3a800fa97c2c9e920ba1e6ea4b6ef2a5
[3]
https://github.com/qt/qtwebengine/commit/009f5ebb4bd6e50188671e0815a5dae6afe39db5
Bump all ports that depend on Qt5.
PR: 234070
Exp-run by: antoine
Approved by: kde (adridg)
 |
Thursday, 11 Oct 2018
|
14:47 martymac
Update devel/tbb to version 2019.1 and bump dependent ports' revisions
Also, reintegrate HTML documentation that was removed in previous version.
 |
Thursday, 4 Oct 2018
|
10:03 martymac
Update devel/tbb to version 2019 and bump dependent port's revisions
 |
Thursday, 28 Jun 2018
|
17:39 tcberner
Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk
From now on, ports that depend on Qt4 will have to set
USES= qt:4
USE_QT= foo bar
ports depending on Qt5 will use
USES= qt:5
USE_QT= foo bar
PR: 229225
Exp-run by: antoine
Reviewed by: mat
Approved by: portmgr (antoine)
Differential Revision: -https://reviews.freebsd.org/D15540
 |
Wednesday, 9 May 2018
|
20:27 swills
Bump PORTREVISION on more opencv consumers due to opencv update
 |
Saturday, 28 Apr 2018
|
06:14 tcberner
Update grahics/exiv2 to 0.26
PR: 223625
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D12345
 |
Friday, 15 Sep 2017
|
18:31 adridg
Update nomacs to 3.6.1.
- previous version 2.2.0 from 2014, used Qt4, did not build with CMake 3.9
- current released version from 2017, Qt5
Maintainer timeout (16 days)
PR: 221918
Approved by: rakuco (mentor)
Submitted by: tcberner
 |
Thursday, 14 Sep 2017
|
21:02 adridg
Update CMake to 3.9, merge devel/cmake-modules into devel/cmake
Thanks to antoine@ for the exp-run.
Approved by: rakuco (mentor)
Reviewed by: tcberner (mentor)
Reviewed by: mat
PR: 222000 (exp-run)
Differential Revision: https://reviews.freebsd.org/D12299
 |
Friday, 14 Apr 2017
|
05:30 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)
 |
Thursday, 19 Jan 2017
|
04:39 jhale
- Update graphics/libraw to 0.18.0
- Complete conversion to options helpers
- Add options for JPEG and JASPER support
- Side note: This had a dependency on jpeg before, so the JPEG
option default is ON. However, the configure script wasn't
detecting it previously.
- Silence MKDIRs
- Take maintainership
- Chase shared library bump
Changes: http://www.libraw.org/download#changelog
 |
Monday, 3 Oct 2016
|
17:47 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
 |
Friday, 19 Aug 2016
|
03:06 marino
graphics/nomacs: Fix build when RAW option turned off
The opencv-core dependency is not limited to the RAW option. The build
fails in a clean jail if the RAW option is turned off due to the missing
opencv dependency. Change it to an unconditional LIB_DEPENDS to fix
the build in the RAW-off configuration.
PR: 202497
Reported by: serpent7776 (gmail)
Approved by: maintainer timeout / just-fix-it
 |
Wednesday, 27 Jul 2016
|
10:22 tcberner
Update graphics/exiv2 to 0.25.
As there is an shlib version bump, bump them portrevision of dependent ports.
While doing so, also switch to the cmake build system, as it requires less
patching and is easier to handle.
PR: 211329
Reviewed by: mat, rakuco, kwm
Approved by: rakuco (mentor)
Differential Revision: https://reviews.freebsd.org/D7283
 |
Friday, 1 Apr 2016
|
14:00 mat
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
 |
Sunday, 22 Nov 2015
|
12:42 amdmi3
- Update graphics/libraw to 0.17.0
- While here, minor port cleanup, switch to options helpers
- Bump PORTREVISIONs of consumers as soversion has changed
PR: 204553
Submitted by: graham@menhennitt.com.au
 |
Saturday, 21 Feb 2015
|
15:11 makc
Chase graphics/libraw shlib bump
 |
Monday, 8 Dec 2014
|
23:05 rakuco
Fix problems introduced in r374261.
* Fix the plist.
* Add patch to properly look for and link against pthreads, required by the
bundled webp copy used by the port (this fixes the build on FreeBSD >=
10). Ideally, we should just use webp from ports instead.
PR: 192046
 |
12:48 rodrigo
Upgrade to release 2.2.0
PR: ports/192046
Submitted by: rodrigo
 |
Friday, 4 Apr 2014
|
20:36 danfe
- Chase libexiv2.so shlib version bump after r350163
- Fix nearby minor style issues while here (not all)
Approved by: portmgr (bapt), some ports are still NO_STAGE :(
 |
Friday, 21 Feb 2014
|
13:38 jadawin
- Update to 1.6.4
PR: ports/186933
Submitted by: maintainer
 |
Sunday, 26 Jan 2014
|
21:20 rakuco
- Update libraw to 0.15.4.
This update is needed for further KDE updates.
- Use the new OPTIONS syntax.
- Use the new LIB_DEPENDS syntax.
- Stop redefining do-install; the port has its own `make install' that does
the same thing provided we use USES=pathfix and tune Makefile.in.
- Support staging.
Bump PORTREVISION in ports that depend on libraw.
PR: ports/185118
Submitted by: rakuco@
Approved by: maintainer timeout (35 days)
 |
Sunday, 22 Dec 2013
|
18:16 danilo
- Update from 1.6.0 to 1.6.2
while here
- Convert USE_DOS2UNIX to USES
- Convert all "if's" in options helpers
PR: ports/185036
Submitted by: Jens K. Loewe <bsd@tuxproject.de> (maintainer)
 |
Wednesday, 4 Dec 2013
|
02:51 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
 |
Wednesday, 16 Oct 2013
|
18:37 antoine
- Update to 1.6.0
- Use new LIB_DEPENDS syntax
- Options are already described in bsd.options.desc.mk
- Convert to STAGEDIR
PR: ports/183011
Submitted by: Jens K. Loewe (maintainer)
 |
Friday, 20 Sep 2013
|
18:35 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics)
 |
Sunday, 1 Sep 2013
|
22:40 bapt
Add an explicit dependency on pkgconf
 |
Wednesday, 17 Jul 2013
|
15:20 wg
graphics/nomacs: update to 1.4.0
- Update to 1.4.0
- Add TIFF option
PR: ports/180486
Submitted by: Jens K. Loewe <bsd tuxproject.de> (maintainer)
 |
Sunday, 30 Jun 2013
|
14:49 ak
- Update to 1.2.0
- Add RAW option
- Convert to USES=desktop-file-utils
PR: ports/177733 (based on)
Submitted by: Jens K. Loewe <bsd@tuxproject.de> (maintainer)
 |
Friday, 22 Mar 2013
|
20:06 makc
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi)
 |
Saturday, 2 Mar 2013
|
19:30 beech
- Update to 1.0.0
PR: ports/176454
Submitted by: "Jens K. Loewe" <bsd@tuxproject.de> (maintainer)
 |
Tuesday, 18 Sep 2012
|
20:56 makc
Add new port graphics/nomacs:
nomacs is small, fast and able to handle the most common image
formats. Additionally it is possible to synchronize multiple
viewers. A synchronization of viewers running on the same computer
or via LAN is possible. It allows to compare images and spot the
differences (e.g. schemes of architects to show the progress).
WWW: http://www.nomacs.org/
PR: based on ports/170666
Submitted by: Jens K. Loewe <bsd at tuxproject.de>
 |
Number of commits found: 59 |