Libraries Changes for Blender 3.1 #93161

Closed
opened 2021-11-17 17:27:28 +01:00 by Ray molenkamp · 13 comments
Member

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

New Libraries


  • brotli (required for woff2 support in freetype)
    • Update CMake deps builder D13448: Freetype 2.11.0 with woff2 support c20f209b1c
    • Add Package file to SVN {rBL62796}
    • Add precompiled libraries
      • Windows {rBL62795}
      • Linux 4c617c06e9 / {rBL62801}
      • macOS Intel {rBL62798}
      • macOS Arm {rBL62798}
    • Update install_deps script No need, this is part of libfreetype dev packages dependencies.

Updated Libraries


  • GMP 6.2.1

    • Update CMake deps builder D13278: Deps Builder: GMP 6.2.1 ef5d01d98f
    • Add Package file to SVN {rBL62796}
    • Add precompiled libraries
      • Windows {rBL62786}
      • Linux {rBL62799} {rBL62800}
      • macOS Intel {rBL62798}
      • macOS Arm {rBL62798}
    • Update install_deps script We use system packages for this library.
  • Freetype 2.11.0

NOTE 2.11.1 is late (in bcon3) and will have to be done in the release branches for 3.1 as well as master, double commit is fine rather than committing in the 3.1 release branch and trying to get SVN merge to do the right thing.

  • Freetype 2.11.1 - to resolve #95367 (FreeType Crashing With Slight Hinting on Windows) signed off by @ThomasDinges for landing in bcon3 .

    • Update CMake deps builder D13968: deps builder: Update freetype to 2.11.1 b2e43a4a9d
    • Add Package file to SVN 3.1 Release Branch {rBL62831}
    • Add precompiled libraries
      • Windows SVN 3.1 Release Branch {rBL62828}
      • Linux SVN 3.1 Release Branch {rBL62826}
      • macOS Intel SVN 3.1 Release Branch {rBL62840}
      • macOS Arm SVN 3.1 Release Branch {rBL62840}
    • Update install_deps script We use system packages for this library.
  • Python 3.10

    • Update CMake deps builder D13922: Deps builder: Python 3.10.2 {5730668dea09}
    • Add Package file to SVN {rBL62811}
    • Add precompiled libraries
      • Windows {rBL62810} {rBL62812}
      • Linux {rBL62813}
      • macOS Intel {rBL62808} {rBL62815}
      • macOS Arm {rBL62809} {rBL62815}
    • Update install_deps script a99e43b2b7, 99ffe1153a

NOTE: install_deps: Updated default built OSL version in install_deps to 1.11.17.0 (latest bugfix release of the 1.11), since many modern distros now default to LLVM13, which breaks building OSL until 1.11.16.0 release. cf31c4ba18

