mirror of
https://github.com/DigitalDevices/pvr.octonet.git
synced 2025-03-01 10:53:09 +00:00
Compare commits
7 Commits
1.0.0-2-Ma
...
1.1.0-1-Ma
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9d98f2bba4 | ||
|
|
ca692f14be | ||
|
|
69da8dbd0c | ||
|
|
6d4f3847c7 | ||
|
|
38e25e1f1c | ||
|
|
472dc2beae | ||
|
|
ec08c20540 |
@@ -6,12 +6,10 @@ list(APPEND CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR})
|
||||
enable_language(CXX)
|
||||
|
||||
find_package(Kodi REQUIRED)
|
||||
find_package(kodiplatform REQUIRED)
|
||||
find_package(p8-platform REQUIRED)
|
||||
find_package(JsonCpp REQUIRED)
|
||||
|
||||
include_directories(
|
||||
${kodiplatform_INCLUDE_DIRS}
|
||||
${p8-platform_INCLUDE_DIRS}
|
||||
${KODI_INCLUDE_DIR}
|
||||
${JSONCPP_INCLUDE_DIRS})
|
||||
|
||||
2
debian/control
vendored
2
debian/control
vendored
@@ -2,7 +2,7 @@ Source: kodi-pvr-octonet
|
||||
Priority: extra
|
||||
Maintainer: Julian Scheel <julian@jusst.de>
|
||||
Build-Depends: debhelper (>= 9.0.0), cmake, libjsoncpp-dev,
|
||||
libkodiplatform-dev (>= 16.0.0), kodi-addon-dev
|
||||
libp8-platform-dev, kodi-addon-dev
|
||||
Standards-Version: 3.9.4
|
||||
Section: libs
|
||||
Homepage: https://github.com/DigitalDevices/pvr.octonet
|
||||
|
||||
1
depends/common/jsoncpp/jsoncpp.sha256
Normal file
1
depends/common/jsoncpp/jsoncpp.sha256
Normal file
@@ -0,0 +1 @@
|
||||
3671ba6051e0f30849942cc66d1798fdf0362d089343a83f704c09ee7156604f
|
||||
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<addon
|
||||
id="pvr.octonet"
|
||||
version="1.0.0"
|
||||
version="1.1.0"
|
||||
name="Digital Devices Octopus NET Client"
|
||||
provider-name="digitaldevices">
|
||||
<requires>@ADDON_DEPENDS@</requires>
|
||||
|
||||
@@ -26,7 +26,6 @@
|
||||
#include <json/json.h>
|
||||
|
||||
#include "OctonetData.h"
|
||||
#include "p8-platform/util/StringUtils.h"
|
||||
|
||||
#ifdef __WINDOWS__
|
||||
#define timegm _mkgmtime
|
||||
|
||||
@@ -25,7 +25,6 @@
|
||||
#include <vector>
|
||||
|
||||
#include "p8-platform/threads/threads.h"
|
||||
#include "p8-platform/util/StdString.h"
|
||||
#include "client.h"
|
||||
|
||||
struct OctonetEpgEntry
|
||||
|
||||
Reference in New Issue
Block a user