diff --git a/srcpkgs/libmatroska/template b/srcpkgs/libmatroska/template index 406458ce50f..5538158a649 100644 --- a/srcpkgs/libmatroska/template +++ b/srcpkgs/libmatroska/template @@ -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 " 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}"