Projects
home:manfred-h
kodi
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 31
View file
kodi-noX-raspberry-pi.changes
Changed
@@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Wed May 1 09:01:17 UTC 2024 - Manfred Hollstein <manfred.h@gmx.net> + +- Pipewire currently creates more issues than benefits; use new + conditional "kodi_without_pipewire" to enable or disable it. + We default to disable it now. + +------------------------------------------------------------------- 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 1 09:01:17 UTC 2024 - Manfred Hollstein <manfred.h@gmx.net> + +- Pipewire currently creates more issues than benefits; use new + conditional "kodi_without_pipewire" to enable or disable it. + We default to disable it now. + +------------------------------------------------------------------- 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 1 09:01:17 UTC 2024 - Manfred Hollstein <manfred.h@gmx.net> + +- Pipewire currently creates more issues than benefits; use new + conditional "kodi_without_pipewire" to enable or disable it. + We default to disable it now. + +------------------------------------------------------------------- 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 1 09:01:17 UTC 2024 - Manfred Hollstein <manfred.h@gmx.net> + +- Pipewire currently creates more issues than benefits; use new + conditional "kodi_without_pipewire" to enable or disable it. + We default to disable it now. + +------------------------------------------------------------------- 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,9 @@ %bcond_with kodi_with_wayland %endif +# Pipewire currently creates more issues than benefits; disable it for now: +%bcond_without kodi_without_pipewire + %define kodi_platform raspberry-pi %define kodi_player omxplayer @@ -90,7 +93,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 @@ -306,10 +311,12 @@ %else BuildRequires: googletest-devel %endif -# + +%if %{without kodi_without_pipewire} # pipewire BuildRequires: pkgconfig(libpipewire-0.3) BuildRequires: pkgconfig(libspa-0.2) +%endif # %{?systemd_requires} @@ -427,6 +434,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,9 @@ %bcond_with kodi_with_wayland %endif +# Pipewire currently creates more issues than benefits; disable it for now: +%bcond_without kodi_without_pipewire + %define kodi_platform raspberry-pi2 %define kodi_player omxplayer @@ -90,7 +93,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 @@ -306,10 +311,12 @@ %else BuildRequires: googletest-devel %endif -# + +%if %{without kodi_without_pipewire} # pipewire BuildRequires: pkgconfig(libpipewire-0.3) BuildRequires: pkgconfig(libspa-0.2) +%endif # %{?systemd_requires} @@ -427,6 +434,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,9 @@ %bcond_with kodi_with_wayland %endif +# Pipewire currently creates more issues than benefits; disable it for now: +%bcond_without kodi_without_pipewire + %define kodi_platform none %define kodi_player none @@ -90,7 +93,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 @@ -306,10 +311,12 @@ %else BuildRequires: googletest-devel %endif -# + +%if %{without kodi_without_pipewire} # pipewire BuildRequires: pkgconfig(libpipewire-0.3) BuildRequires: pkgconfig(libspa-0.2) +%endif # %{?systemd_requires} @@ -427,6 +434,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,9 @@ %bcond_with kodi_with_wayland %endif +# Pipewire currently creates more issues than benefits; disable it for now: +%bcond_without kodi_without_pipewire + %define kodi_platform none %define kodi_player none @@ -90,7 +93,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 @@ -306,10 +311,12 @@ %else BuildRequires: googletest-devel %endif -# + +%if %{without kodi_without_pipewire} # pipewire BuildRequires: pkgconfig(libpipewire-0.3) BuildRequires: pkgconfig(libspa-0.2) +%endif # %{?systemd_requires} @@ -427,6 +434,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
.