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
non port: multimedia/vmaf/files/patch-meson.build

Number of commits found: 3

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
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 

Number of commits found: 3