mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
libde265: update to 1.0.16.
This commit is contained in:
parent
d9d837c423
commit
4fdaf02d68
2 changed files with 12 additions and 4 deletions
1
srcpkgs/libde265-tools
Symbolic link
1
srcpkgs/libde265-tools
Symbolic link
|
@ -0,0 +1 @@
|
|||
libde265
|
|
@ -1,20 +1,27 @@
|
|||
# Template file for 'libde265'
|
||||
pkgname=libde265
|
||||
version=1.0.12
|
||||
version=1.0.16
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config"
|
||||
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"
|
||||
homepage="https://www.libde265.org"
|
||||
changelog="https://github.com/strukturag/libde265/releases"
|
||||
distfiles="https://github.com/strukturag/libde265/releases/download/v${version}/libde265-${version}.tar.gz"
|
||||
checksum=62185ea2182e68cf68bba20cc6eb4c287407b509cf0a827d7ddb75614db77b5c
|
||||
checksum=b92beb6b53c346db9a8fae968d686ab706240099cdd5aff87777362d668b0de7
|
||||
|
||||
post_install() {
|
||||
# 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() {
|
||||
|
|
Loading…
Add table
Reference in a new issue