Projects
Multimedia
kodi-noX-raspberry-pi
Sign Up
Log In
Username
Password
We truncated the diff of some files because they were too big. If you want to see the full diff for every file,
click here
.
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Difference Between Revision 6 and
Multimedia
/
kodi
View file
kodi-noX-raspberry-pi.spec
Deleted
@@ -1,750 +0,0 @@ -# -# spec file for package kodi -# -# Copyright (c) 2015-2024 SUSE LLC -# -# All modifications and additions to the file contributed by third parties -# remain the property of their copyright owners, unless otherwise agreed -# upon. The license for this file, and modifications and additions to the -# file, is the same license as for the pristine package itself (unless the -# license for the pristine package is not an Open Source License, in which -# case the license is the MIT License). An "Open Source License" is a -# license that conforms to the Open Source Definition (Version 1.9) -# published by the Open Source Initiative. - -# Please submit bugfixes or comments via http://bugs.opensuse.org/ -# - - -# Please edit kodi.spec and kodi.changes only. *-noX.* files are generated from -# kodi.* files with the pre_checkin.sh script -%define kodi_version Omega -%define _kodi_addons_dir %{_datadir}/kodi/addons -# set this parameter to enable building Kodi with ccache, debug information, etc. -%define dev_build 0 - -# WARNING: Build with bundled ffmpeg until version 18.0 is reached -# INFO: We are on version 21.0 in the meantime, so let's live with -# the system provided ffmpeg packages; if this won't work at some -# point in time in the future, uncomment the "sysffmpeg" stuff. In -# order to reduce downloading it every time, this is now commented! -%bcond_without sysffmpeg -## %if 0%{without sysffmpeg} -## %define ffmpeg_version 5.1.2-Nexus-Alpha3 -## %endif - -# kodi can be built without X support when openGL ES is used (mainly used on ARM boards used as media center) -%bcond_with kodi_with_X11 -# Enable or disable Wayland depending on whether the stack is usable or not: -%if 0%{?suse_version} >= 1550 -%bcond_without kodi_with_wayland -%else -%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 - -%if %{with kodi_with_X11} -%bcond_without enable_opengl -%bcond_with enable_opengles -%else -# no X build needs openGL ES -%bcond_with enable_opengl -%bcond_without enable_opengles -%endif -# -%bcond_without kodi_libbluray -# -%bcond_without systemd - -ExclusiveArch: does-not-build - -Name: kodi-noX-raspberry-pi -Version: 21.1 -Release: 0 -Summary: Media center (formerly known as XBMC) -License: GPL-2.0+ and GPL-3.0+ -Group: Productivity/Multimedia/Video/Players -Url: https://kodi.tv/ -Source0: https://github.com/xbmc/xbmc/archive/%{version}-%{kodi_version}.tar.gz -Source1: kodi.SuSEFirewall2 -# AUTO-GENERATED using get_version.sh -Source3: kodi.VERSION -Source10: kodi.service -Source11: kodi-noX.service - -# The following sources will be downloaded via _service's download_files: -Source20: https://mirrors.kodi.tv/build-deps/sources/crossguid-ca1bf4b810e2d188d04cb6286f957008ee1b7681.tar.gz -Source21: https://github.com/xbmc/libdvdnav/archive/refs/tags/6.1.1-Next-Nexus-Alpha2-2.tar.gz -Source22: https://github.com/xbmc/libdvdcss/archive/refs/tags/1.4.3-Next-Nexus-Alpha2-2.tar.gz -Source23: https://github.com/xbmc/libdvdread/archive/refs/tags/6.1.3-Next-Nexus-Alpha2-2.tar.gz -Source24: https://mirrors.kodi.tv/build-deps/sources/libudfread-1.1.2.tar.gz -Source25: https://mirrors.kodi.tv/build-deps/sources/apache-groovy-binary-4.0.16.zip - -## %if 0%{without sysffmpeg} -## Source30: https://github.com/xbmc/FFmpeg/archive/refs/tags/%{ffmpeg_version}.tar.gz -## %endif -Patch1: 0001-crossguid-dgb.patch -Patch2: 0002-kodi-install.patch -%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 -BuildRequires: binutils-gold -BuildRequires: desktop-file-utils -BuildRequires: fdupes -BuildRequires: gawk -%if 0%{?suse_version} >= 1550 && 0%{?sle_version} == 0 -# Use the default compiler on Tumbleweed -BuildRequires: gcc -BuildRequires: gcc-c++ -%else -%if 0%{?suse_version} > 1320 && 0%{?sle_version} == 0 -BuildRequires: gcc9 -BuildRequires: gcc9-c++ -%else -BuildRequires: gcc8 -BuildRequires: gcc8-c++ -%endif -%endif -BuildRequires: ghostscript -BuildRequires: graphviz -BuildRequires: groff-full -BuildRequires: libtool -BuildRequires: pkg-config -BuildRequires: flatbuffers-devel -BuildRequires: pkgconfig(dav1d) -BuildRequires: pkgconfig(fmt) -BuildRequires: pkgconfig(fstrcmp) -BuildRequires: pkgconfig(RapidJSON) >= 1.0.2 -BuildRequires: python(abi) >= 3.11 -BuildRequires: pkgconfig(python-3.11) -BuildRequires: libmysqlclient-devel -BuildRequires: pkgconfig(libass) >= 0.17.0 -BuildRequires: pkgconfig(libcurl) -BuildRequires: pkgconfig(openssl) -BuildRequires: pkgconfig(gnutls) -BuildRequires: libgcrypt-devel -BuildRequires: pkgconfig(bzip2) -BuildRequires: lzo-devel -BuildRequires: pkgconfig(zlib) -BuildRequires: pkgconfig(libcrypto) -BuildRequires: tinyxml-devel -BuildRequires: tinyxml2-devel -BuildRequires: pkgconfig(uuid) -BuildRequires: libyajl-devel >= 2 -BuildRequires: pkgconfig(libidn2) -BuildRequires: pkgconfig(libinput) -BuildRequires: pkgconfig(libxml-2.0) -BuildRequires: pkgconfig(libxslt) -BuildRequires: pkgconfig(fribidi) -BuildRequires: pkgconfig(sqlite3) -BuildRequires: pkgconfig(libpcrecpp) -BuildRequires: pkgconfig(libpcre) -BuildRequires: pkgconfig(freetype2) -BuildRequires: pkgconfig(taglib) >= 1.9 -BuildRequires: pkgconfig(libcdio) >= 2.1.0 -BuildRequires: pkgconfig(lirc) -BuildRequires: pkgconfig(RapidJSON) -%if %{with kodi_libbluray} -BuildRequires: pkgconfig(libbluray) >= 0.9.3 -%endif -BuildRequires: pkgconfig(alsa) -BuildRequires: pkgconfig(dbus-1) -# libmicrohttpd > 0.9.30 -BuildRequires: pkgconfig(libmicrohttpd) -BuildRequires: pkgconfig(libpulse) >= 1.0 -BuildRequires: pkgconfig(avahi-client) -BuildRequires: pkgconfig(gbm) -%if %{with kodi_with_X11} -BuildRequires: pkgconfig(x11) -BuildRequires: pkgconfig(xext) -BuildRequires: pkgconfig(xrandr) -BuildRequires: pkgconfig(libdrm) -BuildRequires: pkgconfig(egl) -BuildRequires: pkgconfig(xkbcommon) -%endif -BuildRequires: pkgconfig(libssh) -BuildRequires: pkgconfig(smbclient) -BuildRequires: pkgconfig(libnfs) >= 4.0.0 -%if 0%{?suse_version} >= 1550 || ( 0%{?sle_version} >= 150400 && 0%{?is_opensuse} ) -BuildRequires: pkgconfig(libplist-2.0) -%else -BuildRequires: pkgconfig(libplist) -%endif -BuildRequires: shairplay-devel -BuildRequires: pkgconfig(libudev) -BuildRequires: pkgconfig(libcec) >= 4.0.0 -BuildRequires: pkgconfig(lcms2) -%if 0%{?suse_version} > 1315 -BuildRequires: pkgconfig(bluez) -%endif -BuildRequires: libcap-devel -%if %{with sysffmpeg} -BuildRequires: (pkgconfig(libavcodec) >= 60 with pkgconfig(libavcodec) < 61) -BuildRequires: (pkgconfig(libavfilter) >= 9 with pkgconfig(libavfilter) < 10)
View file
kodi-noX-raspberry-pi2.spec
Deleted
@@ -1,750 +0,0 @@ -# -# spec file for package kodi -# -# Copyright (c) 2015-2024 SUSE LLC -# -# All modifications and additions to the file contributed by third parties -# remain the property of their copyright owners, unless otherwise agreed -# upon. The license for this file, and modifications and additions to the -# file, is the same license as for the pristine package itself (unless the -# license for the pristine package is not an Open Source License, in which -# case the license is the MIT License). An "Open Source License" is a -# license that conforms to the Open Source Definition (Version 1.9) -# published by the Open Source Initiative. - -# Please submit bugfixes or comments via http://bugs.opensuse.org/ -# - - -# Please edit kodi.spec and kodi.changes only. *-noX.* files are generated from -# kodi.* files with the pre_checkin.sh script -%define kodi_version Omega -%define _kodi_addons_dir %{_datadir}/kodi/addons -# set this parameter to enable building Kodi with ccache, debug information, etc. -%define dev_build 0 - -# WARNING: Build with bundled ffmpeg until version 18.0 is reached -# INFO: We are on version 21.0 in the meantime, so let's live with -# the system provided ffmpeg packages; if this won't work at some -# point in time in the future, uncomment the "sysffmpeg" stuff. In -# order to reduce downloading it every time, this is now commented! -%bcond_without sysffmpeg -## %if 0%{without sysffmpeg} -## %define ffmpeg_version 5.1.2-Nexus-Alpha3 -## %endif - -# kodi can be built without X support when openGL ES is used (mainly used on ARM boards used as media center) -%bcond_with kodi_with_X11 -# Enable or disable Wayland depending on whether the stack is usable or not: -%if 0%{?suse_version} >= 1550 -%bcond_without kodi_with_wayland -%else -%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 - -%if %{with kodi_with_X11} -%bcond_without enable_opengl -%bcond_with enable_opengles -%else -# no X build needs openGL ES -%bcond_with enable_opengl -%bcond_without enable_opengles -%endif -# -%bcond_without kodi_libbluray -# -%bcond_without systemd - -ExclusiveArch: does-not-build - -Name: kodi-noX-raspberry-pi2 -Version: 21.1 -Release: 0 -Summary: Media center (formerly known as XBMC) -License: GPL-2.0+ and GPL-3.0+ -Group: Productivity/Multimedia/Video/Players -Url: https://kodi.tv/ -Source0: https://github.com/xbmc/xbmc/archive/%{version}-%{kodi_version}.tar.gz -Source1: kodi.SuSEFirewall2 -# AUTO-GENERATED using get_version.sh -Source3: kodi.VERSION -Source10: kodi.service -Source11: kodi-noX.service - -# The following sources will be downloaded via _service's download_files: -Source20: https://mirrors.kodi.tv/build-deps/sources/crossguid-ca1bf4b810e2d188d04cb6286f957008ee1b7681.tar.gz -Source21: https://github.com/xbmc/libdvdnav/archive/refs/tags/6.1.1-Next-Nexus-Alpha2-2.tar.gz -Source22: https://github.com/xbmc/libdvdcss/archive/refs/tags/1.4.3-Next-Nexus-Alpha2-2.tar.gz -Source23: https://github.com/xbmc/libdvdread/archive/refs/tags/6.1.3-Next-Nexus-Alpha2-2.tar.gz -Source24: https://mirrors.kodi.tv/build-deps/sources/libudfread-1.1.2.tar.gz -Source25: https://mirrors.kodi.tv/build-deps/sources/apache-groovy-binary-4.0.16.zip - -## %if 0%{without sysffmpeg} -## Source30: https://github.com/xbmc/FFmpeg/archive/refs/tags/%{ffmpeg_version}.tar.gz -## %endif -Patch1: 0001-crossguid-dgb.patch -Patch2: 0002-kodi-install.patch -%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 -BuildRequires: binutils-gold -BuildRequires: desktop-file-utils -BuildRequires: fdupes -BuildRequires: gawk -%if 0%{?suse_version} >= 1550 && 0%{?sle_version} == 0 -# Use the default compiler on Tumbleweed -BuildRequires: gcc -BuildRequires: gcc-c++ -%else -%if 0%{?suse_version} > 1320 && 0%{?sle_version} == 0 -BuildRequires: gcc9 -BuildRequires: gcc9-c++ -%else -BuildRequires: gcc8 -BuildRequires: gcc8-c++ -%endif -%endif -BuildRequires: ghostscript -BuildRequires: graphviz -BuildRequires: groff-full -BuildRequires: libtool -BuildRequires: pkg-config -BuildRequires: flatbuffers-devel -BuildRequires: pkgconfig(dav1d) -BuildRequires: pkgconfig(fmt) -BuildRequires: pkgconfig(fstrcmp) -BuildRequires: pkgconfig(RapidJSON) >= 1.0.2 -BuildRequires: python(abi) >= 3.11 -BuildRequires: pkgconfig(python-3.11) -BuildRequires: libmysqlclient-devel -BuildRequires: pkgconfig(libass) >= 0.17.0 -BuildRequires: pkgconfig(libcurl) -BuildRequires: pkgconfig(openssl) -BuildRequires: pkgconfig(gnutls) -BuildRequires: libgcrypt-devel -BuildRequires: pkgconfig(bzip2) -BuildRequires: lzo-devel -BuildRequires: pkgconfig(zlib) -BuildRequires: pkgconfig(libcrypto) -BuildRequires: tinyxml-devel -BuildRequires: tinyxml2-devel -BuildRequires: pkgconfig(uuid) -BuildRequires: libyajl-devel >= 2 -BuildRequires: pkgconfig(libidn2) -BuildRequires: pkgconfig(libinput) -BuildRequires: pkgconfig(libxml-2.0) -BuildRequires: pkgconfig(libxslt) -BuildRequires: pkgconfig(fribidi) -BuildRequires: pkgconfig(sqlite3) -BuildRequires: pkgconfig(libpcrecpp) -BuildRequires: pkgconfig(libpcre) -BuildRequires: pkgconfig(freetype2) -BuildRequires: pkgconfig(taglib) >= 1.9 -BuildRequires: pkgconfig(libcdio) >= 2.1.0 -BuildRequires: pkgconfig(lirc) -BuildRequires: pkgconfig(RapidJSON) -%if %{with kodi_libbluray} -BuildRequires: pkgconfig(libbluray) >= 0.9.3 -%endif -BuildRequires: pkgconfig(alsa) -BuildRequires: pkgconfig(dbus-1) -# libmicrohttpd > 0.9.30 -BuildRequires: pkgconfig(libmicrohttpd) -BuildRequires: pkgconfig(libpulse) >= 1.0 -BuildRequires: pkgconfig(avahi-client) -BuildRequires: pkgconfig(gbm) -%if %{with kodi_with_X11} -BuildRequires: pkgconfig(x11) -BuildRequires: pkgconfig(xext) -BuildRequires: pkgconfig(xrandr) -BuildRequires: pkgconfig(libdrm) -BuildRequires: pkgconfig(egl) -BuildRequires: pkgconfig(xkbcommon) -%endif -BuildRequires: pkgconfig(libssh) -BuildRequires: pkgconfig(smbclient) -BuildRequires: pkgconfig(libnfs) >= 4.0.0 -%if 0%{?suse_version} >= 1550 || ( 0%{?sle_version} >= 150400 && 0%{?is_opensuse} ) -BuildRequires: pkgconfig(libplist-2.0) -%else -BuildRequires: pkgconfig(libplist) -%endif -BuildRequires: shairplay-devel -BuildRequires: pkgconfig(libudev) -BuildRequires: pkgconfig(libcec) >= 4.0.0 -BuildRequires: pkgconfig(lcms2) -%if 0%{?suse_version} > 1315 -BuildRequires: pkgconfig(bluez) -%endif -BuildRequires: libcap-devel -%if %{with sysffmpeg} -BuildRequires: (pkgconfig(libavcodec) >= 60 with pkgconfig(libavcodec) < 61) -BuildRequires: (pkgconfig(libavfilter) >= 9 with pkgconfig(libavfilter) < 10)
View file
kodi-noX.spec
Deleted
@@ -1,750 +0,0 @@ -# -# spec file for package kodi -# -# Copyright (c) 2015-2024 SUSE LLC -# -# All modifications and additions to the file contributed by third parties -# remain the property of their copyright owners, unless otherwise agreed -# upon. The license for this file, and modifications and additions to the -# file, is the same license as for the pristine package itself (unless the -# license for the pristine package is not an Open Source License, in which -# case the license is the MIT License). An "Open Source License" is a -# license that conforms to the Open Source Definition (Version 1.9) -# published by the Open Source Initiative. - -# Please submit bugfixes or comments via http://bugs.opensuse.org/ -# - - -# Please edit kodi.spec and kodi.changes only. *-noX.* files are generated from -# kodi.* files with the pre_checkin.sh script -%define kodi_version Omega -%define _kodi_addons_dir %{_datadir}/kodi/addons -# set this parameter to enable building Kodi with ccache, debug information, etc. -%define dev_build 0 - -# WARNING: Build with bundled ffmpeg until version 18.0 is reached -# INFO: We are on version 21.0 in the meantime, so let's live with -# the system provided ffmpeg packages; if this won't work at some -# point in time in the future, uncomment the "sysffmpeg" stuff. In -# order to reduce downloading it every time, this is now commented! -%bcond_without sysffmpeg -## %if 0%{without sysffmpeg} -## %define ffmpeg_version 5.1.2-Nexus-Alpha3 -## %endif - -# kodi can be built without X support when openGL ES is used (mainly used on ARM boards used as media center) -%bcond_with kodi_with_X11 -# Enable or disable Wayland depending on whether the stack is usable or not: -%if 0%{?suse_version} >= 1550 -%bcond_without kodi_with_wayland -%else -%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 - -%if %{with kodi_with_X11} -%bcond_without enable_opengl -%bcond_with enable_opengles -%else -# no X build needs openGL ES -%bcond_with enable_opengl -%bcond_without enable_opengles -%endif -# -%bcond_without kodi_libbluray -# -%bcond_without systemd - -ExclusiveArch: does-not-build - -Name: kodi-noX -Version: 21.1 -Release: 0 -Summary: Media center (formerly known as XBMC) -License: GPL-2.0+ and GPL-3.0+ -Group: Productivity/Multimedia/Video/Players -Url: https://kodi.tv/ -Source0: https://github.com/xbmc/xbmc/archive/%{version}-%{kodi_version}.tar.gz -Source1: kodi.SuSEFirewall2 -# AUTO-GENERATED using get_version.sh -Source3: kodi.VERSION -Source10: kodi.service -Source11: kodi-noX.service - -# The following sources will be downloaded via _service's download_files: -Source20: https://mirrors.kodi.tv/build-deps/sources/crossguid-ca1bf4b810e2d188d04cb6286f957008ee1b7681.tar.gz -Source21: https://github.com/xbmc/libdvdnav/archive/refs/tags/6.1.1-Next-Nexus-Alpha2-2.tar.gz -Source22: https://github.com/xbmc/libdvdcss/archive/refs/tags/1.4.3-Next-Nexus-Alpha2-2.tar.gz -Source23: https://github.com/xbmc/libdvdread/archive/refs/tags/6.1.3-Next-Nexus-Alpha2-2.tar.gz -Source24: https://mirrors.kodi.tv/build-deps/sources/libudfread-1.1.2.tar.gz -Source25: https://mirrors.kodi.tv/build-deps/sources/apache-groovy-binary-4.0.16.zip - -## %if 0%{without sysffmpeg} -## Source30: https://github.com/xbmc/FFmpeg/archive/refs/tags/%{ffmpeg_version}.tar.gz -## %endif -Patch1: 0001-crossguid-dgb.patch -Patch2: 0002-kodi-install.patch -%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 -BuildRequires: binutils-gold -BuildRequires: desktop-file-utils -BuildRequires: fdupes -BuildRequires: gawk -%if 0%{?suse_version} >= 1550 && 0%{?sle_version} == 0 -# Use the default compiler on Tumbleweed -BuildRequires: gcc -BuildRequires: gcc-c++ -%else -%if 0%{?suse_version} > 1320 && 0%{?sle_version} == 0 -BuildRequires: gcc9 -BuildRequires: gcc9-c++ -%else -BuildRequires: gcc8 -BuildRequires: gcc8-c++ -%endif -%endif -BuildRequires: ghostscript -BuildRequires: graphviz -BuildRequires: groff-full -BuildRequires: libtool -BuildRequires: pkg-config -BuildRequires: flatbuffers-devel -BuildRequires: pkgconfig(dav1d) -BuildRequires: pkgconfig(fmt) -BuildRequires: pkgconfig(fstrcmp) -BuildRequires: pkgconfig(RapidJSON) >= 1.0.2 -BuildRequires: python(abi) >= 3.11 -BuildRequires: pkgconfig(python-3.11) -BuildRequires: libmysqlclient-devel -BuildRequires: pkgconfig(libass) >= 0.17.0 -BuildRequires: pkgconfig(libcurl) -BuildRequires: pkgconfig(openssl) -BuildRequires: pkgconfig(gnutls) -BuildRequires: libgcrypt-devel -BuildRequires: pkgconfig(bzip2) -BuildRequires: lzo-devel -BuildRequires: pkgconfig(zlib) -BuildRequires: pkgconfig(libcrypto) -BuildRequires: tinyxml-devel -BuildRequires: tinyxml2-devel -BuildRequires: pkgconfig(uuid) -BuildRequires: libyajl-devel >= 2 -BuildRequires: pkgconfig(libidn2) -BuildRequires: pkgconfig(libinput) -BuildRequires: pkgconfig(libxml-2.0) -BuildRequires: pkgconfig(libxslt) -BuildRequires: pkgconfig(fribidi) -BuildRequires: pkgconfig(sqlite3) -BuildRequires: pkgconfig(libpcrecpp) -BuildRequires: pkgconfig(libpcre) -BuildRequires: pkgconfig(freetype2) -BuildRequires: pkgconfig(taglib) >= 1.9 -BuildRequires: pkgconfig(libcdio) >= 2.1.0 -BuildRequires: pkgconfig(lirc) -BuildRequires: pkgconfig(RapidJSON) -%if %{with kodi_libbluray} -BuildRequires: pkgconfig(libbluray) >= 0.9.3 -%endif -BuildRequires: pkgconfig(alsa) -BuildRequires: pkgconfig(dbus-1) -# libmicrohttpd > 0.9.30 -BuildRequires: pkgconfig(libmicrohttpd) -BuildRequires: pkgconfig(libpulse) >= 1.0 -BuildRequires: pkgconfig(avahi-client) -BuildRequires: pkgconfig(gbm) -%if %{with kodi_with_X11} -BuildRequires: pkgconfig(x11) -BuildRequires: pkgconfig(xext) -BuildRequires: pkgconfig(xrandr) -BuildRequires: pkgconfig(libdrm) -BuildRequires: pkgconfig(egl) -BuildRequires: pkgconfig(xkbcommon) -%endif -BuildRequires: pkgconfig(libssh) -BuildRequires: pkgconfig(smbclient) -BuildRequires: pkgconfig(libnfs) >= 4.0.0 -%if 0%{?suse_version} >= 1550 || ( 0%{?sle_version} >= 150400 && 0%{?is_opensuse} ) -BuildRequires: pkgconfig(libplist-2.0) -%else -BuildRequires: pkgconfig(libplist) -%endif -BuildRequires: shairplay-devel -BuildRequires: pkgconfig(libudev) -BuildRequires: pkgconfig(libcec) >= 4.0.0 -BuildRequires: pkgconfig(lcms2) -%if 0%{?suse_version} > 1315 -BuildRequires: pkgconfig(bluez) -%endif -BuildRequires: libcap-devel -%if %{with sysffmpeg} -BuildRequires: (pkgconfig(libavcodec) >= 60 with pkgconfig(libavcodec) < 61) -BuildRequires: (pkgconfig(libavfilter) >= 9 with pkgconfig(libavfilter) < 10)
View file
kodi.spec
Changed
@@ -1,3 +1,4 @@ +%define _lto_cflags %{nil} # # spec file for package kodi #
View file
_constraints
Changed
@@ -2,10 +2,11 @@ <constraints> <hardware> <disk> - <size unit="M">18000</size> + <size unit="M">8000</size> </disk> <memory> - <size unit="M">6000</size> + <size unit="M">3000</size> </memory> </hardware> </constraints> +
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
.