diff options
| author | Nguyễn Gia Phong <cnx@loang.net> | 2026-07-10 12:12:20 +0900 |
|---|---|---|
| committer | Nguyễn Gia Phong <cnx@loang.net> | 2026-07-22 12:20:11 +0900 |
| commit | 73added8d58464a238615782c906ca907bcea0f9 (patch) | |
| tree | 2cdca989a636d70b0c2e4dd319ec2a52fc0148ce /gnu/packages/image.scm | |
| parent | 49ae8cfe42f97a76916732734442f89cc89856b3 (diff) | |
gnu: libheif: Update to 1.23.1.
* gnu/packages/image.scm (libheif): Update to 1.23.1.
[propagated-inputs]: Add libx264 and openh264.
Diffstat (limited to 'gnu/packages/image.scm')
| -rw-r--r-- | gnu/packages/image.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm index 4cb55e7c99b..d4138238b62 100644 --- a/gnu/packages/image.scm +++ b/gnu/packages/image.scm | |||
| @@ -2986,7 +2986,7 @@ by AOM, including with alpha.") | |||
| 2986 | (define-public libheif | 2986 | (define-public libheif |
| 2987 | (package | 2987 | (package |
| 2988 | (name "libheif") | 2988 | (name "libheif") |
| 2989 | (version "1.22.2") | 2989 | (version "1.23.1") |
| 2990 | (source | 2990 | (source |
| 2991 | (origin | 2991 | (origin |
| 2992 | (method git-fetch) | 2992 | (method git-fetch) |
| @@ -2995,7 +2995,7 @@ by AOM, including with alpha.") | |||
| 2995 | (commit (string-append "v" version)))) | 2995 | (commit (string-append "v" version)))) |
| 2996 | (file-name (git-file-name name version)) | 2996 | (file-name (git-file-name name version)) |
| 2997 | (sha256 | 2997 | (sha256 |
| 2998 | (base32 "0j5iklzyl4abvfp6yl1p0hwxmcsbc9xbfalwy7kh0zqkj1yx76yg")))) | 2998 | (base32 "1asr4zvj7h1nywzwmq6dby1ark4709q8rada45z1r9g5zw511s53")))) |
| 2999 | (build-system cmake-build-system) | 2999 | (build-system cmake-build-system) |
| 3000 | (native-inputs | 3000 | (native-inputs |
| 3001 | (list autoconf automake libtool pkg-config)) | 3001 | (list autoconf automake libtool pkg-config)) |
| @@ -3005,7 +3005,7 @@ by AOM, including with alpha.") | |||
| 3005 | libpng)) | 3005 | libpng)) |
| 3006 | ;; Propagated to satisfy 'libheif.pc'. | 3006 | ;; Propagated to satisfy 'libheif.pc'. |
| 3007 | (propagated-inputs | 3007 | (propagated-inputs |
| 3008 | (list dav1d libaom libde265 x265)) | 3008 | (list dav1d libaom libde265 libx264 openh264 x265)) |
| 3009 | (home-page "https://github.com/strukturag/libheif") | 3009 | (home-page "https://github.com/strukturag/libheif") |
| 3010 | (synopsis "HEIF and AVIF file format decoder and encoder") | 3010 | (synopsis "HEIF and AVIF file format decoder and encoder") |
| 3011 | (description | 3011 | (description |
