Overview

Request 5544 (accepted)

for Leap 15.4 use BuildRequires libplist-2.0

Submit package home:gcomes.pmbs / kodi to package Multimedia / kodi

kodi.changes Changed
x
 
1
@@ -1,4 +1,9 @@
2
 -------------------------------------------------------------------
3
+Sun Mar 27 18:08:24 UTC 2022 - Giacomo Comes <gcomes.obs@gmail.com>
4
+
5
+- for Leap 15.4 use BuildRequires libplist-2.0
6
+
7
+-------------------------------------------------------------------
8
 Wed Mar  9 08:30:03 UTC 2022 - Manfred Hollstein <manfred.h@gmx.net>
9
 
10
 - Version update to Kodi 19.4 Matrix
11
kodi.spec Changed
10
 
1
@@ -164,7 +164,7 @@
2
 BuildRequires:  pkgconfig(libssh)
3
 BuildRequires:  pkgconfig(smbclient)
4
 BuildRequires:  pkgconfig(libnfs) >= 4.0.0
5
-%if 0%{?suse_version} >= 1550
6
+%if 0%{?suse_version} >= 1550 || ( 0%{?sle_version} >= 150400 && 0%{?is_opensuse} )
7
 BuildRequires:  pkgconfig(libplist-2.0)
8
 %else
9
 BuildRequires:  pkgconfig(libplist)
10
Refresh
Refresh

manfred.h wrote almost 3 years ago

Can you please describe why you think this change is needed? I ask because kodi currently builds fine for Leap 15.4 as can be seen here


gcomes.pmbs wrote almost 3 years ago

if you try to install kodi on Leap 15.4 beta you will get this error message: Problem: nothing provides 'libplist.so.3()(64bit)' needed by the to be installed kodi-19.4-pm154.1.1.x86_64 Leap 15.4 has libplist-2.0 not libplist (the same as tumbleweed)


manfred.h wrote almost 3 years ago

Yes, you are right. I just looked at the sources of Leap 15.4 and found the same.

I'd recommend to accept your patch then, but leave it to Sagi to express his opinion!

BTW, thanks for your patch!


sagiben wrote almost 3 years ago

:thumbsup:

Request History
Giacomo Comes's avatar

gcomes.pmbs created request almost 3 years ago

for Leap 15.4 use BuildRequires libplist-2.0


manfred.h's avatar

manfred.h accepted request almost 3 years ago

accepted as obviously correct, thx!