From 95289dae14a5182909348dcbe070f087673629f2 Mon Sep 17 00:00:00 2001 From: David Runge Date: Tue, 21 Dec 2021 13:43:00 +0100 Subject: nvchecker: change extra packages .config/nvchecker/extra.toml: Add libopenmpt and wireplumber --- .config/nvchecker/extra.toml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to '.config/nvchecker/extra.toml') 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" - -- cgit v1.2.3-54-g00ecf