Skip to content

Commit 9e2bbf9

Browse files
authored
chore: update libheif to the 1.18.2 version (#278)
Signed-off-by: Alexander Piskun <[email protected]>
1 parent c608c10 commit 9e2bbf9

File tree

8 files changed

+18
-12
lines changed

8 files changed

+18
-12
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
All notable changes to this project will be documented in this file.
22

3+
## [0.19.0 - 2024-10-16]
4+
5+
### Changed
6+
7+
- libheif updated from `1.18.1` to `1.18.2` version.
8+
39
## [0.18.0 - 2024-07-27]
410

511
### Added

libheif/linux_build_libs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
LIBX265_URL = "https://bitbucket.org/multicoreware/x265_git/get/0b75c44c10e605fe9e9ebed58f04a46271131827.tar.gz"
1515
LIBAOM_URL = "https://aomedia.googlesource.com/aom/+archive/v3.6.1.tar.gz"
1616
LIBDE265_URL = "https://github.com/strukturag/libde265/releases/download/v1.0.15/libde265-1.0.15.tar.gz"
17-
LIBHEIF_URL = "https://github.com/strukturag/libheif/releases/download/v1.18.1/libheif-1.18.1.tar.gz"
17+
LIBHEIF_URL = "https://github.com/strukturag/libheif/releases/download/v1.18.2/libheif-1.18.2.tar.gz"
1818

1919

2020
def download_file(url: str, out_path: str) -> bool:

libheif/macos/libheif.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
class Libheif < Formula
44
desc "ISO/IEC 23008-12:2017 HEIF file format decoder and encoder"
55
homepage "https://www.libde265.org/"
6-
url "https://github.com/strukturag/libheif/releases/download/v1.18.1/libheif-1.18.1.tar.gz"
7-
sha256 "8702564b0f288707ea72b260b3bf4ba9bf7abfa7dac01353def3a86acd6bbb76"
6+
url "https://github.com/strukturag/libheif/releases/download/v1.18.2/libheif-1.18.2.tar.gz"
7+
sha256 "c4002a622bec9f519f29d84bfdc6024e33fd67953a5fb4dc2c2f11f67d5e45bf"
88
license "LGPL-3.0-only"
99
# Set current revision from what it was taken plus 10
1010
revision 10

libheif/windows/mingw-w64-libheif/PKGBUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
_realname=libheif
55
pkgbase=mingw-w64-${_realname}
66
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}")
7-
pkgver=1.18.1
7+
pkgver=1.18.2
88
pkgrel=1
99
pkgdesc="HEIF image decoder/encoder library and tools (mingw-w64)"
1010
arch=('any')
@@ -20,7 +20,7 @@ depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs"
2020
"${MINGW_PACKAGE_PREFIX}-libde265"
2121
"${MINGW_PACKAGE_PREFIX}-x265")
2222
source=("https://github.com/strukturag/libheif/releases/download/v${pkgver}/${_realname}-${pkgver}.tar.gz")
23-
sha256sums=('8702564b0f288707ea72b260b3bf4ba9bf7abfa7dac01353def3a86acd6bbb76')
23+
sha256sums=('c4002a622bec9f519f29d84bfdc6024e33fd67953a5fb4dc2c2f11f67d5e45bf')
2424

2525
build() {
2626
mkdir -p "${srcdir}"/build-${MSYSTEM} && cd "${srcdir}"/build-${MSYSTEM}

pi-heif/libheif/macos/libheif.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
class Libheif < Formula
44
desc "ISO/IEC 23008-12:2017 HEIF file format decoder and encoder"
55
homepage "https://www.libde265.org/"
6-
url "https://github.com/strukturag/libheif/releases/download/v1.18.1/libheif-1.18.1.tar.gz"
7-
sha256 "8702564b0f288707ea72b260b3bf4ba9bf7abfa7dac01353def3a86acd6bbb76"
6+
url "https://github.com/strukturag/libheif/releases/download/v1.18.2/libheif-1.18.2.tar.gz"
7+
sha256 "c4002a622bec9f519f29d84bfdc6024e33fd67953a5fb4dc2c2f11f67d5e45bf"
88
license "LGPL-3.0-only"
99
# Set current revision from what it was taken plus 10
1010
revision 10

pi-heif/libheif/windows/mingw-w64-libheif/PKGBUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
_realname=libheif
55
pkgbase=mingw-w64-${_realname}
66
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}")
7-
pkgver=1.18.1
7+
pkgver=1.18.2
88
pkgrel=1
99
pkgdesc="HEIF image decoder/encoder library and tools (mingw-w64)"
1010
arch=('any')
@@ -18,7 +18,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-cmake"
1818
depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs"
1919
"${MINGW_PACKAGE_PREFIX}-libde265")
2020
source=("https://github.com/strukturag/libheif/releases/download/v${pkgver}/${_realname}-${pkgver}.tar.gz")
21-
sha256sums=('8702564b0f288707ea72b260b3bf4ba9bf7abfa7dac01353def3a86acd6bbb76')
21+
sha256sums=('c4002a622bec9f519f29d84bfdc6024e33fd67953a5fb4dc2c2f11f67d5e45bf')
2222

2323
build() {
2424
mkdir -p "${srcdir}"/build-${MSYSTEM} && cd "${srcdir}"/build-${MSYSTEM}

pillow_heif/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Version of pillow_heif/pi_heif."""
22

3-
__version__ = "0.18.0"
3+
__version__ = "0.19.0.dev0"

tests/basic_test.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ def test_full_build():
105105
assert info["HEIF"]
106106
assert info["encoders"]
107107
assert info["decoders"]
108-
expected_version = os.getenv("EXP_PH_LIBHEIF_VERSION", "1.18.1")
108+
expected_version = os.getenv("EXP_PH_LIBHEIF_VERSION", "1.18.2")
109109
if expected_version:
110110
assert info["libheif"] == expected_version
111111

@@ -116,7 +116,7 @@ def test_light_build():
116116
assert not info["AVIF"]
117117
assert not info["HEIF"]
118118
assert info["decoders"]
119-
expected_version = os.getenv("EXP_PH_LIBHEIF_VERSION", "1.18.1")
119+
expected_version = os.getenv("EXP_PH_LIBHEIF_VERSION", "1.18.2")
120120
if expected_version:
121121
assert info["libheif"] == expected_version
122122

0 commit comments

Comments
 (0)