MFH: r468043
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) Approved by: ports-secteam (riggs)
This commit is contained in:
parent
6bc9969ae1
commit
c3141a7074
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/branches/2018Q2/; revision=468050
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user