summaryrefslogtreecommitdiff
path: root/multimedia/libmatroska/Makefile
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2018-04-22 21:40:00 +0000
committeradam <adam@pkgsrc.org>2018-04-22 21:40:00 +0000
commite43a5518fc1aa6d2ad41a6d673056cf9b65fea87 (patch)
treeff2026900452802cad93f63daf3798c3f0289165 /multimedia/libmatroska/Makefile
parentdff06c33861e6bbd2c6cae9501224add719cb658 (diff)
downloadpkgsrc-e43a5518fc1aa6d2ad41a6d673056cf9b65fea87.tar.gz
libmatroska: updated to 1.4.9
v1.4.9: * Converted the build system from autoconf/automake to cmake. Patches by Github user "evpobr" with fixes by myself. * Added a code of conduct to the project.
Diffstat (limited to 'multimedia/libmatroska/Makefile')
-rw-r--r--multimedia/libmatroska/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/multimedia/libmatroska/Makefile b/multimedia/libmatroska/Makefile
index 4672c802908..00848b11ee1 100644
--- a/multimedia/libmatroska/Makefile
+++ b/multimedia/libmatroska/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.42 2017/09/27 06:42:42 adam Exp $
+# $NetBSD: Makefile,v 1.43 2018/04/22 21:40:00 adam Exp $
-DISTNAME= libmatroska-1.4.8
+DISTNAME= libmatroska-1.4.9
CATEGORIES= multimedia devel
MASTER_SITES= http://dl.matroska.org/downloads/libmatroska/
EXTRACT_SUFX= .tar.xz
@@ -10,12 +10,11 @@ HOMEPAGE= https://www.matroska.org/
COMMENT= Extensible open standard Audio/Video container format
LICENSE= gnu-lgpl-v2.1
+USE_CMAKE= yes
USE_LANGUAGES= c c++
-USE_LIBTOOL= yes
-USE_TOOLS+= gmake pkg-config
-GNU_CONFIGURE= yes
+CMAKE_ARGS+= -DBUILD_SHARED_LIBS=YES
PKGCONFIG_OVERRIDE= libmatroska.pc.in
-BUILDLINK_API_DEPENDS.libebml+= libebml>=1.3.4
+BUILDLINK_API_DEPENDS.libebml+= libebml>=1.3.6
.include "../../devel/libebml/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"