Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sunsided/libheif-docker-build
Building libheif in Docker
https://github.com/sunsided/libheif-docker-build
dav1d docker libheif rav1e
Last synced: 4 days ago
JSON representation
Building libheif in Docker
- Host: GitHub
- URL: https://github.com/sunsided/libheif-docker-build
- Owner: sunsided
- Created: 2022-04-30T11:33:13.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-23T21:00:28.000Z (almost 2 years ago)
- Last Synced: 2024-11-09T08:21:34.206Z (about 2 months ago)
- Topics: dav1d, docker, libheif, rav1e
- Language: Dockerfile
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# `libheif` builds in Docker
An example of building `libheif` in Docker with [rav1e](https://github.com/xiph/rav1e) and [dav1d](https://code.videolan.org/videolan/dav1d) support.
To pull this repo, use
```shell
git clone --recursive https://github.com/sunsided/libheif-docker-build.git
```To build the Docker image, run
```shell
docker build --tag libheif .
```Build output:
```
#32 0.595 Install the project...
#32 0.603 -- Install configuration: "Release"
#32 0.603 -- Installing: /usr/local/lib/libheif
#32 0.603 -- Installing: /usr/local/lib/pkgconfig/libheif.pc
#32 0.604 -- Installing: /usr/local/bin/heif-info
#32 0.605 -- Set runtime path of "/usr/local/bin/heif-info" to ""
#32 0.605 -- Installing: /usr/local/share/man/man1/heif-info.1
#32 0.605 -- Installing: /usr/local/bin/heif-convert
#32 0.606 -- Set runtime path of "/usr/local/bin/heif-convert" to ""
#32 0.607 -- Installing: /usr/local/share/man/man1/heif-convert.1
#32 0.607 -- Installing: /usr/local/bin/heif-enc
#32 0.608 -- Set runtime path of "/usr/local/bin/heif-enc" to ""
#32 0.608 -- Installing: /usr/local/share/man/man1/heif-enc.1
#32 0.608 -- Installing: /usr/local/bin/heif-thumbnailer
#32 0.609 -- Set runtime path of "/usr/local/bin/heif-thumbnailer" to ""
#32 0.609 -- Installing: /usr/local/share/man/man1/heif-thumbnailer.1
#32 0.610 -- Installing: /usr/local/lib/libheif.so.1.15.1
#32 0.611 -- Installing: /usr/local/lib/libheif.so.1
#32 0.611 -- Installing: /usr/local/lib/libheif.so
#32 0.611 -- Installing: /usr/local/include/libheif/heif.h
#32 0.612 -- Installing: /usr/local/include/libheif/heif_cxx.h
#32 0.612 -- Installing: /usr/local/include/libheif/heif_plugin.h
#32 0.612 -- Installing: /usr/local/include/libheif/heif_version.h
#32 0.612 -- Installing: /usr/local/lib/cmake/libheif/libheif-config.cmake
#32 0.613 -- Installing: /usr/local/lib/cmake/libheif/libheif-config-release.cmake
#32 0.613 -- Installing: /usr/local/lib/cmake/libheif/libheif-config-version.cmake
#32 0.614 -- Installing: /usr/local/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-heif.so
#32 0.614 -- Set runtime path of "/usr/local/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-heif.so" to ""
#32 0.614 -- Installing: /usr/local/share/thumbnailers/heif.thumbnailer
```