Projects
Multimedia
kodi
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 105
View file
kodi-noX-raspberry-pi.changes
Changed
@@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Mon Apr 22 15:59:57 UTC 2024 - Manfred Hollstein <manfred.h@gmx.net> + +- Add 0004-kodi-workaround-pipewire-bug.patch to work around a + potentially broken pipewire installation on openSUSE Leap 15.5 + and 15.6; see https://bugzilla.opensuse.org/show_bug.cgi?id=1222636 + +------------------------------------------------------------------- Sat Apr 6 08:23:44 UTC 2024 - Manfred Hollstein <manfred.h@gmx.net> - Version update to Kodi 21.0 Omega
View file
kodi-noX-raspberry-pi2.changes
Changed
@@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Mon Apr 22 15:59:57 UTC 2024 - Manfred Hollstein <manfred.h@gmx.net> + +- Add 0004-kodi-workaround-pipewire-bug.patch to work around a + potentially broken pipewire installation on openSUSE Leap 15.5 + and 15.6; see https://bugzilla.opensuse.org/show_bug.cgi?id=1222636 + +------------------------------------------------------------------- Sat Apr 6 08:23:44 UTC 2024 - Manfred Hollstein <manfred.h@gmx.net> - Version update to Kodi 21.0 Omega
View file
kodi-noX.changes
Changed
@@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Mon Apr 22 15:59:57 UTC 2024 - Manfred Hollstein <manfred.h@gmx.net> + +- Add 0004-kodi-workaround-pipewire-bug.patch to work around a + potentially broken pipewire installation on openSUSE Leap 15.5 + and 15.6; see https://bugzilla.opensuse.org/show_bug.cgi?id=1222636 + +------------------------------------------------------------------- Sat Apr 6 08:23:44 UTC 2024 - Manfred Hollstein <manfred.h@gmx.net> - Version update to Kodi 21.0 Omega
View file
kodi.changes
Changed
@@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Mon Apr 22 15:59:57 UTC 2024 - Manfred Hollstein <manfred.h@gmx.net> + +- Add 0004-kodi-workaround-pipewire-bug.patch to work around a + potentially broken pipewire installation on openSUSE Leap 15.5 + and 15.6; see https://bugzilla.opensuse.org/show_bug.cgi?id=1222636 + +------------------------------------------------------------------- Sat Apr 6 08:23:44 UTC 2024 - Manfred Hollstein <manfred.h@gmx.net> - Version update to Kodi 21.0 Omega
View file
kodi-noX-raspberry-pi.spec
Changed
@@ -90,6 +90,7 @@ %if %{without kodi_with_wayland} Patch3: 0003-kodi-disable-wayland.patch %endif +Patch4: 0004-kodi-workaround-pipewire-bug.patch BuildRequires: autoconf BuildRequires: automake
View file
kodi-noX-raspberry-pi2.spec
Changed
@@ -90,6 +90,7 @@ %if %{without kodi_with_wayland} Patch3: 0003-kodi-disable-wayland.patch %endif +Patch4: 0004-kodi-workaround-pipewire-bug.patch BuildRequires: autoconf BuildRequires: automake
View file
kodi-noX.spec
Changed
@@ -90,6 +90,7 @@ %if %{without kodi_with_wayland} Patch3: 0003-kodi-disable-wayland.patch %endif +Patch4: 0004-kodi-workaround-pipewire-bug.patch BuildRequires: autoconf BuildRequires: automake
View file
kodi.spec
Changed
@@ -90,6 +90,7 @@ %if %{without kodi_with_wayland} Patch3: 0003-kodi-disable-wayland.patch %endif +Patch4: 0004-kodi-workaround-pipewire-bug.patch BuildRequires: autoconf BuildRequires: automake
View file
0004-kodi-workaround-pipewire-bug.patch
Added
@@ -0,0 +1,41 @@ +diff -rup a/tools/Linux/kodi.sh.in b/tools/Linux/kodi.sh.in +--- a/tools/Linux/kodi.sh.in 2024-04-06 04:29:22.000000000 +0200 ++++ b/tools/Linux/kodi.sh.in 2024-04-22 17:58:07.556342563 +0200 +@@ -171,6 +171,7 @@ if command_exists gdb; then + fi + fi + ++ENV_ARGS= + if -n "${KODI_AE_SINK}" ; then + + echo "KODI_AE_SINK env variable is deprecated and will be removed in the future." +@@ -189,6 +190,14 @@ if -n "${KODI_AE_SINK}" ; then + elif "${KODI_AE_SINK}" = "ALSA+PULSE" ; then + ENV_ARGS="--audio-backend=alsa+pulseaudio" + fi ++else ++ # Work around a possibly broken installation of pipewire on openSUSE Leap ++ # see 'https://bugzilla.opensuse.org/show_bug.cgi?id=1222636' ++ if -x ${prefix}/bin/pulseaudio && ++ -x ${prefix}/bin/pipewire && ++ ! -x ${prefix}/bin/pipewire-pulse ; then ++ ENV_ARGS="--audio-backend=pulseaudio" ++ fi + fi + + if -n "${KODI_GL_INTERFACE}" ; then +@@ -197,11 +206,11 @@ if -n "${KODI_GL_INTERFACE}" ; then + echo "Use the --gl-interface command line switch instead." + + if "${KODI_GL_INTERFACE}" = "GLX" ; then +- ENV_ARGS="--gl-interface=glx" ++ ENV_ARGS="${ENV_ARGS} --gl-interface=glx" + elif "${KODI_GL_INTERFACE}" = "EGL" ; then +- ENV_ARGS="--gl-interface=egl" ++ ENV_ARGS="${ENV_ARGS} --gl-interface=egl" + elif "${KODI_GL_INTERFACE}" = "EGL_PB" ; then +- ENV_ARGS="--gl-interface=egl-pb" ++ ENV_ARGS="${ENV_ARGS} --gl-interface=egl-pb" + fi + fi +
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.