[SCM] kodi-pvr-hdhomerun/master: Drop obsoleted patches

rbalint at users.alioth.debian.org rbalint at users.alioth.debian.org
Thu Nov 3 21:42:28 UTC 2016


The following commit has been merged in the master branch:
commit 9119ed143148849b0f3a51eca8c19c71950929b4
Author: Balint Reczey <balint at balintreczey.hu>
Date:   Mon Oct 24 23:27:01 2016 +0200

    Drop obsoleted patches

diff --git a/debian/patches/01_use_cec-platform.patch b/debian/patches/01_use_cec-platform.patch
deleted file mode 100644
index 687e4dd..0000000
--- a/debian/patches/01_use_cec-platform.patch
+++ /dev/null
@@ -1,89 +0,0 @@
-Description: Use platform library under libcec-platform name.
- The library is renamed for packaging it in Debian under a less generic name.
- .
-Author: Balint Reczey <balint at balintreczey.hu>
-Forwarded: not-needed
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -8,18 +8,18 @@
- 
- find_package(kodi REQUIRED)
- find_package(kodiplatform REQUIRED)
--find_package(platform REQUIRED)
-+find_package(p8-platform REQUIRED)
- find_package(JsonCpp REQUIRED)
- find_package(hdhomerun REQUIRED)
- 
- include_directories(${kodiplatform_INCLUDE_DIRS}
--                    ${platform_INCLUDE_DIRS}
-+                    ${p8-platform_INCLUDE_DIRS}
-                     ${KODI_INCLUDE_DIR}
-                     ${JSONCPP_INCLUDE_DIRS}
-                     ${HDHOMERUN_INCLUDE_DIRS})
- 
- set(DEPLIBS ${kodiplatform_LIBRARIES}
--            ${platform_LIBRARIES}
-+            ${p8-platform_LIBRARIES}
-             ${JSONCPP_LIBRARIES}
-             ${HDHOMERUN_LIBRARIES})
- 
---- a/src/HDHomeRunTuners.h
-+++ b/src/HDHomeRunTuners.h
-@@ -24,7 +24,7 @@
-  */
- 
- #include "client.h"
--#include <platform/threads/mutex.h>
-+#include <p8-platform/threads/mutex.h>
- #include <hdhomerun.h>
- #include <json/json.h>
- 
-@@ -86,5 +86,5 @@
- 
- protected:
- 	Tuners m_Tuners;
--	PLATFORM::CMutex m_Lock;
-+	P8PLATFORM::CMutex m_Lock;
- };
---- a/src/client.cpp
-+++ b/src/client.cpp
-@@ -25,8 +25,8 @@
- #include "client.h"
- #include <kodi/xbmc_pvr_dll.h>
- #include <kodi/libKODI_guilib.h>
--#include <platform/util/util.h>
--#include <platform/threads/threads.h>
-+#include <p8-platform/util/util.h>
-+#include <p8-platform/threads/threads.h>
- #include "HDHomeRunTuners.h"
- #include "Utils.h"
- 
-@@ -34,7 +34,7 @@
- 
- GlobalsType g;
- 
--class UpdateThread : public PLATFORM::CThread
-+class UpdateThread : public P8PLATFORM::CThread
- {
- public:
-   void *Process()
-@@ -42,7 +42,7 @@
-     for (;;)
-     {
-       for (int i = 0; i < 60*60; i++)
--        if (PLATFORM::CThread::Sleep(1000))
-+        if (P8PLATFORM::CThread::Sleep(1000))
-           break;
-       
-       if (IsStopped())
---- a/src/client.h
-+++ b/src/client.h
-@@ -25,7 +25,7 @@
- 
- #include <kodi/libXBMC_addon.h>
- #include <kodi/libXBMC_pvr.h>
--#include <platform/util/StdString.h>
-+#include <p8-platform/util/StdString.h>
- 
- typedef CStdString String;
- 
diff --git a/debian/patches/series b/debian/patches/series
index d6fa0e7..8b13789 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1 @@
-01_use_cec-platform.patch
+

-- 
kodi-pvr-hdhomerun packaging



More information about the pkg-multimedia-commits mailing list