Here is an update to SVT-AV1 4.0.1.
## [4.0.1] - 2026-01-27
Bug fixes and documentation
- Fixed a missing version bump for shared library and pkg-config (!2593)
- This is now tied to the CMake project version and should not happen again.
- Added a CI check to verify this going forward (!2594)
- Fixed tf-strength's default value in the help output (!2595)
- Cleaned up some old debug prints and fixed some Windows build warnings (!2596)
- Fixed bug in incorrect plane selection in quantize_inv_quantize (!2597)
- Fixed hang caused by incorrect update of looping variable in
pic_manager_process (!2600)
Index: Makefile
===================================================================
RCS file: /cvs/ports/multimedia/svt-av1/Makefile,v
retrieving revision 1.22
diff -u -p -u -p -r1.22 Makefile
--- Makefile 23 Jan 2026 21:28:21 -0000 1.22
+++ Makefile 31 Jan 2026 04:27:32 -0000
@@ -4,14 +4,14 @@ USE_NOBTCFI-amd64= Yes
COMMENT= scalable AV1 encoder
-VER= 3.1.2
+VER= 4.0.1
DISTNAME= SVT-AV1-v${VER}
PKGNAME= svt-av1-${VER}
CATEGORIES= multimedia
SITES= https://gitlab.com/AOMediaCodec/SVT-AV1/-/archive/v${VER}/
EXTRACT_SUFX= .tar.bz2
-SHARED_LIBS= SvtAv1Enc 5.0
+SHARED_LIBS= SvtAv1Enc 6.0
HOMEPAGE= https://gitlab.com/AOMediaCodec/SVT-AV1
Index: distinfo
===================================================================
RCS file: /cvs/ports/multimedia/svt-av1/distinfo,v
retrieving revision 1.16
diff -u -p -u -p -r1.16 distinfo
--- distinfo 21 Jan 2026 15:57:52 -0000 1.16
+++ distinfo 31 Jan 2026 04:27:32 -0000
@@ -1,2 +1,2 @@
-SHA256 (SVT-AV1-v3.1.2.tar.bz2) = gC6bsrFPZujGOPVIV8y4TTU2FEsK4YufVou/IxTS3og=
-SIZE (SVT-AV1-v3.1.2.tar.bz2) = 10203273
+SHA256 (SVT-AV1-v4.0.1.tar.bz2) = 3yot1RUScX6MNjcHJ1CjiZw6adaErMzKzjPBxGf36FI=
+SIZE (SVT-AV1-v4.0.1.tar.bz2) = 10225189
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/multimedia/svt-av1/pkg/PLIST,v
retrieving revision 1.5
diff -u -p -u -p -r1.5 PLIST
--- pkg/PLIST 21 Jan 2026 15:57:52 -0000 1.5
+++ pkg/PLIST 31 Jan 2026 04:27:32 -0000
@@ -7,5 +7,11 @@ include/svt-av1/EbSvtAv1Enc.h
include/svt-av1/EbSvtAv1ErrorCodes.h
include/svt-av1/EbSvtAv1Formats.h
include/svt-av1/EbSvtAv1Metadata.h
+lib/cmake/
+lib/cmake/SVT-AV1/
+lib/cmake/SVT-AV1/SVT-AV1-sharedTargets${MODCMAKE_BUILD_SUFFIX}
+lib/cmake/SVT-AV1/SVT-AV1-sharedTargets.cmake
+lib/cmake/SVT-AV1/SVT-AV1Config.cmake
+lib/cmake/SVT-AV1/SVT-AV1ConfigVersion.cmake
@lib lib/libSvtAv1Enc.so.${LIBSvtAv1Enc_VERSION}
lib/pkgconfig/SvtAv1Enc.pc