Update libmatroska to 1.6.3

From Brad, thanks.
This commit is contained in:
rsadowski 2021-02-20 06:34:33 +00:00
parent b5c17dbe00
commit 9393ddec7b
3 changed files with 11 additions and 11 deletions

View File

@ -1,15 +1,15 @@
# $OpenBSD: Makefile,v 1.30 2020/12/02 06:44:07 rsadowski Exp $
# $OpenBSD: Makefile,v 1.31 2021/02/20 06:34:33 rsadowski Exp $
COMMENT= extensible open standard audio/video container library
DISTNAME= libmatroska-1.6.2
DISTNAME= libmatroska-1.6.3
CATEGORIES= multimedia
MASTER_SITES= http://dl.matroska.org/downloads/libmatroska/
MASTER_SITES= https://dl.matroska.org/downloads/libmatroska/
EXTRACT_SUFX= .tar.xz
SHARED_LIBS= matroska 5.0
SHARED_LIBS= matroska 5.1
HOMEPAGE= http://www.matroska.org/
HOMEPAGE= https://www.matroska.org/
MAINTAINER= Brad Smith <brad@comstyle.com>
@ -26,7 +26,7 @@ CONFIGURE_ARGS+= -DCMAKE_C_FLAGS="${CFLAGS} -I${LOCALBASE}/include" \
-DCMAKE_CXX_FLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
-DCMAKE_SHARED_LINKER_FLAGS="-L${LOCALBASE}/lib"
LIB_DEPENDS += textproc/libebml>=1.4.0
LIB_DEPENDS += textproc/libebml>=1.4.2
NO_TEST = Yes

View File

@ -1,2 +1,2 @@
SHA256 (libmatroska-1.6.2.tar.xz) = vER5qoQiqwdkPfah+loZ5L7Uut/UHKd+CBYoYg0eGZA=
SIZE (libmatroska-1.6.2.tar.xz) = 65460
SHA256 (libmatroska-1.6.3.tar.xz) = 2vkaY/WN0VfKNAxFeHHmYmDLnDMz/vsAizGL77sOCBo=
SIZE (libmatroska-1.6.3.tar.xz) = 65612

View File

@ -1,18 +1,18 @@
$OpenBSD: patch-CMakeLists_txt,v 1.3 2020/12/02 06:44:07 rsadowski Exp $
$OpenBSD: patch-CMakeLists_txt,v 1.4 2021/02/20 06:34:33 rsadowski Exp $
Add options for building and installing shared, static libraries
Index: CMakeLists.txt
--- CMakeLists.txt.orig
+++ CMakeLists.txt
@@ -4,6 +4,8 @@ project(matroska VERSION 1.6.2)
@@ -4,6 +4,8 @@ project(matroska VERSION 1.6.3)
option(DISABLE_PKGCONFIG "Disable PkgConfig module generation" OFF)
option(DISABLE_CMAKE_CONFIG "Disable CMake package config module generation" OFF)
+option(DISABLE_SHARED_LIBS "Disable build and install shared libraries" OFF)
+option(DISABLE_STATIC_LIBS "Disable build and install static libraries" OFF)
find_package(EBML 1.4.0 REQUIRED)
find_package(EBML 1.4.2 REQUIRED)
@@ -62,44 +64,69 @@ set (libmatroska_C_PUBLIC_HEADERS
matroska/c/libmatroska.h