Bug 280829 - graphics/blender: add support FFMPEG 7
Summary: graphics/blender: add support FFMPEG 7
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Vladimir Druzenko
URL:
Keywords:
Depends on:
Blocks: 278705
  Show dependency treegraph
 
Reported: 2024-08-15 11:18 UTC by Vladimir Druzenko
Modified: 2024-08-19 11:24 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (FreeBSD)


Attachments
maintainer update for graphics/blender (8.70 KB, patch)
2024-08-18 06:13 UTC, Shane
FreeBSD: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Comment 1 Shane 2024-08-18 06:13:29 UTC
Created attachment 252866 [details]
maintainer update for graphics/blender

This compiles in poudriere. I haven't installed ffmpeg 7 locally to test running.
Comment 2 Vladimir Druzenko freebsd_committer freebsd_triage 2024-08-19 00:49:05 UTC
Test build with ffmpeg 7.0.2 in progress…
Comment 3 Vladimir Druzenko freebsd_committer freebsd_triage 2024-08-19 02:20:16 UTC
Build without errors - I'll commit it tomorrow.
Comment 4 commit-hook freebsd_committer freebsd_triage 2024-08-19 11:23:46 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=a02f5f0aef7920b52b7eab7bbd1a2a0056bc0edf

commit a02f5f0aef7920b52b7eab7bbd1a2a0056bc0edf
Author:     Shane <FreeBSD@ShaneWare.Biz>
AuthorDate: 2024-08-19 11:21:27 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2024-08-19 11:21:27 +0000

    graphics/blender: add support FFMPEG 7

    PR:             280829
    Obtained from:  upstream's pool requests:
                    https://projects.blender.org/blender/blender/pulls/121947
                    https://projects.blender.org/blender/blender/pulls/121960

 ...audaspace_plugins_ffmpeg_FFMPEGReader.cpp (new) | 71 ++++++++++++++++++
 ...audaspace_plugins_ffmpeg_FFMPEGWriter.cpp (new) | 87 ++++++++++++++++++++++
 .../patch-intern_ffmpeg_ffmpeg__compat.h (new)     | 18 +++++
 ...ource_blender_imbuf_intern_anim__movie.cc (new) | 26 +++++++
 4 files changed, 202 insertions(+)
Comment 5 Vladimir Druzenko freebsd_committer freebsd_triage 2024-08-19 11:24:12 UTC
Thanks!