-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.arid
More file actions
59 lines (57 loc) · 2.01 KB
/
project.arid
File metadata and controls
59 lines (57 loc) · 2.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
: Copyright 2014, 2018, 2019, 2020 Andrzej Cichocki
: This file is part of pym2149.
:
: pym2149 is free software: you can redistribute it and/or modify
: it under the terms of the GNU General Public License as published by
: the Free Software Foundation, either version 3 of the License, or
: (at your option) any later version.
:
: pym2149 is distributed in the hope that it will be useful,
: but WITHOUT ANY WARRANTY; without even the implied warranty of
: MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
: GNU General Public License for more details.
:
: You should have received a copy of the GNU General Public License
: along with pym2149. If not, see <http://www.gnu.org/licenses/>.
author = Andrzej Cichocki
author_email = 3613868+combatopera@users.noreply.github.com
build requires +=
Cython==$(cython_build_version)
$*$(numpy build_requires)
buildbot enabled = true
devel
packages += alsa-lib-devel
scripts += $.[curl http://www.zimmers.net/anonftp/pub/cbm/crossplatform/emulators/resid/resid-0.16.tar.gz | tar -xzv && cd resid-0.16 && ./configure --enable-shared && make && make install]
flakes exclude globs +=
ymtests/dosound*.py
ymtests/q*.py
github account = combatopera
licheck exclude globs += contrib/*
name = pym2149
pydoc_enabled = false
pypi account = combatopera
requires +=
aridity>=97
diapyr>=26
foyndation>=16
lagoon>=63
Lurlene>=13
minBlepy>=16
$(numpy lower_bound)
outjack>=23
pyrbo>=18
splut>=4
timelyOSC>=4
tagline = YM2149 emulator supporting YM files, OSC to JACK, PortAudio, WAV
test requires += Pillow==11.0.0
upstream devel
packages += sox
scripts +=
$.[curl -L https://github.com/jackaudio/jack2/archive/v1.9.22.tar.gz | tar -xzv && cd jack2-1.9.22 && ./waf configure && ./waf && ./waf install]
$.[curl https://files.portaudio.com/archives/pa_stable_v190700_20210406.tgz | tar -xzv && cd portaudio && ./configure && make && make install]
warmups += pym2149.warmup:warmup
years +=
2014
2018
2019
2020