notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: multimedia/vmaf/Makefile

Number of commits found: 21

Friday, 22 Dec 2023
20:01 Jan Beich (jbeich) search for other commits by this committer
multimedia/vmaf: update to 3.0.0

Changes:	https://github.com/Netflix/vmaf/releases/tag/v3.0.0
Reported by:	GitHub (watch releases)
commit hash: e213fd667934a8ab3e85aaa39ecb8190d5733f0f commit hash: e213fd667934a8ab3e85aaa39ecb8190d5733f0f commit hash: e213fd667934a8ab3e85aaa39ecb8190d5733f0f commit hash: e213fd667934a8ab3e85aaa39ecb8190d5733f0f e213fd6
Tuesday, 21 Nov 2023
20:39 Jan Beich (jbeich) search for other commits by this committer
multimedia/vmaf: unbreak build with clang 15 after a57fa8802ae7

../tools/cli_parse.c:194:21: error: incompatible integer to pointer conversion
assigning to 'char *' from 'int' [-Wint-conversion]
    while ((key_val = strsep(&optarg_copy, ":")) != NULL) {
                    ^ ~~~~~~~~~~~~~~~~~~~~~~~~~
../tools/cli_parse.c:195:15: error: incompatible integer to pointer conversion
initializing 'char *' with an expression of type 'int' [-Wint-conversion]
        char *key = strsep(&key_val, "=");
              ^     ~~~~~~~~~~~~~~~~~~~~~
../tools/cli_parse.c:196:15: error: incompatible integer to pointer conversion
initializing 'char *' with an expression of type 'int' [-Wint-conversion]
        char *val = strsep(&key_val, "=");
              ^     ~~~~~~~~~~~~~~~~~~~~~
../tools/cli_parse.c:221:19: error: incompatible integer to pointer conversion
initializing 'char *' with an expression of type 'int' [-Wint-conversion]
            char *name = strsep(&key, ".");
                  ^      ~~~~~~~~~~~~~~~~~
../tools/cli_parse.c:223:19: error: incompatible integer to pointer conversion
initializing 'char *' with an expression of type 'int' [-Wint-conversion]
            char *opt = strsep(&key, ".");
                  ^     ~~~~~~~~~~~~~~~~~
../tools/cli_parse.c:240:30: warning: call to undeclared function 'strnlen'; ISO
C99 and later do not support implicit function declarations
[-Wimplicit-function-declaration]
    const size_t optarg_sz = strnlen(optarg, 1024);
                             ^
../tools/cli_parse.c:249:17: warning: call to undeclared function 'strsep'; ISO
C99 and later do not support implicit function declarations
[-Wimplicit-function-declaration]
        .name = strsep(&optarg_copy, "="),
                ^
../tools/cli_parse.c:249:17: error: incompatible integer to pointer conversion
initializing 'const char *' with an expression of type 'int' [-Wint-conversion]
        .name = strsep(&optarg_copy, "="),
                ^~~~~~~~~~~~~~~~~~~~~~~~~
../tools/cli_parse.c:255:21: error: incompatible integer to pointer conversion
assigning to 'char *' from 'int' [-Wint-conversion]
    while ((key_val = strsep(&optarg_copy, ":")) != NULL) {
                    ^ ~~~~~~~~~~~~~~~~~~~~~~~~~
../tools/cli_parse.c:256:21: error: incompatible integer to pointer conversion
initializing 'const char *' with an expression of type 'int' [-Wint-conversion]
        const char *key = strsep(&key_val, "=");
                    ^     ~~~~~~~~~~~~~~~~~~~~~
../tools/cli_parse.c:257:21: error: incompatible integer to pointer conversion
initializing 'const char *' with an expression of type 'int' [-Wint-conversion]
        const char *val = strsep(&key_val, "=");
                    ^     ~~~~~~~~~~~~~~~~~~~~~

Reported by:	Michael Butler
commit hash: 2cf7924d2f434617187db3f9a5205e461e89c26a commit hash: 2cf7924d2f434617187db3f9a5205e461e89c26a commit hash: 2cf7924d2f434617187db3f9a5205e461e89c26a commit hash: 2cf7924d2f434617187db3f9a5205e461e89c26a 2cf7924
17:22 Jan Beich (jbeich) search for other commits by this committer
multimedia/vmaf: update to 3.0.0.r

Changes:	https://github.com/Netflix/vmaf/releases/tag/v3.0.0-rc
Reported by:	GitHub (watch releases)
commit hash: a57fa8802ae73f4c933258ab3758d5aeba122ea4 commit hash: a57fa8802ae73f4c933258ab3758d5aeba122ea4 commit hash: a57fa8802ae73f4c933258ab3758d5aeba122ea4 commit hash: a57fa8802ae73f4c933258ab3758d5aeba122ea4 a57fa88
Friday, 7 Apr 2023
18:36 Jan Beich (jbeich) search for other commits by this committer
multimedia/vmaf: reduce BUILD_DEPENDS after de841b40d24d
commit hash: 49084ddd4a80b83716666e53dd964262540c611b commit hash: 49084ddd4a80b83716666e53dd964262540c611b commit hash: 49084ddd4a80b83716666e53dd964262540c611b commit hash: 49084ddd4a80b83716666e53dd964262540c611b 49084dd
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
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)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Monday, 11 Apr 2022
20:49 Jan Beich (jbeich) search for other commits by this committer
multimedia/vmaf: update to 2.3.1

Changes:	https://github.com/Netflix/vmaf/releases/tag/v2.3.1
Reported by:	GitHub (watch releases)
commit hash: 517f99831f59ea304d8a72dd47680736437f99bc commit hash: 517f99831f59ea304d8a72dd47680736437f99bc commit hash: 517f99831f59ea304d8a72dd47680736437f99bc commit hash: 517f99831f59ea304d8a72dd47680736437f99bc 517f998
Monday, 8 Nov 2021
17:33 Jan Beich (jbeich) search for other commits by this committer
multimedia/vmaf: unbreak built-in models after 1868dedecc9a

$ ffmpeg -i foo.y4m -i bar.y4m -lavfi libvmaf -f null -
[...]
libvmaf WARNING no such built-in model: "vmaf_v0.6.1"
[Parsed_libvmaf_0 @ 0x8061b33c0] could not load libvmaf model with version:
vmaf_v0.6.1
[AVFilterGraph @ 0x8061b6880] Error initializing filter 'libvmaf'
commit hash: 355579c2ebff93c22fe8d3bb1004103c4e2154b7 commit hash: 355579c2ebff93c22fe8d3bb1004103c4e2154b7 commit hash: 355579c2ebff93c22fe8d3bb1004103c4e2154b7 commit hash: 355579c2ebff93c22fe8d3bb1004103c4e2154b7 355579c
17:33 Jan Beich (jbeich) search for other commits by this committer
multimedia/vmaf: unbreak legacy API consumers after 1868dedecc9a

$ aomenc --tune=vmaf --output=foo.mp4 foo.y4m
Pass 1/2 frame    1/0          0B       0 us 0.00 fpm [ETA  unknown] libvmaf
ERROR could not read model from path: "/usr/local/share/model/vmaf_v0.6.1.json"
Fatal error: Failed to load VMAF model.

$ ffmpeg -i foo.y4m -i bar.y4m -lavfi libvmaf -f null -
[...]
libvmaf INFO `compute_vmaf()` is deprecated and will be removed in a future
libvmaf version
libvmaf ERROR could not read model from path:
"/usr/local/share/model/vmaf_v0.6.1.pkl"
libvmaf ERROR support for pkl model files has been removed, use json
libvmaf ERROR problem loading model file: /usr/local/share/model/vmaf_v0.6.1.pkl
[Parsed_libvmaf_0 @ 0x8061b3b40] libvmaf encountered an error, check log for
details
commit hash: 7f163c23e1a732c8b65cb7b8ecfbcd9e8dfd1cd8 commit hash: 7f163c23e1a732c8b65cb7b8ecfbcd9e8dfd1cd8 commit hash: 7f163c23e1a732c8b65cb7b8ecfbcd9e8dfd1cd8 commit hash: 7f163c23e1a732c8b65cb7b8ecfbcd9e8dfd1cd8 7f163c2
Saturday, 16 Oct 2021
21:58 Jan Beich (jbeich) search for other commits by this committer
multimedia/vmaf: update to 2.3.0

Changes:	https://github.com/Netflix/vmaf/releases/tag/v2.3.0
Reported by:	GitHub (watch releases)
commit hash: 31f242f5ea54b74fb758466ec4ffd89bed652123 commit hash: 31f242f5ea54b74fb758466ec4ffd89bed652123 commit hash: 31f242f5ea54b74fb758466ec4ffd89bed652123 commit hash: 31f242f5ea54b74fb758466ec4ffd89bed652123 31f242f
Tuesday, 21 Sep 2021
04:24 Jan Beich (jbeich) search for other commits by this committer
multimedia/vmaf: update to 2.2.1

Changes:	https://github.com/Netflix/vmaf/releases/tag/v2.2.1
Reported by:	GitHub (watch releases)
commit hash: b98d710c4ea7d5de6367e2511043137ba5cbc665 commit hash: b98d710c4ea7d5de6367e2511043137ba5cbc665 commit hash: b98d710c4ea7d5de6367e2511043137ba5cbc665 commit hash: b98d710c4ea7d5de6367e2511043137ba5cbc665 b98d710
Friday, 2 Jul 2021
22:05 Jan Beich (jbeich) search for other commits by this committer
multimedia/vmaf: update to 2.2.0

Changes:	https://github.com/Netflix/vmaf/releases/tag/v2.2.0
Reported by:	GitHub (watch releases)
commit hash: 77c14f23c56836d473c4589c0bd665862740ad74 commit hash: 77c14f23c56836d473c4589c0bd665862740ad74 commit hash: 77c14f23c56836d473c4589c0bd665862740ad74 commit hash: 77c14f23c56836d473c4589c0bd665862740ad74 77c14f2
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Thursday, 14 Jan 2021
08:35 jbeich search for other commits by this committer
multimedia/vmaf: update to 2.1.1

Changes:	https://github.com/Netflix/vmaf/releases/tag/v2.1.1
Reported by:	GitHub (watch releases)
Original commitRevision:561544 
Thursday, 31 Dec 2020
00:31 jbeich search for other commits by this committer
multimedia/vmaf: update to 2.1.0

Changes:	https://github.com/Netflix/vmaf/releases/tag/v2.1.0
Reported by:	GitHub (watch releases)
Original commitRevision:559689 
Monday, 7 Dec 2020
20:51 jbeich search for other commits by this committer
multimedia/vmaf: update to 2.0.0

Changes:	https://github.com/Netflix/vmaf/releases/tag/v2.0.0
Reported by:	GitHub (watch releases)
Original commitRevision:557247 
Tuesday, 25 Aug 2020
00:42 jbeich search for other commits by this committer
multimedia/vmaf: update to 1.5.3

Changes:	https://github.com/Netflix/vmaf/releases/tag/v1.5.3
Changes:	https://github.com/Netflix/vmaf/compare/v1.5.2...v1.5.3
Reported by:	GitHub (watch releases)
Original commitRevision:546132 
Thursday, 2 Jul 2020
00:54 jbeich search for other commits by this committer
multimedia/vmaf: update to 1.5.2

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)
Original commitRevision:541004 
Saturday, 29 Feb 2020
17:47 jbeich search for other commits by this committer
multimedia/vmaf: replace patch with upstream version

Git hash is different due to cherry-pick.
Original commitRevision:527448 
15:53 jbeich search for other commits by this committer
multimedia/vmaf: update to 1.5.1

Changes:	https://github.com/Netflix/vmaf/releases/tag/v1.5.1
Reported by:	GitHub (watch releases)
Original commitRevision:527426 
Tuesday, 8 Oct 2019
04:48 jbeich search for other commits by this committer
multimedia/vmaf: add new port

VMAF is a perceptual video quality assessment algorithm developed by
Netflix. VMAF Development Kit (VDK) is a software package that
contains the VMAF algorithm implementation, as well as a set of tools
that allows a user to train and test a custom VMAF model.

https://github.com/Netflix/vmaf
Original commitRevision:514029 

Number of commits found: 21