mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
parent
751e65f6bd
commit
e424a86f2c
1 changed files with 3 additions and 9 deletions
|
@ -1,9 +1,8 @@
|
||||||
# Template file for 'libheif'
|
# Template file for 'libheif'
|
||||||
pkgname=libheif
|
pkgname=libheif
|
||||||
version=1.14.2
|
version=1.16.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=cmake
|
||||||
hostmakedepends="automake autoconf pkg-config libtool"
|
|
||||||
makedepends="libjpeg-turbo-devel libpng-devel libde265-devel x265-devel
|
makedepends="libjpeg-turbo-devel libpng-devel libde265-devel x265-devel
|
||||||
libaom-devel"
|
libaom-devel"
|
||||||
short_desc="ISO/IEC 23008-12:2017 HEIF file format decoder and encoder"
|
short_desc="ISO/IEC 23008-12:2017 HEIF file format decoder and encoder"
|
||||||
|
@ -12,18 +11,13 @@ license="LGPL-3.0-or-later"
|
||||||
homepage="https://github.com/strukturag/libheif"
|
homepage="https://github.com/strukturag/libheif"
|
||||||
changelog="https://github.com/strukturag/libheif/releases"
|
changelog="https://github.com/strukturag/libheif/releases"
|
||||||
distfiles="https://github.com/strukturag/libheif/archive/v${version}.tar.gz"
|
distfiles="https://github.com/strukturag/libheif/archive/v${version}.tar.gz"
|
||||||
checksum=e9c88e75e3b7fad9df32e42d28646752de2679df57efddfb3f63cd25110ce9d9
|
checksum=d207f2ff5c86e6af3621c237f186130b985b7a9ff657875944b58ac5d27ba71c
|
||||||
|
|
||||||
pre_configure() {
|
|
||||||
./autogen.sh
|
|
||||||
}
|
|
||||||
|
|
||||||
libheif-devel_package() {
|
libheif-devel_package() {
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
depends="${sourcepkg}>=${version}_${revision} libde265-devel x265-devel libaom-devel"
|
depends="${sourcepkg}>=${version}_${revision} libde265-devel x265-devel libaom-devel"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove "usr/lib/*.a"
|
|
||||||
vmove "usr/lib/*.so"
|
vmove "usr/lib/*.so"
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue