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