Index: graphics/ffmpeg/Makefile =================================================================== RCS file: /home/cvs/ports/graphics/ffmpeg/Makefile,v diff -u -p -r1.256 Makefile --- graphics/ffmpeg/Makefile 6 Apr 2026 00:42:27 -0000 1.256 +++ graphics/ffmpeg/Makefile 5 May 2026 13:26:05 -0000 @@ -1,9 +1,8 @@ COMMENT= audio/video converter and streamer # keep it synced with x11/mplayer -V= 8.0.1 +V= 8.0.2 DISTNAME= ffmpeg-${V} -REVISION= 1 CATEGORIES= graphics multimedia SITES= https://ffmpeg.org/releases/ EXTRACT_SUFX= .tar.xz Index: graphics/ffmpeg/distinfo =================================================================== RCS file: /home/cvs/ports/graphics/ffmpeg/distinfo,v diff -u -p -r1.71 distinfo --- graphics/ffmpeg/distinfo 12 Dec 2025 13:38:22 -0000 1.71 +++ graphics/ffmpeg/distinfo 5 May 2026 13:26:05 -0000 @@ -1,2 +1,2 @@ -SHA256 (ffmpeg-8.0.1.tar.xz) = Be4LAxGbRcC9tN9lS5aALpCeCnUvcuT+N5T0hyKeWkE= -SIZE (ffmpeg-8.0.1.tar.xz) = 11388848 +SHA256 (ffmpeg-8.0.2.tar.xz) = XRaWIzJgPEJ7PQiH/BK5Fm1u4ssRCLGGXdLV6waglQU= +SIZE (ffmpeg-8.0.2.tar.xz) = 11397612 Index: graphics/ffmpeg/patches/patch-configure =================================================================== RCS file: /home/cvs/ports/graphics/ffmpeg/patches/patch-configure,v diff -u -p -r1.77 patch-configure --- graphics/ffmpeg/patches/patch-configure 28 Oct 2025 09:37:14 -0000 1.77 +++ graphics/ffmpeg/patches/patch-configure 5 May 2026 13:36:58 -0000 @@ -29,3 +29,22 @@ Index: configure check_builtin stdatomic stdatomic.h \ "atomic_int foo, bar = -1; atomic_store(&foo, 0); foo += bar" \ $LATOMIC && eval stdatomic_extralibs="\$LATOMIC" && break +@@ -7262,13 +7261,13 @@ enabled omx_rpi && { test_code cc OMX_Core.h + enabled omx && require_headers OMX_Core.h && \ + warn "The OpenMAX encoders are deprecated and will be removed in future versions" + +-enabled openssl && { { check_pkg_config openssl "openssl >= 3.0.0" openssl/ssl.h DTLS_get_data_mtu && ++enabled openssl && { { check_pkg_config openssl "openssl >= 3.0.0" openssl/ssl.h OPENSSL_init_ssl && + { enabled gplv3 || ! enabled gpl || enabled nonfree || die "ERROR: OpenSSL >=3.0.0 requires --enable-version3"; }; } || + { enabled gpl && ! enabled nonfree && die "ERROR: OpenSSL <3.0.0 is incompatible with the gpl"; } || +- check_pkg_config openssl "openssl >= 1.1.1" openssl/ssl.h DTLS_get_data_mtu || +- check_lib openssl openssl/ssl.h DTLS_get_data_mtu -lssl -lcrypto || +- check_lib openssl openssl/ssl.h DTLS_get_data_mtu -lssl -lcrypto -lws2_32 -lgdi32 || +- die "ERROR: openssl (>= 1.1.1) not found"; } ++ check_pkg_config openssl "openssl >= 1.1.0" openssl/ssl.h OPENSSL_init_ssl || ++ check_lib openssl openssl/ssl.h OPENSSL_init_ssl -lssl -lcrypto || ++ check_lib openssl openssl/ssl.h OPENSSL_init_ssl -lssl -lcrypto -lws2_32 -lgdi32 || ++ die "ERROR: openssl (>= 1.1.0) not found"; } + enabled pocketsphinx && require_pkg_config pocketsphinx pocketsphinx pocketsphinx/pocketsphinx.h ps_init + enabled rkmpp && { require_pkg_config rkmpp rockchip_mpp rockchip/rk_mpi.h mpp_create && + require_pkg_config rockchip_mpp "rockchip_mpp >= 1.3.7" rockchip/rk_mpi.h mpp_create && Index: graphics/ffmpeg/patches/patch-libavcodec_libsvtav1_c =================================================================== RCS file: graphics/ffmpeg/patches/patch-libavcodec_libsvtav1_c diff -N graphics/ffmpeg/patches/patch-libavcodec_libsvtav1_c --- graphics/ffmpeg/patches/patch-libavcodec_libsvtav1_c 28 Jan 2026 13:55:38 -0000 1.6 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,18 +0,0 @@ -- avcodec/libsvtav1: rename aq_mode for v4.0.0 - a5d4c398b411a00ac09d8fe3b66117222323844c - -Index: libavcodec/libsvtav1.c ---- libavcodec/libsvtav1.c.orig -+++ libavcodec/libsvtav1.c -@@ -238,7 +238,11 @@ static int config_enc_params(EbSvtAv1EncConfiguration - } else if (svt_enc->qp > 0) { - param->qp = svt_enc->qp; - param->rate_control_mode = 0; -+#if SVT_AV1_CHECK_VERSION(4, 0, 0) -+ param->aq_mode = 0; -+#else - param->enable_adaptive_quantization = 0; -+#endif - } - - desc = av_pix_fmt_desc_get(avctx->pix_fmt); Index: x11/mplayer/Makefile =================================================================== RCS file: /home/cvs/ports/x11/mplayer/Makefile,v diff -u -p -r1.339 Makefile --- x11/mplayer/Makefile 11 Feb 2026 20:57:57 -0000 1.339 +++ x11/mplayer/Makefile 5 May 2026 13:26:16 -0000 @@ -1,7 +1,8 @@ COMMENT= movie player supporting many formats V= 20251123 -FFMPEG_V= 8.0.1 +FFMPEG_V= 8.0.2 +REVISION= 0 DISTNAME= mplayer-${V} CATEGORIES= x11 multimedia SITES= https://comstyle.com/source/