Changes of Revision 35
kodi-noX-raspberry-pi.changes
Changed
x
1
2
-------------------------------------------------------------------
3
+Wed Mar 1 12:08:32 UTC 2017 - olaf@aepfle.de
4
+
5
+- Make libbluray support optional
6
+
7
+-------------------------------------------------------------------
8
Wed Mar 1 06:00:44 UTC 2017 - sagiben@gmail.com
9
10
- Enable DVD support
11
kodi-noX-raspberry-pi2.changes
Changed
11
1
2
-------------------------------------------------------------------
3
+Wed Mar 1 12:08:32 UTC 2017 - olaf@aepfle.de
4
+
5
+- Make libbluray support optional
6
+
7
+-------------------------------------------------------------------
8
Wed Mar 1 06:00:44 UTC 2017 - sagiben@gmail.com
9
10
- Enable DVD support
11
kodi-noX.changes
Changed
11
1
2
-------------------------------------------------------------------
3
+Wed Mar 1 12:08:32 UTC 2017 - olaf@aepfle.de
4
+
5
+- Make libbluray support optional
6
+
7
+-------------------------------------------------------------------
8
Wed Mar 1 06:00:44 UTC 2017 - sagiben@gmail.com
9
10
- Enable DVD support
11
kodi.changes
Changed
11
1
2
-------------------------------------------------------------------
3
+Wed Mar 1 12:08:32 UTC 2017 - olaf@aepfle.de
4
+
5
+- Make libbluray support optional
6
+
7
+-------------------------------------------------------------------
8
Wed Mar 1 06:00:44 UTC 2017 - sagiben@gmail.com
9
10
- Enable DVD support
11
kodi-noX-raspberry-pi.spec
Changed
40
1
2
%bcond_with enable_opengles
3
%endif
4
%endif
5
+%bcond_without kodi_libbluray
6
7
%define kodi_platform raspberry-pi
8
%define kodi_player omxplayer
9
10
#BuildRequires: pkgconfig(libavfilter) = 6.31.100
11
#BuildRequires: pkgconfig(libavformat) = 57.25.100
12
#BuildRequires: pkgconfig(libavutil) = 55.17.103
13
+%if %{with kodi_libbluray}
14
BuildRequires: pkgconfig(libbluray) >= 0.7.0
15
+%endif
16
BuildRequires: pkgconfig(libcdio)
17
BuildRequires: pkgconfig(libcec) >= 4.0.0
18
BuildRequires: pkgconfig(libcurl)
19
20
%endif
21
22
%configure \
23
+ --disable-libbluray \
24
--with-ffmpeg=shared \
25
--enable-airplay \
26
--enable-alsa \
27
28
--disable-gles \
29
%endif
30
%if "%{kodi_platform}" != "none"
31
- --disable-libbluray \
32
--with-platform=%{kodi_platform} \
33
%endif
34
+%if %{with kodi_libbluray}
35
--enable-libbluray \
36
+%endif
37
%if "%{kodi_player}" != "none"
38
--enable-player="%{kodi_player}" \
39
%endif
40
kodi-noX-raspberry-pi2.spec
Changed
40
1
2
%bcond_with enable_opengles
3
%endif
4
%endif
5
+%bcond_without kodi_libbluray
6
7
%define kodi_platform raspberry-pi2
8
%define kodi_player omxplayer
9
10
#BuildRequires: pkgconfig(libavfilter) = 6.31.100
11
#BuildRequires: pkgconfig(libavformat) = 57.25.100
12
#BuildRequires: pkgconfig(libavutil) = 55.17.103
13
+%if %{with kodi_libbluray}
14
BuildRequires: pkgconfig(libbluray) >= 0.7.0
15
+%endif
16
BuildRequires: pkgconfig(libcdio)
17
BuildRequires: pkgconfig(libcec) >= 4.0.0
18
BuildRequires: pkgconfig(libcurl)
19
20
%endif
21
22
%configure \
23
+ --disable-libbluray \
24
--with-ffmpeg=shared \
25
--enable-airplay \
26
--enable-alsa \
27
28
--disable-gles \
29
%endif
30
%if "%{kodi_platform}" != "none"
31
- --disable-libbluray \
32
--with-platform=%{kodi_platform} \
33
%endif
34
+%if %{with kodi_libbluray}
35
--enable-libbluray \
36
+%endif
37
%if "%{kodi_player}" != "none"
38
--enable-player="%{kodi_player}" \
39
%endif
40
kodi-noX.spec
Changed
40
1
2
%bcond_with enable_opengles
3
%endif
4
%endif
5
+%bcond_without kodi_libbluray
6
7
%define kodi_platform none
8
%define kodi_player none
9
10
#BuildRequires: pkgconfig(libavfilter) = 6.31.100
11
#BuildRequires: pkgconfig(libavformat) = 57.25.100
12
#BuildRequires: pkgconfig(libavutil) = 55.17.103
13
+%if %{with kodi_libbluray}
14
BuildRequires: pkgconfig(libbluray) >= 0.7.0
15
+%endif
16
BuildRequires: pkgconfig(libcdio)
17
BuildRequires: pkgconfig(libcec) >= 4.0.0
18
BuildRequires: pkgconfig(libcurl)
19
20
%endif
21
22
%configure \
23
+ --disable-libbluray \
24
--with-ffmpeg=shared \
25
--enable-airplay \
26
--enable-alsa \
27
28
--disable-gles \
29
%endif
30
%if "%{kodi_platform}" != "none"
31
- --disable-libbluray \
32
--with-platform=%{kodi_platform} \
33
%endif
34
+%if %{with kodi_libbluray}
35
--enable-libbluray \
36
+%endif
37
%if "%{kodi_player}" != "none"
38
--enable-player="%{kodi_player}" \
39
%endif
40
kodi.spec
Changed
40
1
2
%bcond_with enable_opengles
3
%endif
4
%endif
5
+%bcond_without kodi_libbluray
6
7
%define kodi_platform none
8
%define kodi_player none
9
10
#BuildRequires: pkgconfig(libavfilter) = 6.31.100
11
#BuildRequires: pkgconfig(libavformat) = 57.25.100
12
#BuildRequires: pkgconfig(libavutil) = 55.17.103
13
+%if %{with kodi_libbluray}
14
BuildRequires: pkgconfig(libbluray) >= 0.7.0
15
+%endif
16
BuildRequires: pkgconfig(libcdio)
17
BuildRequires: pkgconfig(libcec) >= 4.0.0
18
BuildRequires: pkgconfig(libcurl)
19
20
%endif
21
22
%configure \
23
+ --disable-libbluray \
24
--with-ffmpeg=shared \
25
--enable-airplay \
26
--enable-alsa \
27
28
--disable-gles \
29
%endif
30
%if "%{kodi_platform}" != "none"
31
- --disable-libbluray \
32
--with-platform=%{kodi_platform} \
33
%endif
34
+%if %{with kodi_libbluray}
35
--enable-libbluray \
36
+%endif
37
%if "%{kodi_player}" != "none"
38
--enable-player="%{kodi_player}" \
39
%endif
40