[SCM] kodiplatform/debian: Refresh patches

rbalint at users.alioth.debian.org rbalint at users.alioth.debian.org
Tue Mar 1 11:26:18 UTC 2016


The following commit has been merged in the debian branch:
commit 2516ecf1a8c42ff5c8ffd5c85282bcb695afdc95
Author: Balint Reczey <balint at balintreczey.hu>
Date:   Tue Mar 1 12:02:30 2016 +0100

    Refresh patches

diff --git a/debian/patches/01_use_cec-platform.patch b/debian/patches/01_use_cec-platform.patch
deleted file mode 100644
index c2a9700..0000000
--- a/debian/patches/01_use_cec-platform.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-Description: Platform library is called cec-platform in Debian
- Use that name instead
- .
-Author: Balint Reczey <balint at balintreczey.hu>
-Forwarded: no
-
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -8,7 +8,7 @@
- find_package(kodi REQUIRED)
- find_package(TinyXML REQUIRED)
- find_package(Threads REQUIRED)
--find_package(platform REQUIRED)
-+find_package(cec-platform REQUIRED)
- include(UseMultiArch.cmake)
- include(CheckAtomic.cmake)
- 
---- a/src/util/XMLUtils.h
-+++ b/src/util/XMLUtils.h
-@@ -21,7 +21,7 @@
-  *
-  */
- 
--#include <platform/util/StdString.h>
-+#include <cec-platform/util/StdString.h>
- #include "tinyxml.h"
- 
- class XMLUtils
diff --git a/debian/patches/04_fix_so_version.patch b/debian/patches/04_fix_so_version.patch
index dad8be7..1068524 100644
--- a/debian/patches/04_fix_so_version.patch
+++ b/debian/patches/04_fix_so_version.patch
@@ -18,7 +18,7 @@ Author: Balint Reczey <balint at balintreczey.hu>
  if(NOT WIN32)
 @@ -41,7 +41,7 @@
  add_library(kodiplatform ${SOURCES} ${PLAT_SOURCES})
- target_link_libraries(kodiplatform ${kodiplatform_LIBRARIES} ${platform_LIBRARIES})
+ target_link_libraries(kodiplatform ${kodiplatform_LIBRARIES} ${p8-platform_LIBRARIES})
  set_target_properties(kodiplatform PROPERTIES VERSION ${kodiplatform_VERSION_MAJOR}.${kodiplatform_VERSION_MINOR}.${kodiplatform_VERSION_PATCH}
 -                                              SOVERSION ${kodiplatform_VERSION_MAJOR}.0)
 +                                              SOVERSION ${kodiplatform_VERSION_MAJOR})
diff --git a/debian/patches/series b/debian/patches/series
index 447339a..310dc5a 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,4 +1,3 @@
-01_use_cec-platform.patch
 02_fix-noarch-libdir-usage.patch
 03_dont_set_cflags_in_pkg-config.patch
 04_fix_so_version.patch

-- 
kodiplatform packaging



More information about the pkg-multimedia-commits mailing list