libde265: update to 1.0.12.

This commit is contained in:
triallax 2023-06-16 18:11:21 +01:00 committed by Duncan Overbruck
parent d6ba306400
commit 6f36d097ed

View file

@ -1,6 +1,6 @@
# Template file for 'libde265' # Template file for 'libde265'
pkgname=libde265 pkgname=libde265
version=1.0.11 version=1.0.12
revision=1 revision=1
build_style=gnu-configure build_style=gnu-configure
hostmakedepends="pkg-config" hostmakedepends="pkg-config"
@ -10,7 +10,12 @@ license="LGPL-3.0-or-later"
homepage="https://www.libde265.org" homepage="https://www.libde265.org"
changelog="https://github.com/strukturag/libde265/releases" changelog="https://github.com/strukturag/libde265/releases"
distfiles="https://github.com/strukturag/libde265/releases/download/v${version}/libde265-${version}.tar.gz" distfiles="https://github.com/strukturag/libde265/releases/download/v${version}/libde265-${version}.tar.gz"
checksum=2f8f12cabbdb15e53532b7c1eb964d4e15d444db1be802505e6ac97a25035bab checksum=62185ea2182e68cf68bba20cc6eb4c287407b509cf0a827d7ddb75614db77b5c
post_install() {
# Why is this installed anyway?
rm -f ${DESTDIR}/bin/tests
}
libde265-devel_package() { libde265-devel_package() {
short_desc+=" - development files" short_desc+=" - development files"