aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Runge <dave@sleepmap.de>2021-12-21 13:43:00 +0100
committerDavid Runge <dave@sleepmap.de>2021-12-21 13:43:00 +0100
commit95289dae14a5182909348dcbe070f087673629f2 (patch)
tree1fee584e8f472c10cfc7dd7e2359d457272f6e24
parentb0cb8cfc83d0523cdb6752ab7945f5cbc1ac449d (diff)
downloaddotfiles-95289dae14a5182909348dcbe070f087673629f2.tar.gz
dotfiles-95289dae14a5182909348dcbe070f087673629f2.tar.bz2
dotfiles-95289dae14a5182909348dcbe070f087673629f2.tar.xz
dotfiles-95289dae14a5182909348dcbe070f087673629f2.zip
nvchecker: change extra packages
.config/nvchecker/extra.toml: Add libopenmpt and wireplumber
-rw-r--r--.config/nvchecker/extra.toml12
1 files changed, 11 insertions, 1 deletions
diff --git a/.config/nvchecker/extra.toml b/.config/nvchecker/extra.toml
index 713a522..574d04e 100644
--- a/.config/nvchecker/extra.toml
+++ b/.config/nvchecker/extra.toml
@@ -191,6 +191,12 @@ source = "git"
git = "https://github.com/MusicPlayerDaemon/libmpdclient"
use_max_tag = true
+[libopenmpt]
+source = "git"
+git = "https://github.com/OpenMPT/openmpt/"
+include_regex = "(libopenmpt)-([\\d_].*)"
+use_max_tag = true
+
[libsamplerate]
source = "git"
git = "https://github.com/libsndfile/libsamplerate/"
@@ -379,6 +385,11 @@ source = "git"
git = "https://gitlab.freedesktop.org/pulseaudio/webrtc-audio-processing/"
use_max_tag = true
+[wireplumber]
+source = "git"
+git = "https://gitlab.freedesktop.org/pipewire/wireplumber"
+use_max_tag = true
+
[yajl]
source = "git"
git = "https://github.com/lloyd/yajl"
@@ -393,4 +404,3 @@ url = "https://kokkinizita.linuxaudio.org/linuxaudio/downloads/index.html"
source = "regex"
regex = "zita-resampler-([\\d.]+)\\.tar\\.bz2?"
url = "https://kokkinizita.linuxaudio.org/linuxaudio/downloads/index.html"
-