Add dependencies and rebuild with automatic stripping
This commit is contained in:
@@ -1,9 +1,26 @@
|
||||
name: libavif
|
||||
description: Library for encoding and decoding .avif files
|
||||
version: 1.3.0
|
||||
revision: 2
|
||||
url: https://github.com/AOMediaCodec/libavif
|
||||
license: LicenseRef-libavif
|
||||
architecture: any
|
||||
depends: ["libaom", "gcc-libs", "glibc", "libjpeg-turbo", "libpng", "libwebp"]
|
||||
make_depends: ["cmake", "gdk-pixbuf"]
|
||||
type: source
|
||||
depends:
|
||||
- libaom
|
||||
- dav1d
|
||||
- gcc-libs
|
||||
- glibc
|
||||
- libjpeg-turbo
|
||||
- libpng
|
||||
- libwebp
|
||||
- rav1e
|
||||
- svt-av1
|
||||
make_depends:
|
||||
- cmake
|
||||
- nasm
|
||||
downloads:
|
||||
- url: https://github.com/AOMediaCodec/libavif/archive/v${BPM_PKG_VERSION}/libavif-${BPM_PKG_VERSION}.tar.gz
|
||||
extract_to: ${BPM_SOURCE}
|
||||
extract_strip_components: 1
|
||||
checksum: 0a545e953cc049bf5bcf4ee467306a2f113a75110edf59e61248873101cd26c1
|
||||
|
||||
Reference in New Issue
Block a user