aboutsummaryrefslogtreecommitdiff
path: root/multimedia/vapoursynth-vmaf
Commit message (Collapse)AuthorAgeFilesLines
* multimedia/vmaf: update to 3.0.0Jan Beich2023-12-221-1/+1
| | | | | Changes: https://github.com/Netflix/vmaf/releases/tag/v3.0.0 Reported by: GitHub (watch releases)
* multimedia/vmaf: update to 3.0.0.rJan Beich2023-11-211-1/+1
| | | | | Changes: https://github.com/Netflix/vmaf/releases/tag/v3.0.0-rc Reported by: GitHub (watch releases)
* */*: Bump consumers of multimedia/vapoursynthDaniel Engberg2023-10-051-0/+1
| | | | New version of vapoursynth in tree
* multimedia/vapoursynth-vmaf: drop maintainershipJan Beich2023-05-041-1/+1
|
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | 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)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* cleanup: drop support for EOL FreeBSD 11.XRene Ladan2021-09-301-5/+0
| | | | | | | | | | | | | | | | | Search criteria used: - 11.4 - OSREL* - OSVER* - *_FreeBSD_11 Input from: - adridg: devel/qca-legacy - jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds - sunpoet: security/p5-*OpenSSL* Reviewed by: doceng, kde, multimedia, perl, python, ruby, rust Differential Revision: https://reviews.freebsd.org/D32008 Test Plan: make index
* multimedia/vapoursynth-vmaf: unbreak on FreeBSD < 12 after 97ed9c524d49Jan Beich2021-05-301-0/+5
| | | | | | | | | | | | FAILED: libvmaf.so c++ -o libvmaf.so libvmaf.so.p/VMAF_VMAF.cpp.o -flto -flto-jobs=0 -Wl,--as-needed -Wl,--allow-shlib-undefined -Wl,-O1 -shared -fPIC -Wl,--start-group -Wl,-soname,libvmaf.so -fstack-protector-strong /usr/local/lib/libvmaf.so -Wl,--end-group /usr/bin/ld: unrecognized option '-plugin' /usr/bin/ld: use the --help option for usage information c++: error: linker command failed with exit code 1 (use -v to see invocation) ninja: build stopped: subcommand failed. *** Error code 1 Reported by: pkg-fallout
* multimedia/vapoursynth-vmaf: update to r7Jan Beich2021-05-282-6/+5
| | | | | Changes: https://github.com/HomeOfVapourSynthEvolution/VapourSynth-VMAF/releases/tag/r7 Reported by: GitHub (watch releases)
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* multimedia/vmaf: update to 2.0.0Jan Beich2020-12-071-1/+1
| | | | | | | | Changes: https://github.com/Netflix/vmaf/releases/tag/v2.0.0 Reported by: GitHub (watch releases) Notes: svn path=/head/; revision=557247
* multimedia/vmaf: update to 1.5.2Jan Beich2020-07-021-1/+1
| | | | | | | | | Changes: https://github.com/Netflix/vmaf/releases/tag/v1.5.2 Changes: https://github.com/Netflix/vmaf/compare/v1.5.1...v1.5.2 Reported by: GitHub (watch releases) Notes: svn path=/head/; revision=541004
* multimedia/vmaf: update to 1.5.1Jan Beich2020-02-291-2/+3
| | | | | | | | Changes: https://github.com/Netflix/vmaf/releases/tag/v1.5.1 Reported by: GitHub (watch releases) Notes: svn path=/head/; revision=527426
* multimedia/vapoursynth-vmaf: add new portJan Beich2019-11-033-0/+39
VMAF filter for VapourSynth. VMAF is a perceptual video quality assessment algorithm developed by Netflix. https://github.com/HomeOfVapourSynthEvolution/VapourSynth-VMAF Notes: svn path=/head/; revision=516437