libde265: update to 1.0.16.

This commit is contained in:
Duncaen 2025-05-17 18:09:43 +02:00
parent d9d837c423
commit 4fdaf02d68
No known key found for this signature in database
GPG key ID: 335C1D17EC3D6E35
2 changed files with 12 additions and 4 deletions

1
srcpkgs/libde265-tools Symbolic link
View file

@ -0,0 +1 @@
libde265

View file

@ -1,20 +1,27 @@
# Template file for 'libde265' # Template file for 'libde265'
pkgname=libde265 pkgname=libde265
version=1.0.12 version=1.0.16
revision=1 revision=1
build_style=gnu-configure build_style=gnu-configure
hostmakedepends="pkg-config" hostmakedepends="pkg-config"
short_desc="Open h.265 video codec implementation" short_desc="Open h.265 video codec implementation"
maintainer="Kyle Nusbaum <knusbaum+void@sdf.org>" maintainer="Orphaned <orphan@voidlinux.org>"
license="LGPL-3.0-or-later" 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=62185ea2182e68cf68bba20cc6eb4c287407b509cf0a827d7ddb75614db77b5c checksum=b92beb6b53c346db9a8fae968d686ab706240099cdd5aff87777362d668b0de7
post_install() { post_install() {
# Why is this installed anyway? # Why is this installed anyway?
rm -f ${DESTDIR}/bin/tests rm -f "${DESTDIR}/usr/bin/tests"
}
libde265-tools_package() {
short_desc+=" - tools"
pkg_install() {
vmove usr/bin
}
} }
libde265-devel_package() { libde265-devel_package() {