Projects
home:sagiben
kodi
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 88
View file
kodi-noX-raspberry-pi.changes
Changed
@@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Thu Feb 25 08:57:53 UTC 2016 - sagiben at gmail dot com + +- Version update to Kodi 16.0 Jarvis: + http://kodi.wiki/view/Kodi_v16_(Jarvis)_changelog + +------------------------------------------------------------------- Fri Jan 29 13:18:31 UTC 2016 - guillaume@opensuse.org - Remove SDL2 dep for kodi-noX* builds
View file
kodi-noX-raspberry-pi2.changes
Changed
@@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Thu Feb 25 08:57:53 UTC 2016 - sagiben at gmail dot com + +- Version update to Kodi 16.0 Jarvis: + http://kodi.wiki/view/Kodi_v16_(Jarvis)_changelog + +------------------------------------------------------------------- Fri Jan 29 13:18:31 UTC 2016 - guillaume@opensuse.org - Remove SDL2 dep for kodi-noX* builds
View file
kodi-noX.changes
Changed
@@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Thu Feb 25 08:57:53 UTC 2016 - sagiben at gmail dot com + +- Version update to Kodi 16.0 Jarvis: + http://kodi.wiki/view/Kodi_v16_(Jarvis)_changelog + +------------------------------------------------------------------- Fri Jan 29 13:18:31 UTC 2016 - guillaume@opensuse.org - Remove SDL2 dep for kodi-noX* builds
View file
kodi.changes
Changed
@@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Thu Feb 25 08:57:53 UTC 2016 - sagiben at gmail dot com + +- Version update to Kodi 16.0 Jarvis: + http://kodi.wiki/view/Kodi_v16_(Jarvis)_changelog + +------------------------------------------------------------------- Fri Jan 29 13:18:31 UTC 2016 - guillaume@opensuse.org - Remove SDL2 dep for kodi-noX* builds
View file
kodi-noX-raspberry-pi.spec
Changed
@@ -20,6 +20,8 @@ # kodi.* files with the pre_checkin.sh script %define kodi_version Jarvis %define _kodi_addons_dir %{_datadir}/kodi/addons +# set this parameter to enable building Kodi with ccache, debug information, etc. +%define dev_build 0 # kodi can be built without X support when openGL ES is used (mainly used on ARM boards used as media center) %define noX_build 1 %if %{noX_build} @@ -126,7 +128,7 @@ BuildRequires: pkgconfig(libavfilter) = 5.40.101 BuildRequires: pkgconfig(libavformat) = 56.40.101 BuildRequires: pkgconfig(libavutil) = 54.31.100 -%if !%{noX_build} +%if "%{kodi_platform}" == "none" BuildRequires: pkgconfig(libbluray) %endif BuildRequires: pkgconfig(libcdio) @@ -280,7 +282,6 @@ --enable-airplay \ --enable-alsa \ --enable-avahi \ - --enable-libbluray \ --enable-libcap \ --enable-libcec \ --enable-libusb \ @@ -310,10 +311,13 @@ --disable-gles \ %endif %if "%{kodi_platform}" != "none" - --with-platform=%{kodi_platform} \ + --disable-libbluray \ + --with-platform=%{kodi_platform} \ +%else + --enable-libbluray \ %endif %if "%{kodi_player}" != "none" - --enable-player="%{kodi_player}" \ + --enable-player="%{kodi_player}" \ %endif %ifarch armv7l armv7hl --enable-tegra \ @@ -325,9 +329,15 @@ --disable-sdl \ --disable-joystick \ %endif +%if %{dev_build} + --enable-debug \ + --enable-ccache \ +%endif +%if !%{dev_build} --disable-debug \ - --disable-optimizations \ --disable-ccache \ +%endif + --disable-optimizations \ --disable-static make %{?_smp_mflags}
View file
kodi-noX-raspberry-pi2.spec
Changed
@@ -20,6 +20,8 @@ # kodi.* files with the pre_checkin.sh script %define kodi_version Jarvis %define _kodi_addons_dir %{_datadir}/kodi/addons +# set this parameter to enable building Kodi with ccache, debug information, etc. +%define dev_build 0 # kodi can be built without X support when openGL ES is used (mainly used on ARM boards used as media center) %define noX_build 1 %if %{noX_build} @@ -126,7 +128,7 @@ BuildRequires: pkgconfig(libavfilter) = 5.40.101 BuildRequires: pkgconfig(libavformat) = 56.40.101 BuildRequires: pkgconfig(libavutil) = 54.31.100 -%if !%{noX_build} +%if "%{kodi_platform}" == "none" BuildRequires: pkgconfig(libbluray) %endif BuildRequires: pkgconfig(libcdio) @@ -280,7 +282,6 @@ --enable-airplay \ --enable-alsa \ --enable-avahi \ - --enable-libbluray \ --enable-libcap \ --enable-libcec \ --enable-libusb \ @@ -310,10 +311,13 @@ --disable-gles \ %endif %if "%{kodi_platform}" != "none" - --with-platform=%{kodi_platform} \ + --disable-libbluray \ + --with-platform=%{kodi_platform} \ +%else + --enable-libbluray \ %endif %if "%{kodi_player}" != "none" - --enable-player="%{kodi_player}" \ + --enable-player="%{kodi_player}" \ %endif %ifarch armv7l armv7hl --enable-tegra \ @@ -325,9 +329,15 @@ --disable-sdl \ --disable-joystick \ %endif +%if %{dev_build} + --enable-debug \ + --enable-ccache \ +%endif +%if !%{dev_build} --disable-debug \ - --disable-optimizations \ --disable-ccache \ +%endif + --disable-optimizations \ --disable-static make %{?_smp_mflags}
View file
kodi-noX.spec
Changed
@@ -20,6 +20,8 @@ # kodi.* files with the pre_checkin.sh script %define kodi_version Jarvis %define _kodi_addons_dir %{_datadir}/kodi/addons +# set this parameter to enable building Kodi with ccache, debug information, etc. +%define dev_build 0 # kodi can be built without X support when openGL ES is used (mainly used on ARM boards used as media center) %define noX_build 1 %if %{noX_build} @@ -126,7 +128,7 @@ BuildRequires: pkgconfig(libavfilter) = 5.40.101 BuildRequires: pkgconfig(libavformat) = 56.40.101 BuildRequires: pkgconfig(libavutil) = 54.31.100 -%if !%{noX_build} +%if "%{kodi_platform}" == "none" BuildRequires: pkgconfig(libbluray) %endif BuildRequires: pkgconfig(libcdio) @@ -280,7 +282,6 @@ --enable-airplay \ --enable-alsa \ --enable-avahi \ - --enable-libbluray \ --enable-libcap \ --enable-libcec \ --enable-libusb \ @@ -310,10 +311,13 @@ --disable-gles \ %endif %if "%{kodi_platform}" != "none" - --with-platform=%{kodi_platform} \ + --disable-libbluray \ + --with-platform=%{kodi_platform} \ +%else + --enable-libbluray \ %endif %if "%{kodi_player}" != "none" - --enable-player="%{kodi_player}" \ + --enable-player="%{kodi_player}" \ %endif %ifarch armv7l armv7hl --enable-tegra \ @@ -325,9 +329,15 @@ --disable-sdl \ --disable-joystick \ %endif +%if %{dev_build} + --enable-debug \ + --enable-ccache \ +%endif +%if !%{dev_build} --disable-debug \ - --disable-optimizations \ --disable-ccache \ +%endif + --disable-optimizations \ --disable-static make %{?_smp_mflags}
View file
kodi.spec
Changed
@@ -20,6 +20,8 @@ # kodi.* files with the pre_checkin.sh script %define kodi_version Jarvis %define _kodi_addons_dir %{_datadir}/kodi/addons +# set this parameter to enable building Kodi with ccache, debug information, etc. +%define dev_build 0 # kodi can be built without X support when openGL ES is used (mainly used on ARM boards used as media center) %define noX_build 0 %if %{noX_build} @@ -126,7 +128,7 @@ BuildRequires: pkgconfig(libavfilter) = 5.40.101 BuildRequires: pkgconfig(libavformat) = 56.40.101 BuildRequires: pkgconfig(libavutil) = 54.31.100 -%if !%{noX_build} +%if "%{kodi_platform}" == "none" BuildRequires: pkgconfig(libbluray) %endif BuildRequires: pkgconfig(libcdio) @@ -280,7 +282,6 @@ --enable-airplay \ --enable-alsa \ --enable-avahi \ - --enable-libbluray \ --enable-libcap \ --enable-libcec \ --enable-libusb \ @@ -310,10 +311,13 @@ --disable-gles \ %endif %if "%{kodi_platform}" != "none" - --with-platform=%{kodi_platform} \ + --disable-libbluray \ + --with-platform=%{kodi_platform} \ +%else + --enable-libbluray \ %endif %if "%{kodi_player}" != "none" - --enable-player="%{kodi_player}" \ + --enable-player="%{kodi_player}" \ %endif %ifarch armv7l armv7hl --enable-tegra \ @@ -325,9 +329,15 @@ --disable-sdl \ --disable-joystick \ %endif +%if %{dev_build} + --enable-debug \ + --enable-ccache \ +%endif +%if !%{dev_build} --disable-debug \ - --disable-optimizations \ --disable-ccache \ +%endif + --disable-optimizations \ --disable-static make %{?_smp_mflags}
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
.