diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2020-12-30 13:30:09 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2020-12-30 13:30:09 +0000 |
commit | 7ea40b92cb945568d92e03a37c020432100a3b4b (patch) | |
tree | 76c91545cfb617aabee01805ae09db52f34b36bc /multimedia | |
parent | c525e6ceefee1e7d9df8c8352dd19ca42b074fb9 (diff) | |
download | freebsd-ports-7ea40b92cb945568d92e03a37c020432100a3b4b.zip |
multimedia/kodi-addon-pvr-hts: Update to 8.1.2
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/kodi-addon-pvr-hts/Makefile | 9 | ||||
-rw-r--r-- | multimedia/kodi-addon-pvr-hts/distinfo | 6 | ||||
-rw-r--r-- | multimedia/kodi-addon-pvr-hts/files/patch-src_tvheadend_entity_Event.h | 12 | ||||
-rw-r--r-- | multimedia/kodi-addon-pvr-hts/pkg-descr | 2 | ||||
-rw-r--r-- | multimedia/kodi-addon-pvr-hts/pkg-plist | 4 |
5 files changed, 18 insertions, 15 deletions
diff --git a/multimedia/kodi-addon-pvr-hts/Makefile b/multimedia/kodi-addon-pvr-hts/Makefile index 391caf74a292..21bb9eb35c8e 100644 --- a/multimedia/kodi-addon-pvr-hts/Makefile +++ b/multimedia/kodi-addon-pvr-hts/Makefile @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= kodi-addon-pvr-hts -PORTVERSION= 4.4.21 -DISTVERSIONSUFFIX= -Leia +PORTVERSION= 8.1.2 +DISTVERSIONSUFFIX= -Matrix CATEGORIES= multimedia MAINTAINER= decke@FreeBSD.org @@ -11,9 +11,10 @@ COMMENT= Tvheadend PVR addon for Kodi LICENSE= GPLv2+ -BUILD_DEPENDS= ${LOCALBASE}/include/kodi/libXBMC_addon.h:multimedia/kodi +BUILD_DEPENDS= ${LOCALBASE}/include/kodi/addon-instance/PVR.h:multimedia/kodi LIB_DEPENDS= libp8-platform.so:devel/p8-platform \ - libkodiplatform.so:devel/kodi-platform + libkodiplatform.so:devel/kodi-platform \ + libpugixml.so:textproc/pugixml RUN_DEPENDS= kodi:multimedia/kodi USES= cmake:noninja diff --git a/multimedia/kodi-addon-pvr-hts/distinfo b/multimedia/kodi-addon-pvr-hts/distinfo index 46a825e180cf..e5e377dbe083 100644 --- a/multimedia/kodi-addon-pvr-hts/distinfo +++ b/multimedia/kodi-addon-pvr-hts/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1600161538 -SHA256 (kodi-pvr-pvr.hts-4.4.21-Leia_GH0.tar.gz) = 6958b91ca616554e4c068bc303c66388e9a2c3a68b5979d8918b4e0d7b6bb95c -SIZE (kodi-pvr-pvr.hts-4.4.21-Leia_GH0.tar.gz) = 162110 +TIMESTAMP = 1609012575 +SHA256 (kodi-pvr-pvr.hts-8.1.2-Matrix_GH0.tar.gz) = 7786631982578d56d018c1f50663e680b1502f04278f96431eedb1dd9201859f +SIZE (kodi-pvr-pvr.hts-8.1.2-Matrix_GH0.tar.gz) = 180630 diff --git a/multimedia/kodi-addon-pvr-hts/files/patch-src_tvheadend_entity_Event.h b/multimedia/kodi-addon-pvr-hts/files/patch-src_tvheadend_entity_Event.h index ec6116eff2d3..15d1cdc6171e 100644 --- a/multimedia/kodi-addon-pvr-hts/files/patch-src_tvheadend_entity_Event.h +++ b/multimedia/kodi-addon-pvr-hts/files/patch-src_tvheadend_entity_Event.h @@ -18,13 +18,15 @@ In file included from /usr/home/decke/dev/ports/multimedia/kodi-addon-pvr-hts/wo time_t GetAired() const { return m_aired; } Submitted by: Bernhard Froehlich <decke@FreeBSD.org> ---- src/tvheadend/entity/Event.h.orig 2018-10-27 09:20:29 UTC +[ 74%] Building CXX object CMakeFiles/pvr.hts.dir/src/tvheadend/entity/RecordingBase.cpp.o +/usr/bin/c++ -DADDON_GLOBAL_VERSION_GUI_USED -DADDON_GLOBAL_VERSION_MAIN_USED -DADDON_INSTANCE_VERSION_PVR_USED -DBUILD_KODI_ADDON -DUSE_DEMUX -Dpvr_hts_EXPORTS -I/usr/local/include -I/usr/local/include/kodi -I/usr/local/include/p8-platform -I/usr/home/decke/dev/ports/multimedia/kodi-addon-pvr-hts/work/pvr.hts-4.4.2-Leia/lib -std=c++11 -O2 -pipe -fstack-protector -fno-strict-aliasing -fPIC -D_LINUX -DTARGET_POSIX -DTARGET_FREEBSD -DHAVE_SSE=1 -DHAVE_SSE2=1 -DHAVE_SSE3=1 -DHAVE_SSSE3=1 -DHAVE_SSE4_1=1 -DHAVE_SSE4_2=1 -o CMakeFiles/pvr.hts.dir/src/tvheadend/entity/RecordingBase.cpp.o -c /usr/home/decke/dev/ports/multimedia/kodi-addon-pvr-hts/work/pvr.hts-4.4.2-Leia/src/tvheadend/entity/RecordingBase.cpp +--- src/tvheadend/entity/Event.h.orig 2020-12-03 21:26:09 UTC +++ src/tvheadend/entity/Event.h -@@ -22,6 +22,7 @@ - */ +@@ -10,6 +10,7 @@ #include "Entity.h" + +#include <sys/types.h> - #include <map> - #include <vector> #include <cstdint> + #include <map> + #include <string> diff --git a/multimedia/kodi-addon-pvr-hts/pkg-descr b/multimedia/kodi-addon-pvr-hts/pkg-descr index 478650040d2b..941944b2906d 100644 --- a/multimedia/kodi-addon-pvr-hts/pkg-descr +++ b/multimedia/kodi-addon-pvr-hts/pkg-descr @@ -1,3 +1,3 @@ This is a Kodi PVR addon for connecting to a tvheadend backend. -WWW: https://github.com/kodi-pvr/pvr.hts/ +WWW: https://github.com/kodi-pvr/pvr.hts diff --git a/multimedia/kodi-addon-pvr-hts/pkg-plist b/multimedia/kodi-addon-pvr-hts/pkg-plist index c586ed199a7a..970e053015e2 100644 --- a/multimedia/kodi-addon-pvr-hts/pkg-plist +++ b/multimedia/kodi-addon-pvr-hts/pkg-plist @@ -1,6 +1,6 @@ lib/kodi/addons/pvr.hts/pvr.hts.so -lib/kodi/addons/pvr.hts/pvr.hts.so.18.7 -lib/kodi/addons/pvr.hts/pvr.hts.so.4.4.21 +lib/kodi/addons/pvr.hts/pvr.hts.so.19.0 +lib/kodi/addons/pvr.hts/pvr.hts.so.8.1.2 share/kodi/addons/pvr.hts/addon.xml share/kodi/addons/pvr.hts/changelog.txt share/kodi/addons/pvr.hts/icon.png |