Commits
Mojca Miklavec authored b221c9f201a
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 qt5 1.0 |
5 5 | PortGroup cmake 1.1 |
6 6 | |
7 7 | name qsynth |
8 - | version 0.5.6 |
8 + | version 0.5.7 |
9 9 | maintainers {gmail.com:rjvbertin @RJVB} {mojca @mojca} openmaintainer |
10 10 | categories audio |
11 11 | platforms darwin |
12 12 | license GPL-2+ |
13 13 | |
14 14 | description A fluidsynth GUI front-end application |
15 15 | long_description Qsynth is a fluidsynth GUI front-end application, written in C++ using the Qt framework. \ |
16 16 | Eventually it may evolve into a softsynth management application allowing the user to \ |
17 17 | control and manage a variety of command line softsynths. |
18 18 | |
19 19 | homepage https://qsynth.sourceforge.io |
20 20 | master_sites sourceforge:project/${name}/${name}/${version} |
21 21 | |
22 - | checksums rmd160 0bd16d01c5f2b346f5bd5ab22f17952d54f15081 \ |
23 - | sha256 a6eb404778fad87bb37fa1fb4caf1d80f24a324f9c3a22b669df2f8c94849040 \ |
24 - | size 269583 |
22 + | checksums rmd160 feeebed368c7224d3c980db9efb0c30e9ab3ff75 \ |
23 + | sha256 86eef57606423f4a369d130c3e222d7f847ba1c57d2e7eefb4c0c8a7102735a2 \ |
24 + | size 315715 |
25 25 | |
26 26 | qt5.depends_build_component \ |
27 27 | qttools |
28 28 | |
29 29 | depends_lib-append \ |
30 30 | port:fluidsynth |
31 31 | |
32 32 | variant gm description {Use the MIDI instrument patches from port:fluid-soundfont} { |
33 33 | depends_run-append \ |
34 34 | port:fluid-soundfont |