From a2efbb62f3ef7936b7ac9e88cd13840f70854e83 Mon Sep 17 00:00:00 2001 From: Alexander Piskun <13381981+bigcat88@users.noreply.github.com> Date: Tue, 21 Nov 2023 09:52:20 +0300 Subject: [PATCH] updated libde265 to 1.0.13 (#174) Signed-off-by: Alexander Piskun --- CHANGELOG.md | 3 ++- libheif/linux_build_libs.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fffa2597..6c696a21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ All notable changes to this project will be documented in this file. -## [0.14.0 - 2023-11-xx] +## [0.14.0 - 2023-12-0x] ### Added @@ -16,6 +16,7 @@ All notable changes to this project will be documented in this file. - Minimum supported Pillow version raised to `9.2.0`. - Linux: When building from source, `libheif` and other libraries are no longer try built automatically. #158 - Pi-Heif: As last libheif version `1.17.3` requires minimum `cmake>=3.16.3` dropped Debian `10 armv7` wheels. #160 +- libde265 updated from `1.0.12` to `1.0.13`. [changelog](https://github.com/strukturag/libde265/releases/tag/v1.0.13) ### Fixed diff --git a/libheif/linux_build_libs.py b/libheif/linux_build_libs.py index c0684016..1ff93618 100644 --- a/libheif/linux_build_libs.py +++ b/libheif/linux_build_libs.py @@ -13,7 +13,7 @@ LIBX265_URL = "https://bitbucket.org/multicoreware/x265_git/get/0b75c44c10e605fe9e9ebed58f04a46271131827.tar.gz" LIBAOM_URL = "https://aomedia.googlesource.com/aom/+archive/v3.6.1.tar.gz" -LIBDE265_URL = "https://github.com/strukturag/libde265/releases/download/v1.0.12/libde265-1.0.12.tar.gz" +LIBDE265_URL = "https://github.com/strukturag/libde265/releases/download/v1.0.13/libde265-1.0.13.tar.gz" LIBHEIF_URL = "https://github.com/strukturag/libheif/releases/download/v1.17.3/libheif-1.17.3.tar.gz"