File tree Expand file tree Collapse file tree 8 files changed +18
-12
lines changed
windows/mingw-w64-libheif
windows/mingw-w64-libheif Expand file tree Collapse file tree 8 files changed +18
-12
lines changed Original file line number Diff line number Diff line change 11All 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
Original file line number Diff line number Diff line change 1414LIBX265_URL = "https://bitbucket.org/multicoreware/x265_git/get/0b75c44c10e605fe9e9ebed58f04a46271131827.tar.gz"
1515LIBAOM_URL = "https://aomedia.googlesource.com/aom/+archive/v3.6.1.tar.gz"
1616LIBDE265_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
2020def download_file (url : str , out_path : str ) -> bool :
Original file line number Diff line number Diff line change 33class 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
Original file line number Diff line number Diff line change 44_realname=libheif
55pkgbase=mingw-w64-${_realname}
66pkgname=(" ${MINGW_PACKAGE_PREFIX} -${_realname} " )
7- pkgver=1.18.1
7+ pkgver=1.18.2
88pkgrel=1
99pkgdesc=" HEIF image decoder/encoder library and tools (mingw-w64)"
1010arch=(' any' )
@@ -20,7 +20,7 @@ depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs"
2020 " ${MINGW_PACKAGE_PREFIX} -libde265"
2121 " ${MINGW_PACKAGE_PREFIX} -x265" )
2222source=(" https://github.com/strukturag/libheif/releases/download/v${pkgver} /${_realname} -${pkgver} .tar.gz" )
23- sha256sums=(' 8702564b0f288707ea72b260b3bf4ba9bf7abfa7dac01353def3a86acd6bbb76 ' )
23+ sha256sums=(' c4002a622bec9f519f29d84bfdc6024e33fd67953a5fb4dc2c2f11f67d5e45bf ' )
2424
2525build () {
2626 mkdir -p " ${srcdir} " /build-${MSYSTEM} && cd " ${srcdir} " /build-${MSYSTEM}
Original file line number Diff line number Diff line change 33class 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
Original file line number Diff line number Diff line change 44_realname=libheif
55pkgbase=mingw-w64-${_realname}
66pkgname=(" ${MINGW_PACKAGE_PREFIX} -${_realname} " )
7- pkgver=1.18.1
7+ pkgver=1.18.2
88pkgrel=1
99pkgdesc=" HEIF image decoder/encoder library and tools (mingw-w64)"
1010arch=(' any' )
@@ -18,7 +18,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-cmake"
1818depends=(" ${MINGW_PACKAGE_PREFIX} -gcc-libs"
1919 " ${MINGW_PACKAGE_PREFIX} -libde265" )
2020source=(" https://github.com/strukturag/libheif/releases/download/v${pkgver} /${_realname} -${pkgver} .tar.gz" )
21- sha256sums=(' 8702564b0f288707ea72b260b3bf4ba9bf7abfa7dac01353def3a86acd6bbb76 ' )
21+ sha256sums=(' c4002a622bec9f519f29d84bfdc6024e33fd67953a5fb4dc2c2f11f67d5e45bf ' )
2222
2323build () {
2424 mkdir -p " ${srcdir} " /build-${MSYSTEM} && cd " ${srcdir} " /build-${MSYSTEM}
Original file line number Diff line number Diff line change 11"""Version of pillow_heif/pi_heif."""
22
3- __version__ = "0.18.0 "
3+ __version__ = "0.19.0.dev0 "
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments