Library changes for Blender 3.3 #98555

Open
opened 2022-06-02 10:21:30 +02:00 by Bastien Montagne · 13 comments

Here is the list of all expected changes to our libraries for the Blender 3.3 release.

LTS Updates

TODO

  • ffmpeg 6.0.0

    • Update CMake deps builder (#112530)
    • Add Package file to SVN (63513)
    • Add precompiled libraries
      • Windows (63521)
      • Linux (63523)
      • macOS Intel (63514)
      • macOS Arm (63514)
    • Update install_linux_packages script (N/A)
  • libxml2 2.10.4

    • Update CMake deps builder (#112530)
    • Add Package file to SVN (63513)
    • Add precompiled libraries
      • Windows (63521)
      • Linux (63523)
      • macOS Intel (63514)
      • macOS Arm (63514)
    • Update install_linux_packages script (N/A)
  • openssl 3.1.2

    • Update CMake deps builder (#112530)
    • Add Package file to SVN (63513)
    • Add precompiled libraries
      • Windows (63521)
      • Linux (63523)
      • macOS Intel (63514)
      • macOS Arm (63514)
    • Update install_linux_packages script (N/A)
  • python 3.10.13

    • Update CMake deps builder (#112530)
    • Add Package file to SVN (63513)
    • Add precompiled libraries
      • Windows (63521)
      • Linux (63523)
      • macOS Intel (63514)
      • macOS Arm (63514)
    • Update install_linux_packages script (N/A)
  • tiff 4.5.1

    • Update CMake deps builder (#112530)
    • Add Package file to SVN (63513)
    • Add precompiled libraries
      • Windows (63521)
      • Linux (63523)
      • macOS Intel (63514)
      • macOS Arm (63514)
    • Update install_linux_packages script (N/A)
  • sndfile 1.2.2

    • Update CMake deps builder (#112530)
    • Add Package file to SVN (63513)
    • Add precompiled libraries
      • Windows (63521)
      • Linux (63523)
      • macOS Intel (63514)
      • macOS Arm (63514)
    • Update install_linux_packages script (N/A)
  • webp 1.3.2

    • Update CMake deps builder (#112530)
    • Add Package file to SVN (63513)
    • Add precompiled libraries
      • Windows (63521)
      • Linux (63523)
      • macOS Intel (63514)
      • macOS Arm (63514)
    • Update install_linux_packages script (N/A)

Preliminary Libraries

New Libraries

Updated Libraries

  • ffmpeg 5.0 (rebuild only due to vpx/aom changes)

    • Update CMake deps builder D15399: deps: ffmpeg vpx/aom-av1 updates
    • Add Package file to SVN - N/A : no version change
    • Add precompiled libraries
      • Windows ({rBL62982})
      • Linux ({rBL62981})
      • macOS Intel ({rBL62980})
      • macOS Arm ({rBL62980})
    • Update install_deps script (1665e40e16)
  • rebuild vpx with sse3/4/avx/avx2 support , we disabled the exotic instructions at configure time, vpx does seem to generate a trampoline to protect from accidentally executing the wrong kernel, we could enable the faster kernels. fixes part of #95743

    • Update CMake deps builder D15399: deps: ffmpeg vpx/aom-av1 updates
    • Add Package file to SVN - N/A : no version change
    • Add precompiled libraries
      • Windows ({rBL62982})
      • Linux ({rBL62981})
      • macOS Intel ({rBL62980})
      • macOS Arm ({rBL62980})
    • Update install_deps script (no changes needed)
  • Embree 3.13.4

    • Update CMake deps builder (D15482: Update Embree to 3.13.4)
    • Add Package file to SVN ({rBL62983})
    • Add precompiled libraries
      • Windows ({rBL62960})
      • Linux ({rBL62981})
      • macOS Intel ({rBL62966})
      • macOS Arm ({rBL62965}, {rBL62974})
    • Update install_deps script (757041560f)
  • Tiff 4.4.0

    • Update CMake deps builder D15478: deps: Update tiff and openexr
    • Add Package file to SVN ({rBL62983})
    • Add precompiled libraries
      • Windows ({rBL62982})
      • Linux ({rBL62981})
      • macOS Intel ({rBL62980})
      • macOS Arm ({rBL62980})
    • Update install_deps script (no changes needed)
  • OpenEXR 3.1.5 + IMath 3.1.5

    • Update CMake deps builder D15478: deps: Update tiff and openexr
    • Add Package file to SVN ({rBL62983})
    • Add precompiled libraries
      • Windows ({rBL62982})
      • Linux ({rBL62981})
      • macOS Intel ({rBL62980})
      • macOS Arm ({rBL62980})
    • Update install_deps script (065dfe744c)
Here is the list of all expected changes to our libraries for the Blender 3.3 release. ## LTS Updates ### TODO - [x] ffmpeg 6.0.0 - [x] Update CMake deps builder (#112530) - [x] Add Package file to SVN (63513) - [x] Add precompiled libraries - [x] Windows (63521) - [x] Linux (63523) - [x] macOS Intel (63514) - [x] macOS Arm (63514) - [x] Update `install_linux_packages` script (N/A) - [x] libxml2 2.10.4 - [x] Update CMake deps builder (#112530) - [x] Add Package file to SVN (63513) - [ ] Add precompiled libraries - [x] Windows (63521) - [x] Linux (63523) - [x] macOS Intel (63514) - [x] macOS Arm (63514) - [x] Update `install_linux_packages` script (N/A) - [x] openssl 3.1.2 - [x] Update CMake deps builder (#112530) - [x] Add Package file to SVN (63513) - [x] Add precompiled libraries - [x] Windows (63521) - [x] Linux (63523) - [x] macOS Intel (63514) - [x] macOS Arm (63514) - [x] Update `install_linux_packages` script (N/A) - [x] python 3.10.13 - [x] Update CMake deps builder (#112530) - [x] Add Package file to SVN (63513) - [x] Add precompiled libraries - [x] Windows (63521) - [x] Linux (63523) - [x] macOS Intel (63514) - [x] macOS Arm (63514) - [x] Update `install_linux_packages` script (N/A) - [x] tiff 4.5.1 - [x] Update CMake deps builder (#112530) - [x] Add Package file to SVN (63513) - [x] Add precompiled libraries - [x] Windows (63521) - [x] Linux (63523) - [x] macOS Intel (63514) - [x] macOS Arm (63514) - [x] Update `install_linux_packages` script (N/A) - [x] sndfile 1.2.2 - [x] Update CMake deps builder (#112530) - [x] Add Package file to SVN (63513) - [x] Add precompiled libraries - [x] Windows (63521) - [x] Linux (63523) - [x] macOS Intel (63514) - [x] macOS Arm (63514) - [x] Update `install_linux_packages` script (N/A) - [x] webp 1.3.2 - [x] Update CMake deps builder (#112530) - [x] Add Package file to SVN (63513) - [x] Add precompiled libraries - [x] Windows (63521) - [x] Linux (63523) - [x] macOS Intel (63514) - [x] macOS Arm (63514) - [x] Update `install_linux_packages` script (N/A) ## Preliminary Libraries - [x] level-zero1.7.15 (Preliminary: for [D14480](https://archive.blender.org/developer/D14480)) - [x] Update CMake deps builder - [x] Add Package file to SVN ({{rBL62874}} - [x] Add precompiled libraries - [x] Windows ({rBL62864}) - [x] Linux ({rBL62892}) - [x] Update `install_deps` script 9580f23596 - [x] libaom 3.4.0 [D14920: Video rendering FFMpeg AV1 codec encoding support](https://archive.blender.org/developer/D14920) - [x] Update CMake deps builder [D15399: deps: ffmpeg vpx/aom-av1 updates](https://archive.blender.org/developer/D15399) - [x] Add Package file to SVN ({rBL62983}) - [x] Add precompiled libraries - [x] Windows ({rBL62982}) - [x] Linux ({rBL62981}) - [x] macOS Intel ({rBL62980}) - [x] macOS Arm ({rBL62980}) - [x] Update `install_deps` script (1665e40e16) ## New Libraries ## Updated Libraries - [x] ffmpeg 5.0 (rebuild only due to vpx/aom changes) - [x] Update CMake deps builder [D15399: deps: ffmpeg vpx/aom-av1 updates](https://archive.blender.org/developer/D15399) - [x] Add Package file to SVN - N/A : no version change - [x] Add precompiled libraries - [x] Windows ({rBL62982}) - [x] Linux ({rBL62981}) - [x] macOS Intel ({rBL62980}) - [x] macOS Arm ({rBL62980}) - [x] Update `install_deps` script (1665e40e16) - [x] rebuild vpx with sse3/4/avx/avx2 support , we disabled the exotic instructions at configure time, vpx does seem to generate a trampoline to protect from accidentally executing the wrong kernel, we could enable the faster kernels. fixes part of #95743 - [x] Update CMake deps builder [D15399: deps: ffmpeg vpx/aom-av1 updates](https://archive.blender.org/developer/D15399) - [x] Add Package file to SVN - N/A : no version change - [x] Add precompiled libraries - [x] Windows ({rBL62982}) - [x] Linux ({rBL62981}) - [x] macOS Intel ({rBL62980}) - [x] macOS Arm ({rBL62980}) - [x] Update `install_deps` script (no changes needed) - [x] Embree 3.13.4 - [x] Update CMake deps builder ([D15482: Update Embree to 3.13.4](https://archive.blender.org/developer/D15482)) - [x] Add Package file to SVN ({rBL62983}) - [x] Add precompiled libraries - [x] Windows ({rBL62960}) - [x] Linux ({rBL62981}) - [x] macOS Intel ({rBL62966}) - [x] macOS Arm ({rBL62965}, {rBL62974}) - [x] Update `install_deps` script (757041560f) - [x] Tiff 4.4.0 - [x] Update CMake deps builder [D15478: deps: Update tiff and openexr](https://archive.blender.org/developer/D15478) - [x] Add Package file to SVN ({rBL62983}) - [x] Add precompiled libraries - [x] Windows ({rBL62982}) - [x] Linux ({rBL62981}) - [x] macOS Intel ({rBL62980}) - [x] macOS Arm ({rBL62980}) - [x] Update `install_deps` script (no changes needed) - [x] OpenEXR 3.1.5 + IMath 3.1.5 - [x] Update CMake deps builder [D15478: deps: Update tiff and openexr](https://archive.blender.org/developer/D15478) - [x] Add Package file to SVN ({rBL62983}) - [x] Add precompiled libraries - [x] Windows ({rBL62982}) - [x] Linux ({rBL62981}) - [x] macOS Intel ({rBL62980}) - [x] macOS Arm ({rBL62980}) - [x] Update `install_deps` script (065dfe744c)
Author
Owner

Changed status from 'Needs Triage' to: 'Confirmed'

Changed status from 'Needs Triage' to: 'Confirmed'
Author
Owner

Added subscriber: @mont29

Added subscriber: @mont29

This issue was referenced by None@62965

This issue was referenced by None@62965

This issue was referenced by None@62966

This issue was referenced by None@62966
Member

Added subscribers: @ZedDB, @LazyDodo

Added subscribers: @ZedDB, @LazyDodo
Member

added liboam as preliminary, unsure if D14920 can land in bcon2, but if I have to rebuild ffmpeg any how for libvpx, I may as well nab that one in bud while i'm at it.

added liboam as preliminary, unsure if [D14920](https://archive.blender.org/developer/D14920) can land in bcon2, but if I have to rebuild ffmpeg any how for libvpx, I may as well nab that one in bud while i'm at it.

This issue was referenced by None@62980

This issue was referenced by None@62980

This issue was referenced by 065dfe744c

This issue was referenced by 065dfe744cb94cb63db19353b1c00a5dc1356dfb

This issue was referenced by 1665e40e16

This issue was referenced by 1665e40e16fdf8cc914d6eea3577834ce9597ca4

Added subscriber: @Emi_Martinez

Added subscriber: @Emi_Martinez

Added subscriber: @brecht

Added subscriber: @brecht

Changed status from 'Confirmed' to: 'Resolved'

Changed status from 'Confirmed' to: 'Resolved'
Brecht Van Lommel self-assigned this 2022-09-07 18:32:50 +02:00

Moving some unfinished libs to #99618 (Library changes for Blender 3.5), and closing now that 3.3 is out.

Moving some unfinished libs to #99618 (Library changes for Blender 3.5), and closing now that 3.3 is out.
Thomas Dinges added this to the 3.3 LTS milestone 2023-02-08 15:37:46 +01:00
Blender Bot added
Status
Confirmed
and removed
Status
Resolved
labels 2023-10-09 15:40:48 +02:00
Brecht Van Lommel removed their assignment 2023-11-28 16:32:45 +01:00
Sign in to join this conversation.
No Label
Interest
Alembic
Interest
Animation & Rigging
Interest
Asset Browser
Interest
Asset Browser Project Overview
Interest
Audio
Interest
Automated Testing
Interest
Blender Asset Bundle
Interest
BlendFile
Interest
Collada
Interest
Compatibility
Interest
Compositing
Interest
Core
Interest
Cycles
Interest
Dependency Graph
Interest
Development Management
Interest
EEVEE
Interest
EEVEE & Viewport
Interest
Freestyle
Interest
Geometry Nodes
Interest
Grease Pencil
Interest
ID Management
Interest
Images & Movies
Interest
Import Export
Interest
Line Art
Interest
Masking
Interest
Metal
Interest
Modeling
Interest
Modifiers
Interest
Motion Tracking
Interest
Nodes & Physics
Interest
OpenGL
Interest
Overlay
Interest
Overrides
Interest
Performance
Interest
Physics
Interest
Pipeline, Assets & IO
Interest
Platforms, Builds & Tests
Interest
Python API
Interest
Render & Cycles
Interest
Render Pipeline
Interest
Sculpt, Paint & Texture
Interest
Text Editor
Interest
Translations
Interest
Triaging
Interest
Undo
Interest
USD
Interest
User Interface
Interest
UV Editing
Interest
VFX & Video
Interest
Video Sequencer
Interest
Virtual Reality
Interest
Vulkan
Interest
Wayland
Interest
Workbench
Interest: X11
Legacy
Blender 2.8 Project
Legacy
Milestone 1: Basic, Local Asset Browser
Legacy
OpenGL Error
Meta
Good First Issue
Meta
Papercut
Meta
Retrospective
Meta
Security
Module
Animation & Rigging
Module
Core
Module
Development Management
Module
EEVEE & Viewport
Module
Grease Pencil
Module
Modeling
Module
Nodes & Physics
Module
Pipeline, Assets & IO
Module
Platforms, Builds & Tests
Module
Python API
Module
Render & Cycles
Module
Sculpt, Paint & Texture
Module
Triaging
Module
User Interface
Module
VFX & Video
Platform
FreeBSD
Platform
Linux
Platform
macOS
Platform
Windows
Priority
High
Priority
Low
Priority
Normal
Priority
Unbreak Now!
Status
Archived
Status
Confirmed
Status
Duplicate
Status
Needs Info from Developers
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Known Issue
Type
Patch
Type
Report
Type
To Do
No Milestone
No project
No Assignees
5 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender#98555
No description provided.