heic2jpg

git clone git://archive.git.mtrnord.blog/MTRNord/heic2jpg.git
Log | Files | Refs | README | LICENSE

commit 0ca36fcba0c0023cc7316a35b4aaf81e5d2afcac
parent 83effd01b64786da0f41a9401edfc353593a90b1
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sun, 10 Nov 2024 16:20:55 +0100

Fix libheif

Diffstat:
Mbuild-aux/dev.nordgedanken.heic2jpg.Devel.json | 2--
Mbuild-aux/imagemagick.yaml | 3+++
Mbuild-aux/libde265.json | 4++--
Mbuild-aux/libheif.json | 13++++++++++---
4 files changed, 15 insertions(+), 7 deletions(-)

diff --git a/build-aux/dev.nordgedanken.heic2jpg.Devel.json b/build-aux/dev.nordgedanken.heic2jpg.Devel.json @@ -36,8 +36,6 @@ ] }, "modules": [ - "./libde265.json", - "./libheif.json", "./imagemagick.yaml", { "name": "heic2jpg", diff --git a/build-aux/imagemagick.yaml b/build-aux/imagemagick.yaml @@ -12,3 +12,6 @@ sources: sha256: b2eb652d9221bdeb65772503891d8bfcfc36b3b1a2c9bb35b9d247a08965fd5d cleanup: - /share/doc +modules: + - "./libde265.json" + - "./libheif.json" diff --git a/build-aux/libde265.json b/build-aux/libde265.json @@ -7,8 +7,8 @@ "sources": [ { "type": "archive", - "url": "https://github.com/strukturag/libde265/archive/v1.0.8.tar.gz", - "sha256": "c5ab61185f283f46388c700c43dc08606b0e260cd53f06b967ec0ad7a809ff11" + "url": "https://github.com/strukturag/libde265/archive/v1.0.15.tar.gz", + "sha256": "d4e55706dfc5b2c5c9702940b675ce2d3e7511025c6894eaddcdbaf0b15fd3f3" } ] } diff --git a/build-aux/libheif.json b/build-aux/libheif.json @@ -6,13 +6,20 @@ }, "config-opts": [ "-DCMAKE_BUILD_TYPE=RelWithDebInfo", - "-DWITH_EXAMPLES=0" + "-DWITH_EXAMPLES=0", + "-DWITH_X265=0", + "-DWITH_RAV1E=0", + "-DWITH_AOM=0", + "-DWITH_DAV1D=0" ], "sources": [ { "type": "archive", - "url": "https://github.com/strukturag/libheif/archive/v1.13.0.tar.gz", - "sha256": "50def171af4bc8991211d6027f3cee4200a86bbe60fddb537799205bf216ddca" + "url": "https://github.com/strukturag/libheif/archive/v1.19.2.tar.gz", + "sha256": "c5caaed602e68799e2f4cebc243730505912d45a14ee8d650fccc7258507524a" } + ], + "modules": [ + "./libde265.json" ] }