Projects
Multimedia
kodi
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 35
View file
kodi-noX-raspberry-pi.changes
Changed
@@ -1,4 +1,9 @@ ------------------------------------------------------------------- +Wed Mar 1 12:08:32 UTC 2017 - olaf@aepfle.de + +- Make libbluray support optional + +------------------------------------------------------------------- Wed Mar 1 06:00:44 UTC 2017 - sagiben@gmail.com - Enable DVD support
View file
kodi-noX-raspberry-pi2.changes
Changed
@@ -1,4 +1,9 @@ ------------------------------------------------------------------- +Wed Mar 1 12:08:32 UTC 2017 - olaf@aepfle.de + +- Make libbluray support optional + +------------------------------------------------------------------- Wed Mar 1 06:00:44 UTC 2017 - sagiben@gmail.com - Enable DVD support
View file
kodi-noX.changes
Changed
@@ -1,4 +1,9 @@ ------------------------------------------------------------------- +Wed Mar 1 12:08:32 UTC 2017 - olaf@aepfle.de + +- Make libbluray support optional + +------------------------------------------------------------------- Wed Mar 1 06:00:44 UTC 2017 - sagiben@gmail.com - Enable DVD support
View file
kodi.changes
Changed
@@ -1,4 +1,9 @@ ------------------------------------------------------------------- +Wed Mar 1 12:08:32 UTC 2017 - olaf@aepfle.de + +- Make libbluray support optional + +------------------------------------------------------------------- Wed Mar 1 06:00:44 UTC 2017 - sagiben@gmail.com - Enable DVD support
View file
kodi-noX-raspberry-pi.spec
Changed
@@ -37,6 +37,7 @@ %bcond_with enable_opengles %endif %endif +%bcond_without kodi_libbluray %define kodi_platform raspberry-pi %define kodi_player omxplayer @@ -140,7 +141,9 @@ #BuildRequires: pkgconfig(libavfilter) = 6.31.100 #BuildRequires: pkgconfig(libavformat) = 57.25.100 #BuildRequires: pkgconfig(libavutil) = 55.17.103 +%if %{with kodi_libbluray} BuildRequires: pkgconfig(libbluray) >= 0.7.0 +%endif BuildRequires: pkgconfig(libcdio) BuildRequires: pkgconfig(libcec) >= 4.0.0 BuildRequires: pkgconfig(libcurl) @@ -296,6 +299,7 @@ %endif %configure \ + --disable-libbluray \ --with-ffmpeg=shared \ --enable-airplay \ --enable-alsa \ @@ -329,10 +333,11 @@ --disable-gles \ %endif %if "%{kodi_platform}" != "none" - --disable-libbluray \ --with-platform=%{kodi_platform} \ %endif +%if %{with kodi_libbluray} --enable-libbluray \ +%endif %if "%{kodi_player}" != "none" --enable-player="%{kodi_player}" \ %endif
View file
kodi-noX-raspberry-pi2.spec
Changed
@@ -37,6 +37,7 @@ %bcond_with enable_opengles %endif %endif +%bcond_without kodi_libbluray %define kodi_platform raspberry-pi2 %define kodi_player omxplayer @@ -140,7 +141,9 @@ #BuildRequires: pkgconfig(libavfilter) = 6.31.100 #BuildRequires: pkgconfig(libavformat) = 57.25.100 #BuildRequires: pkgconfig(libavutil) = 55.17.103 +%if %{with kodi_libbluray} BuildRequires: pkgconfig(libbluray) >= 0.7.0 +%endif BuildRequires: pkgconfig(libcdio) BuildRequires: pkgconfig(libcec) >= 4.0.0 BuildRequires: pkgconfig(libcurl) @@ -296,6 +299,7 @@ %endif %configure \ + --disable-libbluray \ --with-ffmpeg=shared \ --enable-airplay \ --enable-alsa \ @@ -329,10 +333,11 @@ --disable-gles \ %endif %if "%{kodi_platform}" != "none" - --disable-libbluray \ --with-platform=%{kodi_platform} \ %endif +%if %{with kodi_libbluray} --enable-libbluray \ +%endif %if "%{kodi_player}" != "none" --enable-player="%{kodi_player}" \ %endif
View file
kodi-noX.spec
Changed
@@ -37,6 +37,7 @@ %bcond_with enable_opengles %endif %endif +%bcond_without kodi_libbluray %define kodi_platform none %define kodi_player none @@ -140,7 +141,9 @@ #BuildRequires: pkgconfig(libavfilter) = 6.31.100 #BuildRequires: pkgconfig(libavformat) = 57.25.100 #BuildRequires: pkgconfig(libavutil) = 55.17.103 +%if %{with kodi_libbluray} BuildRequires: pkgconfig(libbluray) >= 0.7.0 +%endif BuildRequires: pkgconfig(libcdio) BuildRequires: pkgconfig(libcec) >= 4.0.0 BuildRequires: pkgconfig(libcurl) @@ -296,6 +299,7 @@ %endif %configure \ + --disable-libbluray \ --with-ffmpeg=shared \ --enable-airplay \ --enable-alsa \ @@ -329,10 +333,11 @@ --disable-gles \ %endif %if "%{kodi_platform}" != "none" - --disable-libbluray \ --with-platform=%{kodi_platform} \ %endif +%if %{with kodi_libbluray} --enable-libbluray \ +%endif %if "%{kodi_player}" != "none" --enable-player="%{kodi_player}" \ %endif
View file
kodi.spec
Changed
@@ -37,6 +37,7 @@ %bcond_with enable_opengles %endif %endif +%bcond_without kodi_libbluray %define kodi_platform none %define kodi_player none @@ -140,7 +141,9 @@ #BuildRequires: pkgconfig(libavfilter) = 6.31.100 #BuildRequires: pkgconfig(libavformat) = 57.25.100 #BuildRequires: pkgconfig(libavutil) = 55.17.103 +%if %{with kodi_libbluray} BuildRequires: pkgconfig(libbluray) >= 0.7.0 +%endif BuildRequires: pkgconfig(libcdio) BuildRequires: pkgconfig(libcec) >= 4.0.0 BuildRequires: pkgconfig(libcurl) @@ -296,6 +299,7 @@ %endif %configure \ + --disable-libbluray \ --with-ffmpeg=shared \ --enable-airplay \ --enable-alsa \ @@ -329,10 +333,11 @@ --disable-gles \ %endif %if "%{kodi_platform}" != "none" - --disable-libbluray \ --with-platform=%{kodi_platform} \ %endif +%if %{with kodi_libbluray} --enable-libbluray \ +%endif %if "%{kodi_player}" != "none" --enable-player="%{kodi_player}" \ %endif
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
.