Here is the list of all expected changes to our libraries for Blender 3.1 release. New Libraries **** - [x] brotli (required for woff2 support in freetype) - [x] Update CMake deps builder [D13448: Freetype 2.11.0 with woff2 support](https://archive.blender.org/developer/D13448) c20f209b1c - [x] Add Package file to SVN {rBL62796} - [x] Add precompiled libraries - [x] Windows {rBL62795} - [x] Linux 4c617c06e9 / {rBL62801} - [x] macOS Intel {rBL62798} - [x] macOS Arm {rBL62798} - [x] ~~Update `install_deps` script~~ *No need, this is part of `libfreetype` dev packages dependencies.* Updated Libraries **** - [x] GMP 6.2.1 - [x] Update CMake deps builder [D13278: Deps Builder: GMP 6.2.1](https://archive.blender.org/developer/D13278) ef5d01d98f - [x] Add Package file to SVN {rBL62796} - [x] Add precompiled libraries - [x] Windows {rBL62786} - [x] Linux {rBL62799} {rBL62800} - [x] macOS Intel {rBL62798} - [x] macOS Arm {rBL62798} - [x] ~~Update `install_deps` script~~ *We use system packages for this library.* - [x] Freetype 2.11.0 - [x] Update CMake deps builder [D13448: Freetype 2.11.0 with woff2 support](https://archive.blender.org/developer/D13448) c20f209b1c - [x] Add Package file to SVN {rBL62796} - [x] Add precompiled libraries - [x] Windows 9d274a609c / {rBL62795} - [x] Linux 4c617c06e9 / {rBL62801} - [x] macOS Intel {rBL62798} - [x] macOS Arm {rBL62798} - [x] ~~Update `install_deps` script~~ *We use system packages for this library.* **NOTE 2.11.1 is late (in bcon3) and will have to be done in the release branches for 3.1 as well as [master](https://developer.blender.org/T95206), double commit is fine rather than committing in the 3.1 release branch and trying to get SVN merge to do the right thing.** - [x] Freetype 2.11.1 - to resolve #95367 (FreeType Crashing With Slight Hinting on Windows) signed off by @ThomasDinges for landing in bcon3 . - [x] Update CMake deps builder [D13968: deps builder: Update freetype to 2.11.1](https://archive.blender.org/developer/D13968) b2e43a4a9d - [x] Add Package file to SVN 3.1 Release Branch {rBL62831} - [x] Add precompiled libraries - [x] Windows SVN 3.1 Release Branch {rBL62828} - [x] Linux SVN 3.1 Release Branch {rBL62826} - [x] macOS Intel SVN 3.1 Release Branch {rBL62840} - [x] macOS Arm SVN 3.1 Release Branch {rBL62840} - [x] ~~Update `install_deps` script~~ *We use system packages for this library.* - [x] Python 3.10 - [x] Update CMake deps builder [D13922: Deps builder: Python 3.10.2](https://archive.blender.org/developer/D13922) {5730668dea09} - [x] Add Package file to SVN {rBL62811} - [x] Add precompiled libraries - [x] Windows {rBL62810} {rBL62812} - [x] Linux {rBL62813} - [x] macOS Intel {rBL62808} {rBL62815} - [x] macOS Arm {rBL62809} {rBL62815} - [x] Update `install_deps` script a99e43b2b7, 99ffe1153a ------------------------------- NOTE: `install_deps`: Updated default built OSL version in install_deps to `1.11.17.0` (latest bugfix release of the 1.11), since many modern distros now default to LLVM13, which breaks building OSL until `1.11.16.0` release. cf31c4ba18
Ray molenkamp self-assigned this 2021-11-17 17:27:28 +01:00
Author
Member

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

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

Added subscriber: @LazyDodo

Added subscriber: @LazyDodo
Member

Added subscriber: @Jeroen-Bakker

Added subscriber: @Jeroen-Bakker

Added subscriber: @ThomasDinges

Added subscriber: @ThomasDinges
Member

Added subscriber: @EAW

Added subscriber: @EAW

This issue was referenced by None@62815

This issue was referenced by None@62815

Added subscriber: @brecht

Added subscriber: @brecht

Changed status from 'Confirmed' to: 'Resolved'

Changed status from 'Confirmed' to: 'Resolved'

Closing assuming we are done with this for 3.1.

Closing assuming we are done with this for 3.1.
Author
Member

Changed status from 'Resolved' to: 'Confirmed'

Changed status from 'Resolved' to: 'Confirmed'
Author
Member

You assumed wrong, best to keep this open until the release has actually shipped. case and point, we got our selves a crasher in freetype 2.11.0

You assumed wrong, best to keep this open until the release has actually shipped. case and point, we got our selves a crasher in freetype 2.11.0

This issue was referenced by None@62841

This issue was referenced by None@62841
Author
Member

Changed status from 'Confirmed' to: 'Resolved'

Changed status from 'Confirmed' to: 'Resolved'
Thomas Dinges added this to the 3.1 milestone 2023-02-08 15:53:05 +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
6 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#93161
No description provided.