pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/multimedia/libplacebo



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed May 15 20:34:16 UTC 2024

Modified Files:
        pkgsrc/multimedia/libplacebo: Makefile distinfo

Log Message:
libplacebo: update to 6.338.2.

v6.338.2

This release fixes a number of minor issues with v6.338.1, in particular
a fix for the new caching subsystem when using custom cache callbacks.

Fixes and performance improvements:
- properly align AVFrame planes when using oddly-sized pixels
- correct some reported GPU buffer size limits
- properly report texture transfer failures
- avoid ICC-related error spam
- avoid using some deprecated APIs and syntax
- fix pl_find_filter_* missing symbols
- fix duplicate initialization of vulkan debug layers
- fix assertion when using custom cache allocator API
- avoid redundant scale shader variable declarations
- avoid redundant linearization step when using sigmoid scaling
- avoid generating redundant dependency on xxhash
- fix possible integer overflow on 32-bit textures
- fix cropped frame dimensions when using vulkan hwframes


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/multimedia/libplacebo/Makefile \
    pkgsrc/multimedia/libplacebo/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/multimedia/libplacebo/Makefile
diff -u pkgsrc/multimedia/libplacebo/Makefile:1.2 pkgsrc/multimedia/libplacebo/Makefile:1.3
--- pkgsrc/multimedia/libplacebo/Makefile:1.2   Sun Jan  7 21:13:54 2024
+++ pkgsrc/multimedia/libplacebo/Makefile       Wed May 15 20:34:16 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2024/01/07 21:13:54 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2024/05/15 20:34:16 wiz Exp $
 
-DISTNAME=      libplacebo-v6.338.1
+DISTNAME=      libplacebo-v6.338.2
 PKGNAME=       ${DISTNAME:S/-v/-/}
 CATEGORIES=    multimedia
 MASTER_SITES=  https://code.videolan.org/videolan/libplacebo/-/archive/v${PKGVERSION_NOREV}/
Index: pkgsrc/multimedia/libplacebo/distinfo
diff -u pkgsrc/multimedia/libplacebo/distinfo:1.2 pkgsrc/multimedia/libplacebo/distinfo:1.3
--- pkgsrc/multimedia/libplacebo/distinfo:1.2   Fri Feb 16 08:24:33 2024
+++ pkgsrc/multimedia/libplacebo/distinfo       Wed May 15 20:34:16 2024
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.2 2024/02/16 08:24:33 nia Exp $
+$NetBSD: distinfo,v 1.3 2024/05/15 20:34:16 wiz Exp $
 
-BLAKE2s (libplacebo-6.338.1/fast_float.h) = dc9754b685f47fc6d6e0cba321b804829b6dda01f30f47c676374172bff12baf
-SHA512 (libplacebo-6.338.1/fast_float.h) = 85d4b85e03bdf42fe2f6d6ba40dfc2e85552c3367272e57469a274e7b9a283fc5953e1554dfe668be45bb08334e60ae91623faa4375fdea63d86a8c3b393e00f
-Size (libplacebo-6.338.1/fast_float.h) = 128947 bytes
-BLAKE2s (libplacebo-6.338.1/libplacebo-v6.338.1.tar.gz) = 8f0736a5de08a9b7c592c1d7fb589c5eefc2a6bef83d2c38de10cccabbf813ab
-SHA512 (libplacebo-6.338.1/libplacebo-v6.338.1.tar.gz) = a538a26552bda77af98264abde0e721c967f0c5eba73c0ffdff3cc7f52a4505ee5b618b99884becf502546261ff6e48881900ce7c782c5495ee3a6728dca9eb1
-Size (libplacebo-6.338.1/libplacebo-v6.338.1.tar.gz) = 840798 bytes
+BLAKE2s (libplacebo-6.338.2/fast_float.h) = dc9754b685f47fc6d6e0cba321b804829b6dda01f30f47c676374172bff12baf
+SHA512 (libplacebo-6.338.2/fast_float.h) = 85d4b85e03bdf42fe2f6d6ba40dfc2e85552c3367272e57469a274e7b9a283fc5953e1554dfe668be45bb08334e60ae91623faa4375fdea63d86a8c3b393e00f
+Size (libplacebo-6.338.2/fast_float.h) = 128947 bytes
+BLAKE2s (libplacebo-6.338.2/libplacebo-v6.338.2.tar.gz) = 460f4c9f8fcbfcbc41ff14b2d570b9444ec922a0a132a5b8aa695f55ea9b5c47
+SHA512 (libplacebo-6.338.2/libplacebo-v6.338.2.tar.gz) = 0f20ae47bc2a7cd128d667ec2dd750a2d6ad5f16be6ab97122c2dda1ebf239958ee4bf453a7f835bea2dafb60a2e27b795801532aad994e002854c190aa6bbd8
+Size (libplacebo-6.338.2/libplacebo-v6.338.2.tar.gz) = 841212 bytes
 SHA1 (patch-src_dither.c) = dd1b7bf8c7797a25e2c3fe4aef39e6490a4b1428



Home | Main Index | Thread Index | Old Index