Commits
Zero King authored and tobypeterson committed e403fae6104
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 opus-tools |
8 - | version 0.1.9 |
8 + | version 0.1.10 |
9 9 | categories audio |
10 10 | license BSD |
11 11 | platforms darwin |
12 12 | maintainers jeremyhu openmaintainer |
13 13 | description The Opus Audio Codec (IETF RFC 6716), refrence implementation tools |
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 http://downloads.xiph.org/releases/opus |
23 23 | |
24 24 | depends_lib port:libopus port:libogg port:flac |
25 25 | depends_build port:pkgconfig |
26 26 | |
27 - | checksums sha1 03551ec3b206288e93a2f2bb18768a5a9e033206 \ |
28 - | rmd160 dad0b21c6cdea8212643d8ffd48a58feb3dabd60 \ |
29 - | sha256 b1873dd78c7fbc98cf65d6e10cfddb5c2c03b3af93f922139a2104baedb4643a |
27 + | checksums rmd160 74eb1bbd31f1cc6a9ad706069f6341bc5d807762 \ |
28 + | sha256 a2357532d19471b70666e0e0ec17d514246d8b3cb2eb168f68bb0f6fd372b28c |
30 29 | |
31 30 | compiler.blacklist gcc-4.0 *gcc-4.2 {clang < 300} |
32 31 | |
33 32 | use_parallel_build yes |
34 33 | |
35 34 | livecheck.type regex |
36 35 | livecheck.url ${master_sites} |
37 36 | livecheck.regex ${name}-(\[\\d.\]+)${extract.suffix} |