pted by the user =========================================================================== =================================================== ===== env: USE_PACKAGE_DEPENDS_ONLY=1 USER=root UID=0 GID=0 ===> avidemux-2.8.1_4 depends on file: /usr/local/sbin/pkg - not found ===> Installing existing package /packages/All/pkg-2.5.1.pkg [143amd64-default-job-22] Installing pkg-2.5.1... [143amd64-default-job-22] Extracting pkg-2.5.1: .......... done ===> avidemux-2.8.1_4 depends on file: /usr/local/sbin/pkg - found ===> Returning to build of avidemux-2.8.1_4 =========================================================================== =================================================== ===== env: USE_PACKAGE_DEPENDS_ONLY=1 USER=root UID=0 GID=0 =========================================================================== =================================================== ===== env: NO_DEPENDS=yes USER=root UID=0 GID=0 ===> License GPLv2 accepted by the user ===> Fetching all distfiles required by avidemux-2.8.1_4 for building =========================================================================== =================================================== ===== env: NO_DEPENDS=yes USER=root UID=0 GID=0 ===> License GPLv2 accepted by the user ===> Fetching all distfiles required by avidemux-2.8.1_4 for building => SHA256 Checksum OK for avidemux_2.8.1.tar.gz. =========================================================================== =================================================== ===== env: USE_PACKAGE_DEPENDS_ONLY=1 USER=root UID=0 GID=0 =========================================================================== =================================================== ===== env: NO_DEPENDS=yes USER=root UID=0 GID=0 ===> License GPLv2 accepted by the user ===> Fetching all distfiles required by avidemux-2.8.1_4 for building ===> Extracting for avidemux-2.8.1_4 => SHA256 Checksum OK for avidemux_2.8.1.tar.gz. =========================================================================== =================================================== ===== env: USE_PACKAGE_DEPENDS_ONLY=1 USER=root UID=0 GID=0 =========================================================================== |diff --git libavutil/avutil.h libavutil/avutil.h |index e6ebb6c..4698ee8 100644 |--- libavutil/avutil.h |+++ libavutil/avutil.h -------------------------- Patching file libavutil/avutil.h using Plan A... Hunk #1 succeeded at 159. done -- -- Mine, Applying patch -- Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- libavutil/file_open.c 2018-12-02 15:01:27.570412023 +0100 |+++ libavutil/file_open.c 2018-12-02 14:59:47.483523875 +0100 -------------------------- Patching file libavutil/file_open.c using Plan A... Hunk #1 succeeded at 39. done -- -- Mine, Applying patch -- Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- libavutil/libavutil.v.orig 2018-11-01 19:34:28.000000000 +0100 |+++ libavutil/libavutil.v 2019-02-25 12:14:37.146183577 +0100 -------------------------- Patching file libavutil/libavutil.v using Plan A... Hunk #1 succeeded at 1. done -- -- Mine, Applying patch -- Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- libavutil/log.c.orig 2020-07-11 12:39:30.000000000 +0200 |+++ libavutil/log.c 2021-04-22 20:27:47.604676518 +0200 -------------------------- Patching file libavutil/log.c using Plan A... Hunk #1 succeeded at 39. Hunk #2 succeeded at 120. Hunk #3 succeeded at 489. done -- -- Mine, Applying patch -- Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- libpostproc/libpostproc.v.orig 2018-11-01 19:34:28.000000000 +0100 |+++ libpostproc/libpostproc.v 2019-02-25 12:14:54.846065644 +0100 -------------------------- Patching file libpostproc/libpostproc.v using Plan A... Hunk #1 succeeded at 1. done -- -- Mine, Applying patch -- Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- libswscale/libswscale.v.orig 2018-11-01 19:34:28.000000000 +0100 |+++ libswscale/libswscale.v 2019-02-25 12:15:25.118863866 +0100 -------------------------- Patching file libswscale/libswscale.v using Plan A... Hunk #1 succeeded at 1. done -- -- Upstream, applying patch -- Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |From 8a969e1280aa7aef31de6bd3db5ce46dc123fde0 Mon Sep 17 00:00:00 2001 |From: songyutong |Date: Tue, 9 Nov 2021 18:51:58 +0800 |Subject: [PATCH] avcodec/videotoolboxenc: fix pixel buffer memory leak | |In function vtenc_populate_extradata(), there is a manually created |pixel buffer that has not been released. So we should use CVPixelBufferRelease |to release this pixel buffer at the end, otherwise will cause a memory leak. | |Signed-off-by: Rick Kern |--- | libavcodec/videotoolboxenc.c | 1 + | 1 file changed, 1 insertion(+) | |diff --git a/libavcodec/videotoolboxenc.c b/libavcodec/videotoolboxenc.c |index bac36fda90e4..ebaa3ebdc8ab 100644 |--- a/libavcodec/videotoolboxenc.c |+++ b/libavcodec/videotoolboxenc.c -------------------------- Patching file libavcodec/videotoolboxenc.c using Plan A... Hunk #1 succeeded at 2548 (offset -6 lines). done -- -- Upstream, applying patch -- Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |From b786bc7433dfe082441a57c1ba9ae9ea47904b78 Mon Sep 17 00:00:00 2001 |From: NoHalfBits |Date: Sun, 26 Sep 2021 14:47:52 +0200 |Subject: [PATCH] avcodec/videotoolboxenc: Fixes non-B-Frame encoding | |Sets vtctx->has_b_frames to 0 if the VideoToolbox compression |session will not emit B-frames (and, in consequence, no valid |DTSs). Required for the handling of invalid DTSs in |'vtenc_cm_to_avpacket' (line 2018ff) to work correctly and not |abort encoding with "DTS is invalid." when no B-frames are |generated. | |Signed-off-by: NoHalfBits |Signed-off-by: Rick Kern |--- | libavcodec/videotoolboxenc.c | 5 ++++- | 1 file changed, 4 insertions(+), 1 deletion(-) | |diff --git a/libavcodec/videotoolboxenc.c b/libavcodec/videotoolboxenc.c |index 8dfd6e3d0c21..93c3898fb503 100644 |--- a/libavcodec/videotoolboxenc.c |+++ b/libavcodec/videotoolboxenc.c -------------------------- Patching file libavcodec/videotoolboxenc.c using Plan A... Hunk #1 succeeded at 1512 (offset -4 lines). done -- -- Upstream, applying patch -- Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |From 5f3a160b422e87e17d8fcd3aea51d478d0f05ba5 Mon Sep 17 00:00:00 2001 |From: Michael Niedermayer |Date: Fri, 22 Oct 2021 23:24:11 +0200 |Subject: [PATCH] swscale/utils: Improve return codes of | sws_setColorspaceDetails() | |Signed-off-by: Michael Niedermayer |--- | libswscale/utils.c | 5 ++++- | 1 file changed, 4 insertions(+), 1 deletion(-) | |diff --git a/libswscale/utils.c b/libswscale/utils.c |index 3752c3ec38c0..c726922527b7 100644 |--- a/libswscale/utils.c |+++ b/libswscale/utils.c -------------------------- Patching file libswscale/utils.c using Plan A... Hunk #1 succeeded at 986 (offset -9 lines). done -- Patching Linux common.mak Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- ffbuild/common.mak.orig 2021-10-24 22:47:11.000000000 +0200 |+++ ffbuild/common.mak 2021-11-14 00:21:19.834422346 +0100 -------------------------- Patching file ffbuild/common.mak using Plan A... Hunk #1 succeeded at 125. done -- Checking for Bourne shell -- ************************* -- Found Bourne shell -- Configuring FFmpeg CMake Error at /wrkdirs/usr/ports/multimedia/avidemux/work/avidemux_2.8.1/cmake/admFFmpegBuild_helpers.cmake:291 (MESSAGE): configure returned <1> Call Stack (most recent call first): /wrkdirs/usr/ports/multimedia/avidemux/work/avidemux_2.8.1/cmake/admFFmpegBuild_native.cmake:61 (ADM_FF_BUILD_UNIX_STYLE) /wrkdirs/usr/ports/multimedia/avidemux/work/avidemux_2.8.1/cmake/admFFmpegBuild.cmake:16 (include) CMakeLists.txt:95 (include) CMake Error at /wrkdirs/usr/ports/multimedia/avidemux/work/avidemux_2.8.1/cmake/admFFmpegBuild_helpers.cmake:292 (MESSAGE): configure output is Call Stack (most recent call first): /wrkdirs/usr/ports/multimedia/avidemux/work/avidemux_2.8.1/cmake/admFFmpegBuild_native.cmake:61 (ADM_FF_BUILD_UNIX_STYLE) /wrkdirs/usr/ports/multimedia/avidemux/work/avidemux_2.8.1/cmake/admFFmpegBuild.cmake:16 (include) CMakeLists.txt:95 (include) CMake Error at /wrkdirs/usr/ports/multimedia/avidemux/work/avidemux_2.8.1/cmake/admFFmpegBuild_helpers.cmake:293 (MESSAGE): An error occured Call Stack (most recent call first): /wrkdirs/usr/ports/multimedia/avidemux/work/avidemux_2.8.1/cmake/admFFmpegBuild_native.cmake:61 (ADM_FF_BUILD_UNIX_STYLE) /wrkdirs/usr/ports/multimedia/avidemux/work/avidemux_2.8.1/cmake/admFFmpegBuild.cmake:16 (include) CMakeLists.txt:95 (include) -- Configuring incomplete, errors occurred! *** Error code 1 Stop. make: stopped in /usr/ports/multimedia/avidemux