On Tue, 11 Aug 2026 00:13:26 +0200, Daniel Dickman <didickman@gmail.com> wrote: > > Is there a reason not to go with the upstram fix for this? > > See https://github.com/audaspace/audaspace/commit/8841635 > Not at all. Thanks. I had made that diff a few days ago, and at that time audaspace hadn't got that commit. Here updated diff which is based on upstream commit. Index: Makefile =================================================================== RCS file: /cvs/ports/graphics/blender/Makefile,v diff -u -p -r1.151 Makefile --- Makefile 2 Mar 2026 15:00:23 -0000 1.151 +++ Makefile 10 Aug 2026 22:23:53 -0000 @@ -9,7 +9,7 @@ COMMENT = 3D creation software VERSION = 4.5.3 V = ${VERSION:R} DISTNAME = blender-${VERSION} -REVISION = 3 +REVISION = 4 CATEGORIES = graphics Index: patches/patch-extern_audaspace_plugins_ffmpeg_FFMPEGWriter_cpp =================================================================== RCS file: patches/patch-extern_audaspace_plugins_ffmpeg_FFMPEGWriter_cpp diff -N patches/patch-extern_audaspace_plugins_ffmpeg_FFMPEGWriter_cpp --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ patches/patch-extern_audaspace_plugins_ffmpeg_FFMPEGWriter_cpp 10 Aug 2026 22:23:53 -0000 @@ -0,0 +1,131 @@ +https://github.com/audaspace/audaspace/commit/8841635656806e388b51d3f4e3696bfc247a3f5a + +Index: extern/audaspace/plugins/ffmpeg/FFMPEGWriter.cpp +--- extern/audaspace/plugins/ffmpeg/FFMPEGWriter.cpp.orig ++++ extern/audaspace/plugins/ffmpeg/FFMPEGWriter.cpp +@@ -38,6 +38,10 @@ AUD_NAMESPACE_BEGIN + #if LIBAVCODEC_VERSION_MAJOR < 59 + #define FFMPEG_OLD_CH_LAYOUT +
No comments:
Post a Comment