Changes of Revision 25

kodi-noX-raspberry-pi.changes Changed
x
 
1
@@ -1,4 +1,10 @@
2
 -------------------------------------------------------------------
3
+Wed Mar  9 16:58:59 UTC 2016 - guillaume@opensuse.org
4
+
5
+- BuildRequires ftgl-devel and libva only for openGL builds
6
+- Remove libplatform dep since it was/is an addon dep
7
+
8
+-------------------------------------------------------------------
9
 Thu Feb 25 08:57:53 UTC 2016 - sagiben at gmail dot com
10
 
11
 - Version update to Kodi 16.0 Jarvis:
12
kodi-noX-raspberry-pi2.changes Changed
12
 
1
@@ -1,4 +1,10 @@
2
 -------------------------------------------------------------------
3
+Wed Mar  9 16:58:59 UTC 2016 - guillaume@opensuse.org
4
+
5
+- BuildRequires ftgl-devel and libva only for openGL builds
6
+- Remove libplatform dep since it was/is an addon dep
7
+
8
+-------------------------------------------------------------------
9
 Thu Feb 25 08:57:53 UTC 2016 - sagiben at gmail dot com
10
 
11
 - Version update to Kodi 16.0 Jarvis:
12
kodi-noX.changes Changed
12
 
1
@@ -1,4 +1,10 @@
2
 -------------------------------------------------------------------
3
+Wed Mar  9 16:58:59 UTC 2016 - guillaume@opensuse.org
4
+
5
+- BuildRequires ftgl-devel and libva only for openGL builds
6
+- Remove libplatform dep since it was/is an addon dep
7
+
8
+-------------------------------------------------------------------
9
 Thu Feb 25 08:57:53 UTC 2016 - sagiben at gmail dot com
10
 
11
 - Version update to Kodi 16.0 Jarvis:
12
kodi.changes Changed
12
 
1
@@ -1,4 +1,10 @@
2
 -------------------------------------------------------------------
3
+Wed Mar  9 16:58:59 UTC 2016 - guillaume@opensuse.org
4
+
5
+- BuildRequires ftgl-devel and libva only for openGL builds
6
+- Remove libplatform dep since it was/is an addon dep
7
+
8
+-------------------------------------------------------------------
9
 Thu Feb 25 08:57:53 UTC 2016 - sagiben at gmail dot com
10
 
11
 - Version update to Kodi 16.0 Jarvis:
12
kodi-noX-raspberry-pi.spec Changed
49
 
1
@@ -69,7 +69,9 @@
2
 BuildRequires:  doxygen
3
 BuildRequires:  fdupes
4
 BuildRequires:  flex
5
+%if %{with enable_opengl}
6
 BuildRequires:  ftgl-devel
7
+%endif
8
 BuildRequires:  gcc-c++
9
 BuildRequires:  gettext
10
 BuildRequires:  giflib-devel
11
@@ -130,9 +132,7 @@
12
 BuildRequires:  pkgconfig(libavfilter) = 5.40.101
13
 BuildRequires:  pkgconfig(libavformat) = 56.40.101
14
 BuildRequires:  pkgconfig(libavutil) = 54.31.100
15
-%if "%{kodi_platform}" == "none"
16
-BuildRequires:  pkgconfig(libbluray)
17
-%endif
18
+BuildRequires:  pkgconfig(libbluray)  >= 0.7.0
19
 BuildRequires:  pkgconfig(libcdio)
20
 BuildRequires:  pkgconfig(libcec) >= 3.0.0
21
 BuildRequires:  pkgconfig(libcurl)
22
@@ -153,13 +153,14 @@
23
 BuildRequires:  pkgconfig(libswresample) = 1.2.101
24
 BuildRequires:  pkgconfig(libtiff-4)
25
 BuildRequires:  pkgconfig(libudev)
26
+%if %{with enable_opengl}
27
 BuildRequires:  pkgconfig(libva)
28
+%endif
29
 BuildRequires:  pkgconfig(libxml-2.0)
30
 BuildRequires:  pkgconfig(libxslt)
