Skip to content
Snippets Groups Projects
Commit bc74fbbf authored by Yuri Victorovich's avatar Yuri Victorovich
Browse files

multimedia/vvdec: update 2.2.0 → 2.3.0

Reported by:	portscout
parent ad096b6e
No related branches found
No related tags found
No related merge requests found
PORTNAME= vvdec
DISTVERSIONPREFIX= v
DISTVERSION= 2.2.0
DISTVERSION= 2.3.0
CATEGORIES= multimedia python
MAINTAINER= yuri@FreeBSD.org
......
TIMESTAMP = 1710351508
SHA256 (fraunhoferhhi-vvdec-v2.2.0_GH0.tar.gz) = 7a839f9d8c32abb3f0c33c5242d8b2ac7ff0842b160421332cc8c291b32547bc
SIZE (fraunhoferhhi-vvdec-v2.2.0_GH0.tar.gz) = 1339562
TIMESTAMP = 1714450741
SHA256 (fraunhoferhhi-vvdec-v2.3.0_GH0.tar.gz) = 91ab0c64a6f43627add65cfd2c14d074ad5830105d63fa013af274960efd4e6d
SIZE (fraunhoferhhi-vvdec-v2.3.0_GH0.tar.gz) = 1342422
- workaround for https://github.com/fraunhoferhhi/vvdec/issues/170
--- source/Lib/vvdec/vvdecimpl.h.orig 2024-03-13 17:45:41 UTC
+++ source/Lib/vvdec/vvdecimpl.h
@@ -225,7 +225,7 @@ inline auto VVDecImpl::catchExceptions( MembFunc fn, A
static auto returnErrOrNullptr = []( intptr_t err )
{
if( std::is_pointer<TRet>() )
- return (TRet) NULL;
+ return (TRet) 0;
return (TRet) err;
};
......@@ -9,5 +9,5 @@ lib/cmake/vvdec/vvdecTargets-shared-%%CMAKE_BUILD_TYPE%%.cmake
lib/cmake/vvdec/vvdecTargets-shared.cmake
lib/libvvdec.so
lib/libvvdec.so.2
lib/libvvdec.so.2.2.0
lib/libvvdec.so.2.3.0
libdata/pkgconfig/libvvdec.pc
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment