New package: libheif-1.4.0

This commit is contained in:
Kyle Nusbaum 2019-07-22 09:58:14 -05:00 committed by John Zimmermann
parent b6b659b835
commit 116c079ab3
3 changed files with 29 additions and 0 deletions
common
srcpkgs

View file

@ -3494,3 +3494,4 @@ libnsl.so.2 libnsl-1.2.0_1
libbcc.so.0 bcc-0.10.0_1
libbcc_bpf.so.0 bcc-0.10.0_1
libde265.so.0 libde265-1.0.3_1
libheif.so.1 libheif-1.4.0_1

1
srcpkgs/libheif-devel Symbolic link
View file

@ -0,0 +1 @@
libheif

27
srcpkgs/libheif/template Normal file
View file

@ -0,0 +1,27 @@
# Template file for 'libheif'
pkgname=libheif
version=1.4.0
revision=1
build_style=gnu-configure
hostmakedepends="automake autoconf pkg-config libtool"
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="http://www.libheif.org"
distfiles="https://github.com/strukturag/libheif/archive/v${version}.tar.gz"
checksum=3b7cead51077ee42e687248b8cd9269fda95a5f7ef4e502c54d08d189e395368
pre_configure() {
./autogen.sh
}
libheif-devel_package() {
short_desc+=" - development files"
depends="${sourcepkg}>=${version}_${revision}"
pkg_install() {
vmove usr/include
vmove "usr/lib/*.a"
vmove "usr/lib/*.so"
vmove usr/lib/pkgconfig
}
}