31
 BuildRequires:  pkgconfig(mad)
32
 BuildRequires:  pkgconfig(nettle)
33
 BuildRequires:  pkgconfig(ogg)
34
-BuildRequires:  pkgconfig(platform)
35
 BuildRequires:  pkgconfig(python)
36
 BuildRequires:  pkgconfig(samplerate)
37
 %if !%{noX_build}
38
@@ -315,9 +316,8 @@
39
 %if "%{kodi_platform}" != "none"
40
     --disable-libbluray \
41
     --with-platform=%{kodi_platform} \
42
-%else
43
-   --enable-libbluray \
44
 %endif
45
+    --enable-libbluray \
46
 %if "%{kodi_player}" != "none"
47
     --enable-player="%{kodi_player}" \
48
 %endif
49
kodi-noX-raspberry-pi2.spec Changed
49
 
1
@@ -69,7 +69,9 @@
2
 BuildRequires:  doxygen
3
 BuildRequires:  fdupes
4
 BuildRequires:  flex
5
+%if %{with enable_opengl}
6
 BuildRequires:  ftgl-devel
7
+%endif
8
 BuildRequires:  gcc-c++
9
 BuildRequires:  gettext
10
 BuildRequires:  giflib-devel
11
@@ -130,9 +132,7 @@
12
 BuildRequires:  pkgconfig(libavfilter) = 5.40.101
13
 BuildRequires:  pkgconfig(libavformat) = 56.40.101
14
 BuildRequires:  pkgconfig(libavutil) = 54.31.100
15
-%if "%{kodi_platform}" == "none"
16
-BuildRequires:  pkgconfig(libbluray)
17
-%endif
18
+BuildRequires:  pkgconfig(libbluray)  >= 0.7.0
19
 BuildRequires:  pkgconfig(libcdio)
20
 BuildRequires:  pkgconfig(libcec) >= 3.0.0
21
 BuildRequires:  pkgconfig(libcurl)
22
@@ -153,13 +153,14 @@
23
 BuildRequires:  pkgconfig(libswresample) = 1.2.101
24
 BuildRequires:  pkgconfig(libtiff-4)
25
 BuildRequires:  pkgconfig(libudev)
26
+%if %{with enable_opengl}
27
 BuildRequires:  pkgconfig(libva)
28
+%endif
29
 BuildRequires:  pkgconfig(libxml-2.0)
30
 BuildRequires:  pkgconfig(libxslt)
31
 BuildRequires:  pkgconfig(mad)
32
 BuildRequires:  pkgconfig(nettle)
33
 BuildRequires:  pkgconfig(ogg)
34
-BuildRequires:  pkgconfig(platform)
35
 BuildRequires:  pkgconfig(python)
36
 BuildRequires:  pkgconfig(samplerate)
37
 %if !%{noX_build}
38
@@ -315,9 +316,8 @@
39
 %if "%{kodi_platform}" != "none"
40
     --disable-libbluray \
41
     --with-platform=%{kodi_platform} \
42
-%else
43
-   --enable-libbluray \
44
 %endif
45
+    --enable-libbluray \
46
 %if "%{kodi_player}" != "none"
47
     --enable-player="%{kodi_player}" \
48
 %endif
49
kodi-noX.spec Changed
49
 
1
@@ -69,7 +69,9 @@
2
 BuildRequires:  doxygen
3
 BuildRequires:  fdupes
4
 BuildRequires:  flex
5
+%if %{with enable_opengl}
6
 BuildRequires:  ftgl-devel
7
+%endif
8
 BuildRequires:  gcc-c++
9
 BuildRequires:  gettext
10
 BuildRequires:  giflib-devel
11
@@ -130,9 +132,7 @@
12
 BuildRequires:  pkgconfig(libavfilter) = 5.40.101
13
 BuildRequires:  pkgconfig(libavformat) = 56.40.101
14
 BuildRequires:  pkgconfig(libavutil) = 54.31.100
