mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
audio/nyquist: update 3.16 → 3.23
This commit is contained in:
parent
3c09a22034
commit
f4ee22cb65
3 changed files with 13 additions and 7 deletions
|
@ -1,12 +1,12 @@
|
|||
PORTNAME= nyquist
|
||||
DISTVERSION= 3.16
|
||||
DISTVERSION= 3.23
|
||||
CATEGORIES= audio java
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTVERSION}/
|
||||
DISTNAME= nyqsrc${DISTVERSION:S/.//}
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
COMMENT= Language for sound synthesis and music composition (sound is broken) # likely caused by outdated bundled PortAudio, reported to upstream Apr 18, 2021
|
||||
WWW= https://www.cs.cmu.edu/~music/music.software.html
|
||||
WWW= https://www.cs.cmu.edu/~music/nyquist/
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1618724946
|
||||
SHA256 (nyqsrc316.zip) = b37fd42290d82c265ff1c733f9d08ac211460ff48b8415758ab0034ef9af7916
|
||||
SIZE (nyqsrc316.zip) = 12788616
|
||||
TIMESTAMP = 1737281720
|
||||
SHA256 (nyqsrc323.zip) = d6d03c64b13a68f4af3b0f2eccea72b22f399c92e85e802b85dc98260a253cc8
|
||||
SIZE (nyqsrc323.zip) = 12822806
|
||||
|
|
|
@ -9,6 +9,8 @@ bin/ny
|
|||
%%DATADIR%%/demos/audio/labels.txt
|
||||
%%DATADIR%%/demos/audio/pv.wav
|
||||
%%DATADIR%%/demos/index.htm
|
||||
%%DATADIR%%/demos/osc/getosc.sal
|
||||
%%DATADIR%%/demos/osc/nyquistosc.py
|
||||
%%DATADIR%%/demos/pitch_change.htm
|
||||
%%DATADIR%%/demos/probability_distributions.htm
|
||||
%%DATADIR%%/demos/src/osc-test.lsp
|
||||
|
@ -65,8 +67,12 @@ bin/ny
|
|||
%%DATADIR%%/doc/part9.html
|
||||
%%DATADIR%%/doc/poisson-fig.gif
|
||||
%%DATADIR%%/doc/readme-linux.txt
|
||||
%%DATADIR%%/doc/readme-mac.txt
|
||||
%%DATADIR%%/doc/readme-win.txt
|
||||
%%DATADIR%%/doc/sdl-man.pdf
|
||||
%%DATADIR%%/doc/title.html
|
||||
%%DATADIR%%/lib/csvread.lsp
|
||||
%%DATADIR%%/lib/csvwrite.lsp
|
||||
%%DATADIR%%/lib/dist-test.lsp
|
||||
%%DATADIR%%/lib/distributions.lsp
|
||||
%%DATADIR%%/lib/examples.lsp
|
||||
|
@ -75,8 +81,8 @@ bin/ny
|
|||
%%DATADIR%%/lib/gnuplot.sal
|
||||
%%DATADIR%%/lib/grapheq.lsp
|
||||
%%DATADIR%%/lib/instruments.txt
|
||||
%%DATADIR%%/lib/json.sal
|
||||
%%DATADIR%%/lib/lpc.lsp
|
||||
%%DATADIR%%/lib/midishow.lsp
|
||||
%%DATADIR%%/lib/piano/att11025.pcm
|
||||
%%DATADIR%%/lib/piano/att16000.pcm
|
||||
%%DATADIR%%/lib/piano/att22050.pcm
|
||||
|
@ -165,7 +171,6 @@ bin/ny
|
|||
%%DATADIR%%/runtime/sal.lsp
|
||||
%%DATADIR%%/runtime/seq.lsp
|
||||
%%DATADIR%%/runtime/seqfnint.lsp
|
||||
%%DATADIR%%/runtime/seqmidi.lsp
|
||||
%%DATADIR%%/runtime/sliders.lsp
|
||||
%%DATADIR%%/runtime/sndfnint.lsp
|
||||
%%DATADIR%%/runtime/spec-plot.lsp
|
||||
|
@ -177,6 +182,7 @@ bin/ny
|
|||
%%DATADIR%%/runtime/velocity.lsp
|
||||
%%DATADIR%%/runtime/xlinit.lsp
|
||||
%%DATADIR%%/runtime/xm.lsp
|
||||
%%DATADIR%%/runtime/xmseq.lsp
|
||||
@dir %%DATADIR%%/demos/images
|
||||
@dir %%DATADIR%%/demos/mateos
|
||||
@dir %%DATADIR%%/demos/pmorales
|
||||
|
|
Loading…
Add table
Reference in a new issue