diff options
author | David Runge <dave@sleepmap.de> | 2019-11-23 23:47:06 +0100 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2019-11-23 23:47:06 +0100 |
commit | a3930e5e2225d20aa8106578fe132921039f2b84 (patch) | |
tree | 408935bea2945d88ca08fc021b4bec635a31208c | |
parent | 1df9dfcdc1e32b63b3aa5e1ec0e99be8347eeff0 (diff) | |
download | dotfiles-a3930e5e2225d20aa8106578fe132921039f2b84.tar.gz dotfiles-a3930e5e2225d20aa8106578fe132921039f2b84.tar.bz2 dotfiles-a3930e5e2225d20aa8106578fe132921039f2b84.tar.xz dotfiles-a3930e5e2225d20aa8106578fe132921039f2b84.zip |
~/.config/nvchecker/nvchecker.ini: Adding faad, jack_delay, jackmix, jack-stdio, jackminimix, bsequencer, bshapr, jackmeter, xwax, canto-daemon, canto-curses, ninjas2 and updating upstream of adlplug to use github.
-rw-r--r-- | .config/nvchecker/nvchecker.ini | 53 |
1 files changed, 51 insertions, 2 deletions
diff --git a/.config/nvchecker/nvchecker.ini b/.config/nvchecker/nvchecker.ini index 9981912..53683ba 100644 --- a/.config/nvchecker/nvchecker.ini +++ b/.config/nvchecker/nvchecker.ini @@ -86,7 +86,6 @@ vcs = git://github.com/dajobe/rasqal use_max_tag = True ignored_tags = rasqal_1_0 rasqal_before_rm_lazy rasqal_last_known_good rasqal_license_lgpl_apache2 rasqal_license_lgpl_mpl - [fluidsynth] vcs = git://github.com/fluidsynth/fluidsynth use_max_tag = True @@ -117,6 +116,10 @@ regex= portmidi/([\d.]+)/ vcs = git://github.com/scons/scons use_max_tag = True +[faad2] +github = knik0/faad2 +use_max_tag = True + # community [a2jmidid] vcs = git://github.com/linuxaudio/a2jmidid @@ -1190,7 +1193,7 @@ vcs = git://github.com/sjaehn/bslizr use_max_tag = True [adlplug] -vcs = git://github.com/jpcima/adlplug +github = jpcima/adlplug use_max_tag = True [freeverb3] @@ -1316,3 +1319,49 @@ pypi = sphinx-argparse [deteriorate-lv2] github = blablack/deteriorate-lv2 use_max_tag = True + +[jack_delay] +url = https://kokkinizita.linuxaudio.org/linuxaudio/downloads/index.html +regex = jack_delay-([\d.]+)\.tar\.bz2? + +[jackmix] +github = kampfschlaefer/jackmix +use_max_tag = True + +[jack-stdio] +github = x42/jack-stdio +use_max_tag = True + +[jackminimix] +github = njh/jackminimix +use_max_tag = True + +[bsequencer] +github = sjaehn/bsequencer +use_max_tag = True + +[bshapr] +github = sjaehn/bshapr +use_max_tag = True + +[jackmeter] +github = njh/jackmeter +use_max_tag = True + +[adljack] +github = jpcima/adljack +use_max_tag = True + +[xwax] +url = https://xwax.org/releases +regex = xwax-([\d.]+)\.tar\.gz? + +[canto-daemon] +pypi = Canto + +[canto-curses] +pypi = Canto-curses + +[ninjas2] +github = rghvdberg/ninjas2 +use_max_tag = True |