From 0a81ad456d1a07c03a4ab81427dbb9aafbf3291e Mon Sep 17 00:00:00 2001 From: David Runge Date: Wed, 7 Aug 2019 01:20:12 +0200 Subject: .config/nvchecker/nvchecker.ini: Adding geonkick, hydrogen, php-igbinary, foxdot and redkite. Switching to tracking linux-rt 5.2 branch. --- .config/nvchecker/nvchecker.ini | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) (limited to '.config') diff --git a/.config/nvchecker/nvchecker.ini b/.config/nvchecker/nvchecker.ini index 3eaa996..b2cb439 100644 --- a/.config/nvchecker/nvchecker.ini +++ b/.config/nvchecker/nvchecker.ini @@ -317,6 +317,10 @@ regex = g2reverb-([\d.]+)\.tar\.bz2? url = https://git.drobilla.net/cgit.cgi/ganv.git regex = ganv-([\d.]+)\.tar\.gz? +[geonkick] +url = https://gitlab.com/quamplex/geonkick/-/tags +regex = tags/v([\d.]+)? + [giada] vcs = git://github.com/monocasual/giada use_max_tag = True @@ -1092,7 +1096,7 @@ vcs = git://github.com/nextcloud/news use_max_tag = True [linux-rt] -url = https://mirrors.edge.kernel.org/pub/linux/kernel/projects/rt/5.0/ +url = https://mirrors.edge.kernel.org/pub/linux/kernel/projects/rt/5.2/ regex = patch-([\d.]+-rt[\d]+)\.patch\.xz? [linux-rt-lts] @@ -1167,3 +1171,19 @@ regex = freeverb3-([\d.]+)\.tar\.xz? [vcvrack] vcs = git://github.com/vcvrack/rack use_max_tag = True + +[hydrogen] +vcs = git://github.com/hydrogen-music/hydrogen +use_max_tag = True + +[php-igbinary] +vcs = git://github.com/igbinary/igbinary +use_max_tag = True + +[foxdot] +pypi = FoxDot + +[redkite] +vcs = git://github.com/quamplex/redkite +use_max_tag = True + -- cgit v1.2.3-70-g09d2 From 8c800694e641901fc085cff17e78a9ce80e62195 Mon Sep 17 00:00:00 2001 From: David Runge Date: Thu, 29 Aug 2019 17:10:03 +0200 Subject: .config/nvchecker/nvchecker.ini: Fixing freepats-general-midi check. Adding python-{tzlocal,gitdb,gitpython,gnupg,progressbar,smmap}, haskell-{hosc,microspec}, librepcb, waf and tidalcycles. --- .config/nvchecker/nvchecker.ini | 41 ++++++++++++++++++++++++++++++++++++++++- 1 file changed, 40 insertions(+), 1 deletion(-) (limited to '.config') diff --git a/.config/nvchecker/nvchecker.ini b/.config/nvchecker/nvchecker.ini index b2cb439..5531d57 100644 --- a/.config/nvchecker/nvchecker.ini +++ b/.config/nvchecker/nvchecker.ini @@ -303,7 +303,7 @@ regex = fomp.lv2-([\d.]+)\.tar\.gz? [freepats-general-midi] url = https://freepats.zenvoid.org/SoundSets/general-midi.html -regex = FreePats2-GM-([\d.]+)\.tar\.xz? +regex = FreePatsGM-SF2-([\d.]+)\.tar\.xz? [freewheeling] vcs = git://github.com/free-wheeling/freewheeling @@ -1187,3 +1187,42 @@ pypi = FoxDot vcs = git://github.com/quamplex/redkite use_max_tag = True + +[python-tzlocal] +pypi = tzlocal + +[tidalcycles] +vcs = git://github.com/tidalcycles/Tidal +use_max_tag = True + +[haskell-hosc] +hackage = hosc + +[haskell-microspec] +hackage = microspec + +[librepcb] +vcs = git://github.com/LibrePCB/LibrePCB +use_max_tag = True + +[waf] +gitlab = ita1024/waf +use_max_tag = True + +[python-gitdb] +pypi = gitdb2 + +[python-gitpython] +pypi = gitpython + +[python-gnupg] +pypi = python-gnupg + +[python-progressbar] +pypi = progressbar2 + +[python-smmap] +pypi = smmap2 + +[python-utils] +pypi = python-utils -- cgit v1.2.3-70-g09d2 From 1d758f6f0b27e8228521a3018966d08774c31e44 Mon Sep 17 00:00:00 2001 From: David Runge Date: Thu, 29 Aug 2019 17:12:05 +0200 Subject: .config/packages/community.txt: Adding haskell-{hosc,microspec}, tidalcycles, python-{gitdb,gitpython,gnupg,progressbar,smmap,tzlocal,utils}, librepcb and waf. --- .config/packages/community.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to '.config') diff --git a/.config/packages/community.txt b/.config/packages/community.txt index 68a77cc..a090812 100644 --- a/.config/packages/community.txt +++ b/.config/packages/community.txt @@ -70,6 +70,8 @@ grub-customizer guitarix2 gxplugins.lv2 harvid +haskell-hosc +haskell-microspec helm hexter hydrogen @@ -98,6 +100,7 @@ liblscp libltc libmusicxml liboggz +librepcb libsmf lilv link @@ -157,6 +160,9 @@ python-etesync python-ethtool python-fastnumbers python-furl +python-gitdb +python-gitpython +python-gnupg python-husl python-imdbpy python-inet_diag @@ -174,6 +180,7 @@ python-orderedmultidict python-phpserialize python-piexif python-pilkit +python-progressbar python-pyalsa python-pyliblo python-pymediainfo @@ -181,9 +188,12 @@ python-pyrss2gen python-pytest-rerunfailures python-pytest-subtesthack python-schedutils +python-smmap python-sphinxcontrib-newsfeed python-tabulate python-toml +python-tzlocal +python-utils python-vobject python-wsgi-intercept python-xvfbwrapper @@ -246,6 +256,7 @@ sweep swh-plugins synthv1 tap-plugins +tidalcycles timidity++ tmuxp todoman @@ -259,6 +270,7 @@ vdirsyncer vim-csound vm.lv2 vmpk +waf wah-plugins wiiuse wolf-shaper -- cgit v1.2.3-70-g09d2 From fce185f8627911f1b0a6825cf25bb7890bb8c8d5 Mon Sep 17 00:00:00 2001 From: David Runge Date: Tue, 3 Sep 2019 12:39:29 +0200 Subject: .config/packages/community.txt: Adding flyspray, gandi.cli and python-ipy. --- .config/packages/community.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to '.config') diff --git a/.config/packages/community.txt b/.config/packages/community.txt index a090812..c95d302 100644 --- a/.config/packages/community.txt +++ b/.config/packages/community.txt @@ -52,6 +52,7 @@ fil-plugins fltk fluajho fluidsynth +flyspray fomp.lv2 fox-devel foxdot @@ -60,6 +61,7 @@ freerdp freeverb3 freewheeling g2reverb +gandi.cli ganv geonkick giada @@ -166,6 +168,7 @@ python-gnupg python-husl python-imdbpy python-inet_diag +python-ipy python-iwlib python-jack-client python-kaptan -- cgit v1.2.3-70-g09d2 From 835fe0dce9ababe4dcc01761925cbf409878bbff Mon Sep 17 00:00:00 2001 From: David Runge Date: Tue, 3 Sep 2019 12:39:56 +0200 Subject: .config/packages/extra.txt: Adding audiofile, brltty, ddrescue, ladspa, raptop, rasqal and redland. --- .config/packages/extra.txt | 7 +++++++ 1 file changed, 7 insertions(+) (limited to '.config') diff --git a/.config/packages/extra.txt b/.config/packages/extra.txt index 2ec193e..16a415e 100644 --- a/.config/packages/extra.txt +++ b/.config/packages/extra.txt @@ -1,10 +1,17 @@ apparmor +audiofile +brltty +ddrescue fluidsynth irqbalance jack +ladspa libgit2 libgit2-glib numactl portaudio portmidi +raptor +rasqal +redland scons -- cgit v1.2.3-70-g09d2