libmatroska: update to 1.4.9.

Closes #13691.

Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
maxice8 2018-04-20 16:15:29 -03:00 committed by Enno Boland
parent 45366a42e7
commit 85fee5c674

View file

@ -1,28 +1,24 @@
# Template file for 'libmatroska'
pkgname=libmatroska
version=1.4.8
version=1.4.9
revision=1
build_style=gnu-configure
hostmakedepends="automake libtool pkg-config"
build_style=cmake
configure_args="-DBUILD_SHARED_LIBS=ON"
makedepends="libebml-devel"
short_desc="Extensible open standard Audio/Video container format"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="http://dl.matroska.org/downloads/libmatroska/"
license="LGPL-2.1"
distfiles="http://dl.matroska.org/downloads/libmatroska/libmatroska-${version}.tar.xz"
checksum=d8c72b20d4c5bf888776884b0854f95e74139b5267494fae1f395f7212d7c992
pre_configure() {
autoreconf -if
}
license="LGPL-2.1-or-later"
homepage="https://dl.matroska.org/downloads/libmatroska/"
distfiles="https://dl.matroska.org/downloads/libmatroska/libmatroska-${version}.tar.xz"
checksum=38a61dd5d87c070928b5deb3922b63b2b83c09e2e4a10f9393eecb6afa9795c8
libmatroska-devel_package() {
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/*.a
vmove usr/lib/*.so
vmove "usr/lib/*.so"
vmove usr/lib/cmake
vmove usr/lib/pkgconfig
}
}