diff options
-rw-r--r-- | .config/nvchecker/extra.toml | 10 | ||||
-rw-r--r-- | .config/packages/extra.txt | 3 |
2 files changed, 12 insertions, 1 deletions
diff --git a/.config/nvchecker/extra.toml b/.config/nvchecker/extra.toml index 5f3d88e..c11101f 100644 --- a/.config/nvchecker/extra.toml +++ b/.config/nvchecker/extra.toml @@ -1906,6 +1906,11 @@ git = "https://github.com/metabrainz/picard" use_max_tag = true exclude_regex = "(v|release-|)([\\d.]+)(-|)(dev|rc|RC|alpha|beta|[b])(-[\\d.]+|[\\d.]+|)" +[pipectl] +source = "git" +git = "https://github.com/Ferdi265/pipectl" +use_max_tag = true + [pipewire] source = "git" git = "https://gitlab.freedesktop.org/pipewire/pipewire" @@ -3518,6 +3523,11 @@ source = "git" git = "https://gitlab.freedesktop.org/pipewire/wireplumber" use_max_tag = true +[wl-mirror] +source = "git" +git = "https://github.com/Ferdi265/wl-mirror" +use_max_tag = true + [wofi] source = "regex" regex = "rev/v([\\d.]+)?" diff --git a/.config/packages/extra.txt b/.config/packages/extra.txt index fd313d8..b9211ef 100644 --- a/.config/packages/extra.txt +++ b/.config/packages/extra.txt @@ -69,6 +69,7 @@ opencore-amr openmpi openpmix ostree +pipectl pipewire pipewire-media-session portaudio @@ -91,7 +92,6 @@ python-resolvelib python-sphinx-book-theme python-tpm2-pytss python-yaml -python-yaml qemu qpwgraph raptor @@ -110,6 +110,7 @@ virtiofsd vlc webrtc-audio-processing wireplumber +wl-mirror wolfssl yajl zita-alsa-pcmi |