Commits

Ryan Schmidt authored 25630d82fdf
libmatroska: Update to 1.4.9

Because the build system switched from autotools to cmake, the dynamic library's compatibility minor version has decreased from 7.0.0 to 6.0.0, the static library is no longer included, and the tests are disabled.
No tags

multimedia/libmatroska/Portfile

Modified
1 1 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
2 2
3 3 PortSystem 1.0
4 +PortGroup cmake 1.1
4 5
5 6 name libmatroska
6 -version 1.4.8
7 +version 1.4.9
8 +revision 0
9 +checksums rmd160 ca85491dca0ac8e957b55c5c0db738784bc12af0 \
10 + sha256 38a61dd5d87c070928b5deb3922b63b2b83c09e2e4a10f9393eecb6afa9795c8 \
11 + size 64556
12 +
7 13 categories multimedia
8 14 platforms darwin
9 15 maintainers {ryandesign @ryandesign} openmaintainer
10 16 license LGPL-2.1+
11 17
12 18 description Matroska is an extensible open standard audio/video container format.
13 19 long_description \
14 20 Matroska is an extensible open standard audio/video container \
15 21 format. This library is there to support this format and has \
16 22 been written by the Matroska project team.
17 23
18 24 homepage https://www.matroska.org
19 25 master_sites https://dl.matroska.org/downloads/${name}/
20 26 use_xz yes
21 27
22 -checksums rmd160 90ff1b6e965ec596e8ce6ffcbc61a30e4c3f432f \
23 - sha256 d8c72b20d4c5bf888776884b0854f95e74139b5267494fae1f395f7212d7c992 \
24 - size 286284
25 -
26 -depends_build port:pkgconfig
27 -
28 28 depends_lib port:libebml
29 29
30 -test.run yes
31 -test.target check
30 +configure.args -DBUILD_SHARED_LIBS=ON
32 31
33 32 livecheck.type regex
34 33 livecheck.url [lindex ${master_sites} 0]
35 34 livecheck.regex >${name}-(\[0-9.\]+)${extract.suffix}

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut