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'
|
||||
pkgname=libde265
|
||||
version=1.0.8
|
||||
version=1.0.11
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="automake autoconf pkg-config libtool"
|
||||
hostmakedepends="pkg-config"
|
||||
short_desc="Open h.265 video codec implementation"
|
||||
maintainer="Kyle Nusbaum <knusbaum+void@sdf.org>"
|
||||
license="LGPL-3.0-or-later"
|
||||
homepage="https://www.libde265.org"
|
||||
distfiles="https://github.com/strukturag/libde265/archive/v${version}.tar.gz"
|
||||
checksum=c5ab61185f283f46388c700c43dc08606b0e260cd53f06b967ec0ad7a809ff11
|
||||
|
||||
pre_configure() {
|
||||
./autogen.sh
|
||||
}
|
||||
changelog="https://github.com/strukturag/libde265/releases"
|
||||
distfiles="https://github.com/strukturag/libde265/releases/download/v${version}/libde265-${version}.tar.gz"
|
||||
checksum=2f8f12cabbdb15e53532b7c1eb964d4e15d444db1be802505e6ac97a25035bab
|
||||
|
||||
libde265-devel_package() {
|
||||
short_desc+=" - development files"
|
||||
|
|
Loading…
Add table
Reference in a new issue