diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2023-10-17 12:24:39 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2023-10-17 13:32:05 +0000 |
commit | 4a733a5588d2cd4f35f9be783c847909d1a90988 (patch) | |
tree | 101a78349fd5caa627be80eb9cd8ab570658c7eb /graphics/libplacebo | |
parent | 6154950f6c9cfff4b45d830b5241c9d91fc3ec75 (diff) | |
download | ports-4a733a5588d2cd4f35f9be783c847909d1a90988.tar.gz ports-4a733a5588d2cd4f35f9be783c847909d1a90988.zip |
graphics/libplacebo: update to 6.338.1
Changes: https://code.videolan.org/videolan/libplacebo/-/tags/v6.338.1
Reported by: GitHub (watch releases)
Diffstat (limited to 'graphics/libplacebo')
-rw-r--r-- | graphics/libplacebo/Makefile | 2 | ||||
-rw-r--r-- | graphics/libplacebo/distinfo | 6 | ||||
-rw-r--r-- | graphics/libplacebo/files/patch-meson.build | 29 |
3 files changed, 4 insertions, 33 deletions
diff --git a/graphics/libplacebo/Makefile b/graphics/libplacebo/Makefile index d8e2557a833d..245b7a6abb46 100644 --- a/graphics/libplacebo/Makefile +++ b/graphics/libplacebo/Makefile @@ -1,6 +1,6 @@ PORTNAME= libplacebo DISTVERSIONPREFIX= v -DISTVERSION= 6.338.0 +DISTVERSION= 6.338.1 CATEGORIES= graphics MAINTAINER= jbeich@FreeBSD.org diff --git a/graphics/libplacebo/distinfo b/graphics/libplacebo/distinfo index 731962c0e250..4dba620dc85f 100644 --- a/graphics/libplacebo/distinfo +++ b/graphics/libplacebo/distinfo @@ -1,7 +1,7 @@ -TIMESTAMP = 1695680089 +TIMESTAMP = 1697545479 SHA256 (fastfloat-fast_float-v5.2.0_GH0.tar.gz) = 72bbfd1914e414c920e39abdc81378adf910a622b62c45b4c61d344039425d18 SIZE (fastfloat-fast_float-v5.2.0_GH0.tar.gz) = 84800 SHA256 (Dav1dde-glad-v2.0.4_GH0.tar.gz) = 02629644c242dcc27c58222bd2c001d5e2f3765dbbcfd796542308bddebab401 SIZE (Dav1dde-glad-v2.0.4_GH0.tar.gz) = 599932 -SHA256 (libplacebo-v6.338.0.tar.bz2) = 256c5cb01cafddc341bb7cd4df9b17f7e92b943e6cf5696ec1bd5cd1d5a381c8 -SIZE (libplacebo-v6.338.0.tar.bz2) = 696457 +SHA256 (libplacebo-v6.338.1.tar.bz2) = 66f173e511884ad96c23073e6c3a846215db804f098e11698132abe5a63d6f72 +SIZE (libplacebo-v6.338.1.tar.bz2) = 696577 diff --git a/graphics/libplacebo/files/patch-meson.build b/graphics/libplacebo/files/patch-meson.build deleted file mode 100644 index 078bd7a32638..000000000000 --- a/graphics/libplacebo/files/patch-meson.build +++ /dev/null @@ -1,29 +0,0 @@ -../src/log.c:213:9: error: use of undeclared identifier 'Dl_info' - Dl_info info = { - ^ -../src/log.c:219:9: error: implicit declaration of function 'dladdr' is invalid in C99 [-Werror,-Wimplicit-function-declaration] - dladdr((void *) (uintptr_t) ip, &info); - ^ -../src/log.c:219:42: error: use of undeclared identifier 'info' - dladdr((void *) (uintptr_t) ip, &info); - ^ -../src/log.c:221:75: error: use of undeclared identifier 'info'; did you mean 'int'? - depth++, ip, symbol, off, info.dli_fname, ip - (uintptr_t) info.dli_fbase); - ^~~~ - int -../src/log.c:221:75: error: expected expression -../src/log.c:221:42: error: use of undeclared identifier 'info' - depth++, ip, symbol, off, info.dli_fname, ip - (uintptr_t) info.dli_fbase); - ^ - ---- meson.build.orig 2023-03-13 12:07:23 UTC -+++ meson.build -@@ -312,7 +312,7 @@ c_opts = [ - cxx = meson.get_compiler('cpp') - - c_opts = [ -- '-D_ISOC99_SOURCE', '-D_ISOC11_SOURCE', '-D_GNU_SOURCE', '-D_XOPEN_SOURCE=700', -+ '-D_ISOC99_SOURCE', '-D_ISOC11_SOURCE', '-D_GNU_SOURCE', - '-U__STRICT_ANSI__', '-Wmissing-prototypes', - - # Warnings to ignore |