Update libebml to 1.4.4

From Brad
This commit is contained in:
rsadowski 2022-10-14 06:40:24 +00:00
parent 52befb0d92
commit 06ffab7b8e
3 changed files with 7 additions and 7 deletions

View File

@ -1,6 +1,6 @@
COMMENT= Extensible Binary Meta Language library
DISTNAME= libebml-1.4.2
DISTNAME= libebml-1.4.4
CATEGORIES= textproc
MASTER_SITES= https://dl.matroska.org/downloads/libebml/
EXTRACT_SUFX= .tar.xz
@ -16,7 +16,7 @@ PERMIT_PACKAGE= Yes
WANTLIB += ${COMPILER_LIBCXX} m
COMPILER = base-clang ports-gcc base-gcc
COMPILER = base-clang ports-gcc
MODULES += devel/cmake

View File

@ -1,2 +1,2 @@
SHA256 (libebml-1.4.2.tar.xz) = QccjfOBYKPsiD2IIYBiwgK9NtLsULzG+wAIskliJufI=
SIZE (libebml-1.4.2.tar.xz) = 70484
SHA256 (libebml-1.4.4.tar.xz) = gtxfgzVsyTQK7nbtdRIhCzpO3180a8nCxwRPVQUmh6c=
SIZE (libebml-1.4.4.tar.xz) = 64116

View File

@ -3,7 +3,7 @@ Add options for building and installing shared, static libraries
Index: CMakeLists.txt
--- CMakeLists.txt.orig
+++ CMakeLists.txt
@@ -5,6 +5,8 @@ project(ebml VERSION 1.4.2)
@@ -5,6 +5,8 @@ project(ebml VERSION 1.4.3)
option(DISABLE_PKGCONFIG "Disable PkgConfig module generation" OFF)
option(DISABLE_CMAKE_CONFIG "Disable CMake package config module generation" OFF)
option(ENABLE_WIN32_IO "Build the Windows I/O helper class" OFF)
@ -131,7 +131,7 @@ Index: CMakeLists.txt
if(NOT DISABLE_PKGCONFIG)
set(prefix ${CMAKE_INSTALL_PREFIX})
@@ -126,7 +160,7 @@ if(NOT DISABLE_PKGCONFIG)
@@ -134,7 +168,7 @@ if(NOT DISABLE_PKGCONFIG)
if (HAVE_WINAPIFAMILY_H)
set(WINAPIFAMILY_PC -DHAVE_WINAPIFAMILY_H)
endif()
@ -140,7 +140,7 @@ Index: CMakeLists.txt
set(STATIC_DEFINE_CFLAGS -DEBML_STATIC_DEFINE)
endif()
configure_file(libebml.pc.in libebml.pc @ONLY)
@@ -139,7 +173,9 @@ if(NOT DISABLE_CMAKE_CONFIG)
@@ -147,7 +181,9 @@ if(NOT DISABLE_CMAKE_CONFIG)
configure_package_config_file(EBMLConfig.cmake.in ${CMAKE_CURRENT_BINARY_DIR}/EBMLConfig.cmake
INSTALL_DESTINATION ${CMAKE_INSTALL_PACKAGEDIR})
write_basic_package_version_file(EBMLConfigVersion.cmake COMPATIBILITY SameMajorVersion)