Commits
Christopher Chavez authored and Chris Jones committed 446dca959df
5 5 | name libdca |
6 6 | version 0.0.6 |
7 7 | categories audio |
8 8 | license GPL-2+ |
9 9 | maintainers nomaintainer |
10 10 | platforms darwin |
11 11 | |
12 12 | description libdca is a free library for decoding DTS Coherent \ |
13 13 | Acoustics streams. |
14 14 | long_description ${description} |
15 - | homepage http://www.videolan.org/developers/libdca.html |
15 + | homepage https://www.videolan.org/developers/libdca.html |
16 16 | |
17 17 | livecheck.type regex |
18 18 | livecheck.regex {Current release is <a.*>libdca-(.*).tar.bz2</a>} |
19 19 | livecheck.url ${homepage} |
20 20 | |
21 - | master_sites http://download.videolan.org/pub/videolan/libdca/${version}/ |
21 + | master_sites https://download.videolan.org/pub/videolan/libdca/${version}/ |
22 22 | |
23 23 | checksums rmd160 9857d7b0379266d9400f271d6f8d788cfb2227ee \ |
24 24 | sha256 98f98a9aa000a26b927c6facd15d18dcf664238adfc5db24f533c5932cdb1f40 \ |
25 25 | size 454121 |
26 26 | |
27 27 | configure.cflags-append -std=gnu89 |
28 28 | |
29 29 | use_bzip2 yes |