Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Apr 2018 18:12:58 +0000 (UTC)
From:      Thomas Zander <riggs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r468043 - head/multimedia/libmatroska
Message-ID:  <201804221812.w3MICwhh016532@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: riggs
Date: Sun Apr 22 18:12:58 2018
New Revision: 468043
URL: https://svnweb.freebsd.org/changeset/ports/468043

Log:
  Update to upstream version 1.4.9
  
  Details:
  - Update to upstream version 1.4.9
  - Switch build system to cmake (mandatory upstream)
  - Build shared libs, not static libs (upstream build
    system requires either-or; the number of consumers
    in the ports tree is small, this is unlikely to
    cause problems)
  
  MFH:		2018Q2

Modified:
  head/multimedia/libmatroska/Makefile
  head/multimedia/libmatroska/distinfo
  head/multimedia/libmatroska/pkg-plist

Modified: head/multimedia/libmatroska/Makefile
==============================================================================
--- head/multimedia/libmatroska/Makefile	Sun Apr 22 18:11:18 2018	(r468042)
+++ head/multimedia/libmatroska/Makefile	Sun Apr 22 18:12:58 2018	(r468043)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	libmatroska
-PORTVERSION=	1.4.8
+PORTVERSION=	1.4.9
 CATEGORIES=	multimedia audio
 MASTER_SITES=	http://dl.matroska.org/downloads/libmatroska/ \
 		http://www.bunkus.org/videotools/mkvtoolnix/sources/
@@ -14,10 +14,10 @@ LICENSE=	LGPL21
 
 LIB_DEPENDS=	libebml.so:textproc/libebml
 
-USES=		libtool pathfix pkgconfig tar:xz
+USES=		cmake pathfix pkgconfig tar:xz
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 
-INSTALL_TARGET=	install-strip
+CMAKE_ARGS=	-DBUILD_SHARED_LIBS=YES
 
 .include <bsd.port.mk>

Modified: head/multimedia/libmatroska/distinfo
==============================================================================
--- head/multimedia/libmatroska/distinfo	Sun Apr 22 18:11:18 2018	(r468042)
+++ head/multimedia/libmatroska/distinfo	Sun Apr 22 18:12:58 2018	(r468043)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1506850533
-SHA256 (libmatroska-1.4.8.tar.xz) = d8c72b20d4c5bf888776884b0854f95e74139b5267494fae1f395f7212d7c992
-SIZE (libmatroska-1.4.8.tar.xz) = 286284
+TIMESTAMP = 1524394349
+SHA256 (libmatroska-1.4.9.tar.xz) = 38a61dd5d87c070928b5deb3922b63b2b83c09e2e4a10f9393eecb6afa9795c8
+SIZE (libmatroska-1.4.9.tar.xz) = 64556

Modified: head/multimedia/libmatroska/pkg-plist
==============================================================================
--- head/multimedia/libmatroska/pkg-plist	Sun Apr 22 18:11:18 2018	(r468042)
+++ head/multimedia/libmatroska/pkg-plist	Sun Apr 22 18:12:58 2018	(r468043)
@@ -15,8 +15,8 @@ include/matroska/KaxDefines.h
 include/matroska/KaxInfo.h
 include/matroska/KaxInfoData.h
 include/matroska/KaxSeekHead.h
-include/matroska/KaxSemantic.h
 include/matroska/KaxSegment.h
+include/matroska/KaxSemantic.h
 include/matroska/KaxTag.h
 include/matroska/KaxTags.h
 include/matroska/KaxTrackAudio.h
@@ -27,7 +27,10 @@ include/matroska/KaxTypes.h
 include/matroska/KaxVersion.h
 include/matroska/c/libmatroska.h
 include/matroska/c/libmatroska_t.h
-lib/libmatroska.a
+lib/cmake/matroska/MatroskaConfig.cmake
+lib/cmake/matroska/MatroskaConfigVersion.cmake
+lib/cmake/matroska/MatroskaTargets-%%CMAKE_BUILD_TYPE%%.cmake
+lib/cmake/matroska/MatroskaTargets.cmake
 lib/libmatroska.so
 lib/libmatroska.so.6
 lib/libmatroska.so.6.0.0



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804221812.w3MICwhh016532>