[SCM] kodiplatform/master: Use the cec-platform name instead of platform

rbalint at users.alioth.debian.org rbalint at users.alioth.debian.org
Wed Sep 9 22:18:00 UTC 2015


The following commit has been merged in the master branch:
commit fde52af0971a9ad330231a380703a9663ad3a584
Author: Balint Reczey <balint at balintreczey.hu>
Date:   Wed Sep 9 18:30:59 2015 +0200

    Use the cec-platform name instead of platform

diff --git a/debian/patches/01_use_cec-platform.patch b/debian/patches/01_use_cec-platform.patch
new file mode 100644
index 0000000..c2a9700
--- /dev/null
+++ b/debian/patches/01_use_cec-platform.patch
@@ -0,0 +1,28 @@
+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/series b/debian/patches/series
new file mode 100644
index 0000000..d6fa0e7
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+01_use_cec-platform.patch

-- 
kodiplatform packaging



More information about the pkg-multimedia-commits mailing list