Commits

Ken Cunningham authored and Ken committed 9d24b266ec5
libcdio-paranoia: update to 2.0.0
No tags

audio/libcdio-paranoia/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 4 PortGroup github 1.0
5 5
6 -set cdio_version 0.94
7 -github.setup rocky libcdio-paranoia 10.2+${cdio_version}+1 release-
6 +set cdio_version 2.0.0
7 +github.setup rocky libcdio-paranoia 10.2+${cdio_version} release-
8 8 epoch 102
9 9 version ${cdio_version}
10 -revision 1
10 +revision 0
11 11
12 12 categories audio
13 13 platforms darwin
14 14 license GPL-3
15 15 maintainers nomaintainer
16 16
17 17 description CDDA audio extraction library
18 18 long_description This CDDA reader distribution reads audio from the CDROM directly \
19 19 as data, with no analog step between, and writes the data to a file \
20 20 or pipe as .wav, .aifc or as raw 16 bit linear PCM.
21 21
22 22 homepage https://www.gnu.org/software/libcdio/
23 23
24 24 depends_build port:pkgconfig
25 25 depends_lib port:gettext \
26 26 port:libcdio
27 27
28 -checksums rmd160 e9006b076805edc3d1415d20c5503f336e1dc502 \
29 - sha256 f0e09d81f8efa9ea81ad26ac41d3a98c1819134eae479eca9e61f96f3322c6f2
28 +checksums rmd160 94c8274519529786bbfec59bf85ecc61da59c76f \
29 + sha256 00ce3071e25268be38ab21442fc42d0743d5750bd61dff7e7a0ac0c5ebe11dce \
30 + size 2095556
30 31
31 32 #
32 33 use_autoreconf yes
33 34 autoreconf.args-append --force --install --symlink
34 35
35 36 configure.args --disable-silent-rules --without-versioned-libs
36 37
37 38 test.run yes
38 39 test.target check

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

Add shortcut