Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

libheif: update to 1.12.0. #31175

Merged
merged 1 commit into from
May 31, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions srcpkgs/libheif/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'libheif'
pkgname=libheif
version=1.11.0
revision=2
version=1.12.0
revision=1
build_style=gnu-configure
configure_args="--disable-option-checking"
hostmakedepends="automake autoconf pkg-config libtool"
Expand All @@ -12,7 +12,7 @@ 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=993c3320e179b8fdce983e3a7e96615af3830077be6b0ab28bfa25579df08d26
checksum=086145b0d990182a033b0011caadb1b642da84f39ab83aa66d005610650b3c65

pre_configure() {
./autogen.sh
Expand Down