Projects
home:manfred-h
kodi
Sign Up
Log In
Username
Password
Problem getting expanded diff: service error: ERROR: Failed to download "http://mirrors.kodi.tv/build-deps/sources/crossguid-ca1bf4b810e2d188d04cb6286f957008ee1b7681.tar.gz"
×
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 33
View file
kodi-noX-raspberry-pi.changes
Changed
@@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Wed May 8 09:39:58 UTC 2024 - Manfred Hollstein <manfred.h@gmx.net> + +- Pipewire currently creates more issues than benefits on Leap; + use new conditional "kodi_without_pipewire" to enable or disable it. + We default to disable it now on Leap. + +------------------------------------------------------------------- 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
View file
kodi-noX-raspberry-pi2.changes
Changed
@@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Wed May 8 09:39:58 UTC 2024 - Manfred Hollstein <manfred.h@gmx.net> + +- Pipewire currently creates more issues than benefits on Leap; + use new conditional "kodi_without_pipewire" to enable or disable it. + We default to disable it now on Leap. + +------------------------------------------------------------------- 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
View file
kodi-noX.changes
Changed
@@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Wed May 8 09:39:58 UTC 2024 - Manfred Hollstein <manfred.h@gmx.net> + +- Pipewire currently creates more issues than benefits on Leap; + use new conditional "kodi_without_pipewire" to enable or disable it. + We default to disable it now on Leap. + +------------------------------------------------------------------- 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
View file
kodi.changes
Changed
@@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Wed May 8 09:39:58 UTC 2024 - Manfred Hollstein <manfred.h@gmx.net> + +- Pipewire currently creates more issues than benefits on Leap; + use new conditional "kodi_without_pipewire" to enable or disable it. + We default to disable it now on Leap. + +------------------------------------------------------------------- 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
View file
kodi-noX-raspberry-pi.spec
Changed
@@ -42,6 +42,14 @@ %bcond_with kodi_with_wayland %endif +%if 0%{?suse_version} < 1550 +# Pipewire currently creates more issues than benefits; disable it for now: +%bcond_without kodi_without_pipewire +%else +# Leave PW enabled on Tumbleweed: +%bcond_with kodi_without_pipewire +%endif + %define kodi_platform raspberry-pi %define kodi_player omxplayer @@ -90,7 +98,9 @@ %if %{without kodi_with_wayland} Patch3: 0003-kodi-disable-wayland.patch %endif +%if %{without kodi_without_pipewire} Patch4: 0004-kodi-workaround-pipewire-bug.patch +%endif BuildRequires: autoconf BuildRequires: automake @@ -307,6 +317,7 @@ BuildRequires: googletest-devel %endif # +%if %{without kodi_without_pipewire} # pipewire BuildRequires: pkgconfig(libpipewire-0.3) BuildRequires: pkgconfig(libspa-0.2) @@ -427,6 +438,9 @@ -DX11_RENDER_SYSTEM=gl \ -DBUILD_SHARED_LIBS=1 \ -DPYTHON_VER=3.11 \ +%if %{with kodi_without_pipewire} + -DENABLE_PIPEWIRE=OFF \ +%endif ${NULL} make -O %{?_smp_mflags} V=1 CC=$CC CXX=$CXX || l
View file
kodi-noX-raspberry-pi2.spec
Changed
@@ -42,6 +42,14 @@ %bcond_with kodi_with_wayland %endif +%if 0%{?suse_version} < 1550 +# Pipewire currently creates more issues than benefits; disable it for now: +%bcond_without kodi_without_pipewire +%else +# Leave PW enabled on Tumbleweed: +%bcond_with kodi_without_pipewire +%endif + %define kodi_platform raspberry-pi2 %define kodi_player omxplayer @@ -90,7 +98,9 @@ %if %{without kodi_with_wayland} Patch3: 0003-kodi-disable-wayland.patch %endif +%if %{without kodi_without_pipewire} Patch4: 0004-kodi-workaround-pipewire-bug.patch +%endif BuildRequires: autoconf BuildRequires: automake @@ -307,6 +317,7 @@ BuildRequires: googletest-devel %endif # +%if %{without kodi_without_pipewire} # pipewire BuildRequires: pkgconfig(libpipewire-0.3) BuildRequires: pkgconfig(libspa-0.2) @@ -427,6 +438,9 @@ -DX11_RENDER_SYSTEM=gl \ -DBUILD_SHARED_LIBS=1 \ -DPYTHON_VER=3.11 \ +%if %{with kodi_without_pipewire} + -DENABLE_PIPEWIRE=OFF \ +%endif ${NULL} make -O %{?_smp_mflags} V=1 CC=$CC CXX=$CXX || l
View file
kodi-noX.spec
Changed
@@ -42,6 +42,14 @@ %bcond_with kodi_with_wayland %endif +%if 0%{?suse_version} < 1550 +# Pipewire currently creates more issues than benefits; disable it for now: +%bcond_without kodi_without_pipewire +%else +# Leave PW enabled on Tumbleweed: +%bcond_with kodi_without_pipewire +%endif + %define kodi_platform none %define kodi_player none @@ -90,7 +98,9 @@ %if %{without kodi_with_wayland} Patch3: 0003-kodi-disable-wayland.patch %endif +%if %{without kodi_without_pipewire} Patch4: 0004-kodi-workaround-pipewire-bug.patch +%endif BuildRequires: autoconf BuildRequires: automake @@ -307,6 +317,7 @@ BuildRequires: googletest-devel %endif # +%if %{without kodi_without_pipewire} # pipewire BuildRequires: pkgconfig(libpipewire-0.3) BuildRequires: pkgconfig(libspa-0.2) @@ -427,6 +438,9 @@ -DX11_RENDER_SYSTEM=gl \ -DBUILD_SHARED_LIBS=1 \ -DPYTHON_VER=3.11 \ +%if %{with kodi_without_pipewire} + -DENABLE_PIPEWIRE=OFF \ +%endif ${NULL} make -O %{?_smp_mflags} V=1 CC=$CC CXX=$CXX || l
View file
kodi.spec
Changed
@@ -42,6 +42,14 @@ %bcond_with kodi_with_wayland %endif +%if 0%{?suse_version} < 1550 +# Pipewire currently creates more issues than benefits; disable it for now: +%bcond_without kodi_without_pipewire +%else +# Leave PW enabled on Tumbleweed: +%bcond_with kodi_without_pipewire +%endif + %define kodi_platform none %define kodi_player none @@ -90,7 +98,9 @@ %if %{without kodi_with_wayland} Patch3: 0003-kodi-disable-wayland.patch %endif +%if %{without kodi_without_pipewire} Patch4: 0004-kodi-workaround-pipewire-bug.patch +%endif BuildRequires: autoconf BuildRequires: automake @@ -307,6 +317,7 @@ BuildRequires: googletest-devel %endif # +%if %{without kodi_without_pipewire} # pipewire BuildRequires: pkgconfig(libpipewire-0.3) BuildRequires: pkgconfig(libspa-0.2) @@ -427,6 +438,9 @@ -DX11_RENDER_SYSTEM=gl \ -DBUILD_SHARED_LIBS=1 \ -DPYTHON_VER=3.11 \ +%if %{with kodi_without_pipewire} + -DENABLE_PIPEWIRE=OFF \ +%endif ${NULL} make -O %{?_smp_mflags} V=1 CC=$CC CXX=$CXX || l
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
.