mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
libde265: update to 1.0.11.
This commit is contained in:
parent
e4bdc7c377
commit
461364f38e
1 changed files with 5 additions and 8 deletions
|
@ -1,19 +1,16 @@
|
||||||
# Template file for 'libde265'
|
# Template file for 'libde265'
|
||||||
pkgname=libde265
|
pkgname=libde265
|
||||||
version=1.0.8
|
version=1.0.11
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="automake autoconf pkg-config libtool"
|
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="Kyle Nusbaum <knusbaum+void@sdf.org>"
|
||||||
license="LGPL-3.0-or-later"
|
license="LGPL-3.0-or-later"
|
||||||
homepage="https://www.libde265.org"
|
homepage="https://www.libde265.org"
|
||||||
distfiles="https://github.com/strukturag/libde265/archive/v${version}.tar.gz"
|
changelog="https://github.com/strukturag/libde265/releases"
|
||||||
checksum=c5ab61185f283f46388c700c43dc08606b0e260cd53f06b967ec0ad7a809ff11
|
distfiles="https://github.com/strukturag/libde265/releases/download/v${version}/libde265-${version}.tar.gz"
|
||||||
|
checksum=2f8f12cabbdb15e53532b7c1eb964d4e15d444db1be802505e6ac97a25035bab
|
||||||
pre_configure() {
|
|
||||||
./autogen.sh
|
|
||||||
}
|
|
||||||
|
|
||||||
libde265-devel_package() {
|
libde265-devel_package() {
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
|
|
Loading…
Add table
Reference in a new issue