diff options
-rw-r--r-- | config/lists/desktop-base | 6 | ||||
-rw-r--r-- | config/lists/kanotix-eeepc4G | 9 | ||||
-rw-r--r-- | 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 |