15
-%if "%{kodi_platform}" == "none"
16
-BuildRequires:  pkgconfig(libbluray)
17
-%endif
18
+BuildRequires:  pkgconfig(libbluray)  >= 0.7.0
19
 BuildRequires:  pkgconfig(libcdio)
20
 BuildRequires:  pkgconfig(libcec) >= 3.0.0
21
 BuildRequires:  pkgconfig(libcurl)
22
@@ -153,13 +153,14 @@
23
 BuildRequires:  pkgconfig(libswresample) = 1.2.101
24
 BuildRequires:  pkgconfig(libtiff-4)
25
 BuildRequires:  pkgconfig(libudev)
26
+%if %{with enable_opengl}
27
 BuildRequires:  pkgconfig(libva)
28
+%endif
29
 BuildRequires:  pkgconfig(libxml-2.0)
30
 BuildRequires:  pkgconfig(libxslt)
31
 BuildRequires:  pkgconfig(mad)
32
 BuildRequires:  pkgconfig(nettle)
33
 BuildRequires:  pkgconfig(ogg)
34
-BuildRequires:  pkgconfig(platform)
35
 BuildRequires:  pkgconfig(python)
36
 BuildRequires:  pkgconfig(samplerate)
37
 %if !%{noX_build}
38
@@ -315,9 +316,8 @@
39
 %if "%{kodi_platform}" != "none"
40
     --disable-libbluray \
41
     --with-platform=%{kodi_platform} \
42
-%else
43
-   --enable-libbluray \
44
 %endif
45
+    --enable-libbluray \
46
 %if "%{kodi_player}" != "none"
47
     --enable-player="%{kodi_player}" \
48
 %endif
49
kodi.spec Changed
49
 
1
@@ -69,7 +69,9 @@
2
 BuildRequires:  doxygen
3
 BuildRequires:  fdupes
4
 BuildRequires:  flex
5
+%if %{with enable_opengl}
6
 BuildRequires:  ftgl-devel
7
+%endif
8
 BuildRequires:  gcc-c++
9
 BuildRequires:  gettext
10
 BuildRequires:  giflib-devel
11
@@ -130,9 +132,7 @@
12
 BuildRequires:  pkgconfig(libavfilter) = 5.40.101
13
 BuildRequires:  pkgconfig(libavformat) = 56.40.101
14
 BuildRequires:  pkgconfig(libavutil) = 54.31.100
15
-%if "%{kodi_platform}" == "none"
16
-BuildRequires:  pkgconfig(libbluray)
17
-%endif
18
+BuildRequires:  pkgconfig(libbluray)  >= 0.7.0
19
 BuildRequires:  pkgconfig(libcdio)
20
 BuildRequires:  pkgconfig(libcec) >= 3.0.0
21
 BuildRequires:  pkgconfig(libcurl)
22
@@ -153,13 +153,14 @@
23
 BuildRequires:  pkgconfig(libswresample) = 1.2.101
24
 BuildRequires:  pkgconfig(libtiff-4)
25
 BuildRequires:  pkgconfig(libudev)
26
+%if %{with enable_opengl}
27
 BuildRequires:  pkgconfig(libva)
28
+%endif
29
 BuildRequires:  pkgconfig(libxml-2.0)
30
 BuildRequires:  pkgconfig(libxslt)
31
 BuildRequires:  pkgconfig(mad)
32
 BuildRequires:  pkgconfig(nettle)
33
 BuildRequires:  pkgconfig(ogg)
34
-BuildRequires:  pkgconfig(platform)
35
 BuildRequires:  pkgconfig(python)
36
 BuildRequires:  pkgconfig(samplerate)
37
 %if !%{noX_build}
38
@@ -315,9 +316,8 @@
39
 %if "%{kodi_platform}" != "none"
40
     --disable-libbluray \
41
     --with-platform=%{kodi_platform} \
42
-%else
43
-   --enable-libbluray \
44
 %endif
45
+    --enable-libbluray \
46
 %if "%{kodi_player}" != "none"
47
     --enable-player="%{kodi_player}" \
48
 %endif
49