Search Criteria
Package Details: libheif-git 1.16.2.r88.g003a55e-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/libheif-git.git (read-only, click to copy) |
---|---|
Package Base: | libheif-git |
Description: | HEIF and AVIF file format decoder and encoder (git version) |
Upstream URL: | https://github.com/strukturag/libheif/ |
Licenses: | MIT, LGPL3 |
Conflicts: | libheif |
Provides: | libheif |
Submitter: | dbermond |
Maintainer: | dbermond |
Last Packager: | dbermond |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2018-06-20 15:16 (UTC) |
Last Updated: | 2023-06-20 22:08 (UTC) |
Dependencies (17)
- aom (aom-vmaf-git, aom-av1-lavish-git, aom-git)
- dav1d (dav1d-git)
- libde265 (libde265-git)
- libwebp (libwebp-git)
- x265 (x265-hg, x265-git)
- cmake (cmake-git) (make)
- gdk-pixbuf2 (gdk-pixbuf2-git) (make)
- git (git-vfs, git-run-command-patch-git, git-git, git-fc) (make)
- libjpeg (mozjpeg-git, libjpeg-turbo-git, mozjpeg, libjpeg-turbo) (make)
- libpng (libpng-apng, libpng-git) (make)
- rav1e (rav1e-git) (make)
- svt-av1 (svt-av1-git) (make)
- gdk-pixbuf2 (gdk-pixbuf2-git) (optional) – for gdk-pixbuf loader
- libjpeg (mozjpeg-git, libjpeg-turbo-git, mozjpeg, libjpeg-turbo) (optional) – for heif-convert and heif-enc
- libpng (libpng-apng, libpng-git) (optional) – for heif-convert and heif-enc
- rav1e (rav1e-git) (optional) – for rav1e encoder
- svt-av1 (svt-av1-git) (optional) – for svt-av1 encoder
Required by (86)
- converter-git (requires libheif)
- czkawka-cli (requires libheif)
- czkawka-cli (requires libheif) (make)
- czkawka-gui (requires libheif)
- czkawka-gui (requires libheif) (make)
- dynamic-wallpaper-importer (requires libheif)
- fiv-git (requires libheif) (optional)
- gd-git (requires libheif)
- gdal-ecw (requires libheif) (make)
- gdal-ecw (requires libheif)
- gdal-hdf4 (requires libheif) (optional)
- gdal-hdf4 (requires libheif) (make)
- gdal-libkml (requires libheif) (make)
- gdal-libkml (requires libheif) (optional)
- gdal-libkml-filegdb (requires libheif) (make)
- gdal-libkml-filegdb (requires libheif) (optional)
- geeqie-git (requires libheif)
- geeqie-gtk2 (requires libheif)
- geeqie15 (requires libheif)
- gimp-devel (requires libheif) (make)
- Show 66 more...
Latest Comments
dbermond commented on 2023-06-20 22:10 (UTC)
@PranshuTG @NeWolf @jrd Package updated. Building fine now, with latest upstream changes applied. Thanks for the interest.
jrd commented on 2023-06-01 07:48 (UTC)
Here are my
prepare
,build
andpackage
statement:NeWolf commented on 2023-05-16 11:12 (UTC)
got exactly the same error:
PranshuTG commented on 2023-05-15 13:32 (UTC)
libheif's build method has changed, there is no longer a ./autogen.sh script.
dbermond commented on 2022-08-05 15:31 (UTC)
@JDAturbo I've just checked, and the package is building fine for me. I do not have a clue about what can be causing your error. Try to build the package in a clean chroot.
JDAturbo commented on 2022-08-02 12:29 (UTC)
I'm getting this error:
heif-test.go:39:2: no required module provides package github.com/strukturag/libheif/go/heif: go.mod file not found in current directory or any parent directory; see 'go help modules'
make[2]: *** [Makefile:1204: heif-test-go] Error 1
unmellow commented on 2020-09-13 06:13 (UTC)
thank you for the next day update and for finding a better solution to my problem
dbermond commented on 2020-09-12 01:47 (UTC)
@unmellow This would build rav1e from rust sources and link against static rav1e library. Upstream should allow linking to system rav1e instead.
I have added avif support through aom, which links to the system aom shared library.
unmellow commented on 2020-09-11 19:04 (UTC)
chmod +x ./third-party/rav1e.cmd ./third-party/rav1e.cmd
add these to the build step before ./configure for AVIF support