Commits
Quentin Smith authored and Ken committed b69f089d94e
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 + | |
3 + | PortSystem 1.0 |
4 + | |
5 + | name pavucontrol |
6 + | version 4.0 |
7 + | license GPL-2+ |
8 + | categories audio |
9 + | maintainers {mit.edu:quentin @quentinmit} \ |
10 + | openmaintainer |
11 + | platforms darwin |
12 + | description PulseAudio Volume Control |
13 + | |
14 + | long_description PulseAudio Volume Control is a GTK+ volume control tool for PulseAudio. |
15 + | |
16 + | master_sites https://www.freedesktop.org/software/pulseaudio/pavucontrol/ |
17 + | homepage ${master_sites} |
18 + | |
19 + | use_xz yes |
20 + | |
21 + | checksums rmd160 efb33c4f161e237b8da445fc9d6baff17be251dc \ |
22 + | sha256 8fc45bac9722aefa6f022999cbb76242d143c31b314e2dbb38f034f4069d14e2 \ |
23 + | size 165216 |
24 + | |
25 + | depends_build-append port:pkgconfig \ |
26 + | port:intltool |
27 + | |
28 + | depends_lib-append port:portaudio \ |
29 + | port:gtkmm3 \ |
30 + | port:libsigcxx2 \ |
31 + | port:libcanberra |
32 + | |
33 + | test.run no |
34 + | test.target check |
35 + | |
36 + | livecheck.type regex |
37 + | livecheck.url ${master_sites} |
38 + | livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}" |