From 332ad4c690acc4e2964ce0291bcc4ef3efd87163 Mon Sep 17 00:00:00 2001
From: Holger Paradies <retabell@gmx.de>
Date: Sat, 11 Feb 2023 10:42:36 +0100
Subject: Enable pipewire audio

---
 config/lists/desktop-base     | 6 +++++-
 config/lists/kanotix-eeepc4G  | 9 +++++++--
 config/lists/kanotix-lxde-min | 7 ++++++-
 3 files changed, 18 insertions(+), 4 deletions(-)

diff --git a/config/lists/desktop-base b/config/lists/desktop-base
index a32e5ac..406e042 100644
--- a/config/lists/desktop-base
+++ b/config/lists/desktop-base
@@ -8,10 +8,14 @@ kanotix-iso-writer
 #include <gstreamer>
 #endif
 
-#nif DISTRIBUTION wheezy jessie
+#if DISTRIBUTION stretch buster bullseye
 #include <gstreamer-1.0>
 #endif
 
+#nif DISTRIBUTION wheezy jessie stretch buster bullseye
+#include <gstreamer-1.0-pipewire>
+#endif
+
 # java, plugins
 #if DISTRIBUTION wheezy
 icedtea-7-plugin
diff --git a/config/lists/kanotix-eeepc4G b/config/lists/kanotix-eeepc4G
index 2b60bea..dfea999 100644
--- a/config/lists/kanotix-eeepc4G
+++ b/config/lists/kanotix-eeepc4G
@@ -237,14 +237,19 @@ gparted
 #if DISTRIBUTION squeeze wheezy jessie stretch
 gksu
 #endif
-#if DISTRIBUTION squeeze wheezy jessie
+
+#if DISTRIBUTION wheezy jessie
 #include <gstreamer>
 #endif
 
-#nif DISTRIBUTION squeeze wheezy jessie
+#if DISTRIBUTION stretch buster bullseye
 #include <gstreamer-1.0>
 #endif
 
+#nif DISTRIBUTION wheezy jessie stretch buster bullseye
+#include <gstreamer-1.0-pipewire>
+#endif
+
 # themes
 gtk2-engines
 #nif DISTRIBUTION squeeze
diff --git a/config/lists/kanotix-lxde-min b/config/lists/kanotix-lxde-min
index a038bfb..572cbeb 100644
--- a/config/lists/kanotix-lxde-min
+++ b/config/lists/kanotix-lxde-min
@@ -9,14 +9,19 @@ gparted
 #if DISTRIBUTION wheezy jessie stretch
 gksu
 #endif
+
 #if DISTRIBUTION wheezy jessie
 #include <gstreamer>
 #endif
 
-#nif DISTRIBUTION wheezy jessie
+#if DISTRIBUTION stretch buster bullseye
 #include <gstreamer-1.0>
 #endif
 
+#nif DISTRIBUTION wheezy jessie stretch buster bullseye
+#include <gstreamer-1.0-pipewire>
+#endif
+
 # themes
 gtk2-engines
 #nif DISTRIBUTION squeeze
-- 
cgit v1.0