Commits

Zero King authored ec09df281b0
libopus: update to 1.2.1
No tags

audio/libopus/Portfile

Modified
1 1 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
2 2
3 3 PortSystem 1.0
4 4 PortGroup muniversal 1.0
5 5 PortGroup compiler_blacklist_versions 1.0
6 6
7 7 name libopus
8 -version 1.2
8 +version 1.2.1
9 9 categories audio
10 10 license BSD
11 11 platforms darwin
12 12 maintainers {jeremyhu @jeremyhu} openmaintainer
13 13 description The Opus Audio Codec (IETF RFC 6716), refrence implementation
14 14
15 15 long_description \
16 16 Opus is the first state-of-the-art, fully Free and Open audio codec \
17 17 ratified by a major standards organization. It is reportedly better than \
18 18 all pre-existing codecs across the spectrum for voice, audio, archival, \
19 19 and real-time uses.
20 20
21 21 homepage http://www.opus-codec.org
22 22 master_sites https://archive.mozilla.org/pub/opus/
23 23
24 24 platform i386 {
25 25 # checking How to get X86 CPU Info... configure: error: no supported Get CPU Info method, please disable intrinsics
26 26 compiler.blacklist *gcc-4.* {clang < 500}
27 27 }
28 28
29 -checksums rmd160 1142a2a920cc73ac09645870bb6389d887604c0e \
30 - sha256 77db45a87b51578fbc49555ef1b10926179861d854eb2613207dc79d9ec0a9a9
29 +checksums rmd160 c440d6936e4a3e0d837f7a94159d830ce60e9313 \
30 + sha256 cfafd339ccd9c5ef8d6ab15d7e1a412c054bf4cb4ecbbbcc78c12ef2def70732
31 31
32 32 distname opus-${version}
33 33
34 34 depends_build port:pkgconfig
35 35
36 36 configure.args --disable-silent-rules
37 37
38 38 livecheck.type regex
39 39 livecheck.url ${master_sites}
40 40 livecheck.regex opus-(\[\\d.\]+)${extract.suffix}

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

Add shortcut