-DIST vdr-satip-1.0.2.tgz 59480 BLAKE2B 9f7c1ee20c32df348cea5e004b792db05814c79d79d4ef8d7aaa55067c65f3d70057a31cd679ec148282d55382f7cf90534cff904da1aee55715d27aa7dd3a7a SHA512 a8630c1ebfbbe74eb7f78d350bd487bf67256d2d01ee05c631351d5a0891fd0ea5dcd1bbf8a2c26be806ee6dfbb1415bf8616914a6bb9a46a3fac213a6c60c94
-DIST vdr-satip-2.2.0.tgz 60496 BLAKE2B 453cd4748b7c5c98ed9b977af6ce069be20fd3367074777d99e02b0231c987ccfe49b2f23af5dc932b5eda69f15ab3b2e6f405b297e2ad39c02fc2b7bbd1814b SHA512 9a32297c48650ee6ce22aebc0e6f59774a39aba7b1c75942833bba6e65b518c0bc6b50d3deba95fecec34dbfcb092e905a04eade92ce7658f2ca452131e9210e
DIST vdr-satip-2.2.3.tgz 62722 BLAKE2B 408fe520b4210fa24667d4244560d5132260ce08067d482a50b12446c42c0c34fd922b3429d00c4e3550a7b1dc1d21bfac534cae9de478594751b9cf0f558d52 SHA512 451606b52831c009aaec894f0547c59a9447279d7f96a4b2291614eab09a3539849abcb6974b7c2c4b34e7b43a2f9c782ab1ea6bfd4e35f9747349065fb6a5e7
--- /dev/null
+fix: isspace was not declared in this scope
+https://github.com/rofafor/vdr-plugin-satip/commit/c10372bb4f1
+
+Signed-of by: Joerg Bornkessel <hd_brummy@gentoo.org> (03/Sep/2018)
+diff -Naur satip-2.2.3.orig/satip.c satip-2.2.3/satip.c
+--- satip-2.2.3.orig/satip.c 2018-09-03 13:00:20.000000000 +0200
++++ satip-2.2.3/satip.c 2018-09-03 13:00:54.000000000 +0200
+@@ -5,6 +5,7 @@
+ *
+ */
+
++#include <ctype.h>
+ #include <getopt.h>
+ #include <vdr/plugin.h>
+ #include "common.h"
+++ /dev/null
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit vdr-plugin-2
-
-DESCRIPTION="VDR Plugin: integrates SAT>IP network devices seamlessly into VDR"
-HOMEPAGE="http://www.saunalahti.fi/~rahrenbe/vdr/satip/"
-SRC_URI="http://www.saunalahti.fi/~rahrenbe/vdr/satip/files/${P}.tgz"
-
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-LICENSE="GPL-2"
-IUSE=""
-
-DEPEND=">=media-video/vdr-2
- >=net-misc/curl-7.36
- || ( dev-libs/tinyxml
- dev-libs/pugixml )"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- vdr-plugin-2_src_prepare
-
- if has_version "dev-libs/tinyxml" ; then
- sed -e "s:#SATIP_USE_TINYXML:SATIP_USE_TINYXML:" -i Makefile
- #BUILD_PARAMS+=" SATIP_USE_TINYXML = 1 "
- fi
-}
+++ /dev/null
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit vdr-plugin-2
-
-DESCRIPTION="VDR Plugin: integrates SAT>IP network devices seamlessly into VDR"
-HOMEPAGE="http://www.saunalahti.fi/~rahrenbe/vdr/satip/"
-SRC_URI="http://www.saunalahti.fi/~rahrenbe/vdr/satip/files/${P}.tgz"
-
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-LICENSE="GPL-2"
-IUSE=""
-
-DEPEND=">=media-video/vdr-2.2.0
- >=net-misc/curl-7.36
- || ( dev-libs/tinyxml
- dev-libs/pugixml )"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- vdr-plugin-2_src_prepare
-
- if has_version "dev-libs/tinyxml" ; then
- sed -e "s:#SATIP_USE_TINYXML:SATIP_USE_TINYXML:" -i Makefile
- #BUILD_PARAMS+=" SATIP_USE_TINYXML = 1 "
- fi
-}
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
inherit vdr-plugin-2
# c++11 compile fix
eapply "${FILESDIR}/${P}_c++11.patch"
+ #gcc 7 compile fix
+ eapply "${FILESDIR}/${P}_missinginclude.patch"
+
if has_version "dev-libs/tinyxml" ; then
sed -e "s:#SATIP_USE_TINYXML:SATIP_USE_TINYXML:" -i Makefile
fi
+++ /dev/null
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit vdr-plugin-2
-
-DESCRIPTION="VDR Plugin: integrates SAT>IP network devices seamlessly into VDR"
-HOMEPAGE="http://www.saunalahti.fi/~rahrenbe/vdr/satip/"
-SRC_URI="http://www.saunalahti.fi/~rahrenbe/vdr/satip/files/${P}.tgz"
-
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-LICENSE="GPL-2"
-IUSE=""
-
-DEPEND=">=media-video/vdr-2.2.0
- >=net-misc/curl-7.36
- || ( dev-libs/tinyxml
- dev-libs/pugixml )"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- vdr-plugin-2_src_prepare
-
- if has_version "dev-libs/tinyxml" ; then
- sed -e "s:#SATIP_USE_TINYXML:SATIP_USE_TINYXML:" -i Makefile
- #BUILD_PARAMS+=" SATIP_USE_TINYXML = 1 "
- fi
-}