From owner-svn-ports-head@freebsd.org Wed Dec 30 13:30:11 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 50E224C39A3; Wed, 30 Dec 2020 13:30:11 +0000 (UTC) (envelope-from decke@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4D5XGC1tMQz3Pmk; Wed, 30 Dec 2020 13:30:11 +0000 (UTC) (envelope-from decke@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 33C8E1E6EB; Wed, 30 Dec 2020 13:30:11 +0000 (UTC) (envelope-from decke@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0BUDUBHQ034688; Wed, 30 Dec 2020 13:30:11 GMT (envelope-from decke@FreeBSD.org) Received: (from decke@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0BUDUAh2034683; Wed, 30 Dec 2020 13:30:10 GMT (envelope-from decke@FreeBSD.org) Message-Id: <202012301330.0BUDUAh2034683@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: decke set sender to decke@FreeBSD.org using -f From: Bernhard Froehlich Date: Wed, 30 Dec 2020 13:30:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r559661 - in head/multimedia/kodi-addon-pvr-hts: . files X-SVN-Group: ports-head X-SVN-Commit-Author: decke X-SVN-Commit-Paths: in head/multimedia/kodi-addon-pvr-hts: . files X-SVN-Commit-Revision: 559661 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Dec 2020 13:30:11 -0000 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@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 ---- 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 - #include - #include #include + #include + #include 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