35 lines
999 B
Bash
35 lines
999 B
Bash
# Template file for 'libheif'
|
|
pkgname=libheif
|
|
version=1.19.7
|
|
revision=1
|
|
build_style=cmake
|
|
makedepends="libjpeg-turbo-devel libpng-devel libde265-devel x265-devel
|
|
libaom-devel"
|
|
short_desc="ISO/IEC 23008-12:2017 HEIF file format decoder and encoder"
|
|
maintainer="Kyle Nusbaum <knusbaum+void@sdf.org>"
|
|
license="LGPL-3.0-or-later"
|
|
homepage="https://github.com/strukturag/libheif"
|
|
changelog="https://github.com/strukturag/libheif/releases"
|
|
distfiles="https://github.com/strukturag/libheif/archive/v${version}.tar.gz"
|
|
checksum=8334c7c418f82c30c9bec1f46e6abfd5a8d3c420a3210d5505eb1868696ce0cc
|
|
|
|
libheif-devel_package() {
|
|
short_desc+=" - development files"
|
|
depends="${sourcepkg}>=${version}_${revision} libde265-devel x265-devel libaom-devel"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove "usr/lib/*.so"
|
|
vmove usr/lib/pkgconfig
|
|
vmove usr/lib/cmake/libheif
|
|
}
|
|
}
|
|
|
|
libheif-tools_package() {
|
|
short_desc+=" - tools"
|
|
pkg_install() {
|
|
vmove usr/bin
|
|
vmove usr/share/man
|
|
vmove usr/share/thumbnailers
|
|
}
|
|
}
|