svn commit: r559661 - in head/multimedia/kodi-addon-pvr-hts: . files
Bernhard Froehlich
decke at FreeBSD.org
Wed Dec 30 13:30:11 UTC 2020
Author: decke
Date: Wed Dec 30 13:30:09 2020
New Revision: 559661
URL: https://svnweb.freebsd.org/changeset/ports/559661
Log:
multimedia/kodi-addon-pvr-hts: Update to 8.1.2
Modified:
head/multimedia/kodi-addon-pvr-hts/Makefile
head/multimedia/kodi-addon-pvr-hts/distinfo
head/multimedia/kodi-addon-pvr-hts/files/patch-src_tvheadend_entity_Event.h
head/multimedia/kodi-addon-pvr-hts/pkg-descr
head/multimedia/kodi-addon-pvr-hts/pkg-plist
Modified: head/multimedia/kodi-addon-pvr-hts/Makefile
==============================================================================
--- head/multimedia/kodi-addon-pvr-hts/Makefile Wed Dec 30 13:24:53 2020 (r559660)
+++ head/multimedia/kodi-addon-pvr-hts/Makefile Wed Dec 30 13:30:09 2020 (r559661)
@@ -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 at 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
Modified: head/multimedia/kodi-addon-pvr-hts/distinfo
==============================================================================
--- head/multimedia/kodi-addon-pvr-hts/distinfo Wed Dec 30 13:24:53 2020 (r559660)
+++ head/multimedia/kodi-addon-pvr-hts/distinfo Wed Dec 30 13:30:09 2020 (r559661)
@@ -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
Modified: head/multimedia/kodi-addon-pvr-hts/files/patch-src_tvheadend_entity_Event.h
==============================================================================
--- head/multimedia/kodi-addon-pvr-hts/files/patch-src_tvheadend_entity_Event.h Wed Dec 30 13:24:53 2020 (r559660)
+++ head/multimedia/kodi-addon-pvr-hts/files/patch-src_tvheadend_entity_Event.h Wed Dec 30 13:30:09 2020 (r559661)
@@ -18,13 +18,15 @@ In file included from /usr/home/decke/dev/ports/multim
time_t GetAired() const { return m_aired; }
Submitted by: Bernhard Froehlich <decke at 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>
Modified: head/multimedia/kodi-addon-pvr-hts/pkg-descr
==============================================================================
--- head/multimedia/kodi-addon-pvr-hts/pkg-descr Wed Dec 30 13:24:53 2020 (r559660)
+++ head/multimedia/kodi-addon-pvr-hts/pkg-descr Wed Dec 30 13:30:09 2020 (r559661)
@@ -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
Modified: head/multimedia/kodi-addon-pvr-hts/pkg-plist
==============================================================================
--- head/multimedia/kodi-addon-pvr-hts/pkg-plist Wed Dec 30 13:24:53 2020 (r559660)
+++ head/multimedia/kodi-addon-pvr-hts/pkg-plist Wed Dec 30 13:30:09 2020 (r559661)
@@ -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
More information about the svn-ports-all
mailing list