From owner-svn-ports-head@freebsd.org Sun Apr 22 18:12:59 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 81EFBFB322A; Sun, 22 Apr 2018 18:12:59 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2F7E3746A6; Sun, 22 Apr 2018 18:12:59 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 11BB5193B0; Sun, 22 Apr 2018 18:12:59 +0000 (UTC) (envelope-from riggs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w3MICwKC016535; Sun, 22 Apr 2018 18:12:58 GMT (envelope-from riggs@FreeBSD.org) Received: (from riggs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w3MICwhh016532; Sun, 22 Apr 2018 18:12:58 GMT (envelope-from riggs@FreeBSD.org) Message-Id: <201804221812.w3MICwhh016532@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: riggs set sender to riggs@FreeBSD.org using -f From: Thomas Zander Date: Sun, 22 Apr 2018 18:12:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r468043 - head/multimedia/libmatroska X-SVN-Group: ports-head X-SVN-Commit-Author: riggs X-SVN-Commit-Paths: head/multimedia/libmatroska X-SVN-Commit-Revision: 468043 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Apr 2018 18:12:59 -0000 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 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