File tree 8 files changed +18
-12
lines changed
windows/mingw-w64-libheif
windows/mingw-w64-libheif
8 files changed +18
-12
lines changed Original file line number Diff line number Diff line change 1
1
All notable changes to this project will be documented in this file.
2
2
3
+ ## [ 0.19.0 - 2024-10-16]
4
+
5
+ ### Changed
6
+
7
+ - libheif updated from ` 1.18.1 ` to ` 1.18.2 ` version.
8
+
3
9
## [ 0.18.0 - 2024-07-27]
4
10
5
11
### Added
Original file line number Diff line number Diff line change 14
14
LIBX265_URL = "https://bitbucket.org/multicoreware/x265_git/get/0b75c44c10e605fe9e9ebed58f04a46271131827.tar.gz"
15
15
LIBAOM_URL = "https://aomedia.googlesource.com/aom/+archive/v3.6.1.tar.gz"
16
16
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"
18
18
19
19
20
20
def download_file (url : str , out_path : str ) -> bool :
Original file line number Diff line number Diff line change 3
3
class Libheif < Formula
4
4
desc "ISO/IEC 23008-12:2017 HEIF file format decoder and encoder"
5
5
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 "
8
8
license "LGPL-3.0-only"
9
9
# Set current revision from what it was taken plus 10
10
10
revision 10
Original file line number Diff line number Diff line change 4
4
_realname=libheif
5
5
pkgbase=mingw-w64-${_realname}
6
6
pkgname=(" ${MINGW_PACKAGE_PREFIX} -${_realname} " )
7
- pkgver=1.18.1
7
+ pkgver=1.18.2
8
8
pkgrel=1
9
9
pkgdesc=" HEIF image decoder/encoder library and tools (mingw-w64)"
10
10
arch=(' any' )
@@ -20,7 +20,7 @@ depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs"
20
20
" ${MINGW_PACKAGE_PREFIX} -libde265"
21
21
" ${MINGW_PACKAGE_PREFIX} -x265" )
22
22
source=(" https://github.com/strukturag/libheif/releases/download/v${pkgver} /${_realname} -${pkgver} .tar.gz" )
23
- sha256sums=(' 8702564b0f288707ea72b260b3bf4ba9bf7abfa7dac01353def3a86acd6bbb76 ' )
23
+ sha256sums=(' c4002a622bec9f519f29d84bfdc6024e33fd67953a5fb4dc2c2f11f67d5e45bf ' )
24
24
25
25
build () {
26
26
mkdir -p " ${srcdir} " /build-${MSYSTEM} && cd " ${srcdir} " /build-${MSYSTEM}
Original file line number Diff line number Diff line change 3
3
class Libheif < Formula
4
4
desc "ISO/IEC 23008-12:2017 HEIF file format decoder and encoder"
5
5
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 "
8
8
license "LGPL-3.0-only"
9
9
# Set current revision from what it was taken plus 10
10
10
revision 10
Original file line number Diff line number Diff line change 4
4
_realname=libheif
5
5
pkgbase=mingw-w64-${_realname}
6
6
pkgname=(" ${MINGW_PACKAGE_PREFIX} -${_realname} " )
7
- pkgver=1.18.1
7
+ pkgver=1.18.2
8
8
pkgrel=1
9
9
pkgdesc=" HEIF image decoder/encoder library and tools (mingw-w64)"
10
10
arch=(' any' )
@@ -18,7 +18,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-cmake"
18
18
depends=(" ${MINGW_PACKAGE_PREFIX} -gcc-libs"
19
19
" ${MINGW_PACKAGE_PREFIX} -libde265" )
20
20
source=(" https://github.com/strukturag/libheif/releases/download/v${pkgver} /${_realname} -${pkgver} .tar.gz" )
21
- sha256sums=(' 8702564b0f288707ea72b260b3bf4ba9bf7abfa7dac01353def3a86acd6bbb76 ' )
21
+ sha256sums=(' c4002a622bec9f519f29d84bfdc6024e33fd67953a5fb4dc2c2f11f67d5e45bf ' )
22
22
23
23
build () {
24
24
mkdir -p " ${srcdir} " /build-${MSYSTEM} && cd " ${srcdir} " /build-${MSYSTEM}
Original file line number Diff line number Diff line change 1
1
"""Version of pillow_heif/pi_heif."""
2
2
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():
105
105
assert info ["HEIF" ]
106
106
assert info ["encoders" ]
107
107
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 " )
109
109
if expected_version :
110
110
assert info ["libheif" ] == expected_version
111
111
@@ -116,7 +116,7 @@ def test_light_build():
116
116
assert not info ["AVIF" ]
117
117
assert not info ["HEIF" ]
118
118
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 " )
120
120
if expected_version :
121
121
assert info ["libheif" ] == expected_version
122
122
You can’t perform that action at this time.
0 commit comments