libmatroska: update to 1.4.3

This commit is contained in:
Jürgen Buchmüller 2015-10-18 14:26:08 +02:00
parent 05b37377f4
commit 9eecb73b8c
1 changed files with 7 additions and 3 deletions

View File

@ -1,16 +1,20 @@
# Template file for 'libmatroska'
pkgname=libmatroska
version=1.4.2
version=1.4.3
revision=1
build_style=gnu-configure
hostmakedepends="pkg-config"
hostmakedepends="automake libtool pkg-config"
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.bz2"
checksum=bea10320f1f1fd121bbd7db9ffc77b2518e8269f00903549c5425478bbf8393f
checksum=f2ec38684a7544bedaadd4b2fb07d205d0acb2f43776965821cc0f20c406cbf8
pre_configure() {
autoreconf -if
}
libmatroska-devel_package() {
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"