multimedia/vapoursynth: update to R65
ChangeLog: https://github.com/vapoursynth/vapoursynth/releases * fixed inspection api sometimes causing memory corruption when used from python * frame properties in python are now return as str type instead of bytes when hinted as utf8 printable * fixed how unprintable data is returned from plugin functions in python, previously it would leak a ctypes pointer with no length instead of returning a bytes object * fixed a bug in the avx2 maskedmerge float premultiplied code path that would switch the two input clips * reverted the from_chars code a bit more to make no locale affect float parsing * fixed the sar adjustment for real this time Reported by: portscout MFH: 2023Q4 (bugfixes)
This commit is contained in:
parent
59a0b140b0
commit
0a9691cbd6
2 changed files with 4 additions and 7 deletions
|
@ -1,11 +1,8 @@
|
|||
PORTNAME= vapoursynth
|
||||
DISTVERSION= R64
|
||||
DISTVERSION= R65
|
||||
CATEGORIES= multimedia
|
||||
|
||||
PATCH_SITES= https://github.com/${PORTNAME}/${PORTNAME}/commit/
|
||||
PATCHFILES= 8c68f4d42349aa3ba87ec3700a12e7fb38867748.patch:-p1 \
|
||||
31979d78dbe49c081b7da3ca1f7949433d83ca24.patch:-p1 \
|
||||
ad8bee27e37789ab01b82538e26db72d4128208d.patch:-p1
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Video processing framework with simplicity in mind
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
TIMESTAMP = 1696172369
|
||||
SHA256 (vapoursynth-vapoursynth-R64_GH0.tar.gz) = 29e7972eace52bb83365cf9a14a5552df444090391f032de23b589ed8ff64213
|
||||
SIZE (vapoursynth-vapoursynth-R64_GH0.tar.gz) = 1870065
|
||||
TIMESTAMP = 1698744093
|
||||
SHA256 (vapoursynth-vapoursynth-R65_GH0.tar.gz) = 2bde5233b82d914b5e985119ed9cc344e3c27c3c068b5c4ab909176cd1751dce
|
||||
SIZE (vapoursynth-vapoursynth-R65_GH0.tar.gz) = 1871079
|
||||
SHA256 (8c68f4d42349aa3ba87ec3700a12e7fb38867748.patch) = 8cd28e01cc513a7a9ce00de62db61f757a6dbe3e4e521c58b28ae8f3f1d58ce9
|
||||
SIZE (8c68f4d42349aa3ba87ec3700a12e7fb38867748.patch) = 1519
|
||||
SHA256 (31979d78dbe49c081b7da3ca1f7949433d83ca24.patch) = 7f04580eb487be443b6b8f03ffe09f267d7ece843fe1b048024b425dadbdd31c
|
||||
|
|
Loading…
Reference in a new issue