Package: kodiplatform / 17.0.0-2~bpo8+1

Metadata

Package Version Patches format
kodiplatform 17.0.0-2~bpo8+1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
02_fix noarch libdir usage.patch | (download)

CMakeLists.txt | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 stop using cmake_install_libdir_noarch
 Both pkg-config and .cmake files contain the multiarch path
03_dont_set_cflags_in_pkg config.patch | (download)

kodiplatform.pc.in | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 don't set cflags in .pc
 None of the flags used while compiling the library is needed
 to compile programs _using_ the library.
 .
04_fix_so_version.patch | (download)

CMakeLists.txt | 6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-)

 fix soversion of the shipped library
 Changing it based on some other package's version is not reliable
 .