From 85fee5c674ad50ce147843b9d85499aa021d1d33 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Fri, 20 Apr 2018 16:15:29 -0300 Subject: [PATCH] libmatroska: update to 1.4.9. Closes #13691. Signed-off-by: Enno Boland --- srcpkgs/libmatroska/template | 22 +++++++++------------- 1 file changed, 9 insertions(+), 13 deletions(-) diff --git a/srcpkgs/libmatroska/template b/srcpkgs/libmatroska/template index eeb1d45fccd..fdac22d45a9 100644 --- a/srcpkgs/libmatroska/template +++ b/srcpkgs/libmatroska/template @@ -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 " -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 } }