From 61b4f26f80117b0ad952c218a4a41215830a8304 Mon Sep 17 00:00:00 2001 From: Viorel Date: Wed, 22 Jan 2020 08:55:41 +0200 Subject: [PATCH] Add kdsoap discovery client onvifviewer can use it fo autodiscovery --- net-misc/kdsoap-ws-discovery-client/Manifest | 1 + ...kdsoap-ws-discovery-client-20200122.ebuild | 30 +++++++++++++++++++ .../kdsoap-ws-discovery-client/metadata.xml | 8 +++++ 3 files changed, 39 insertions(+) create mode 100644 net-misc/kdsoap-ws-discovery-client/Manifest create mode 100644 net-misc/kdsoap-ws-discovery-client/kdsoap-ws-discovery-client-20200122.ebuild create mode 100644 net-misc/kdsoap-ws-discovery-client/metadata.xml diff --git a/net-misc/kdsoap-ws-discovery-client/Manifest b/net-misc/kdsoap-ws-discovery-client/Manifest new file mode 100644 index 0000000..1221fb8 --- /dev/null +++ b/net-misc/kdsoap-ws-discovery-client/Manifest @@ -0,0 +1 @@ +DIST kdsoap-ws-discovery-client-0521717c37f26fc22158e0c986f7c8b41b3fb0ee.tar.gz 28952 BLAKE2B 113b2c4f04d68f5f7b5e392578c04f4f79e50fe8d35b6c2791b0f1f4fedd5b4f57ff84e5ede2cfa30cf32e1c3dba1ab0a138c2a613ec026ac1ad953cd6d43b0f SHA512 71a393a8d713ae74c45e76d33fa1ef2ec1674cb141a927fde453b941456c22277f7a25f0cb27f8cb43da724a197dea9ebb59d50a9511a7ec0bdf5ffd73e57cbc diff --git a/net-misc/kdsoap-ws-discovery-client/kdsoap-ws-discovery-client-20200122.ebuild b/net-misc/kdsoap-ws-discovery-client/kdsoap-ws-discovery-client-20200122.ebuild new file mode 100644 index 0000000..327a1c9 --- /dev/null +++ b/net-misc/kdsoap-ws-discovery-client/kdsoap-ws-discovery-client-20200122.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +inherit cmake-utils + +COMMIT_SHA1=0521717c37f26fc22158e0c986f7c8b41b3fb0ee + +DESCRIPTION="A fast replacement for tigetvnc" +HOMEPAGE=https://caspermeijn.gitlab.io/kdsoap-ws-discovery-client +SRC_URI=https://gitlab.com/caspermeijn/kdsoap-ws-discovery-client/-/archive/master/${PN}-${COMMIT_SHA1}.tar.gz +RESTRICT="primaryuri" + +LICENSE=GPL-3 +SLOT="5" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="kde-frameworks/extra-cmake-modules:5 + dev-qt/qtcore:5 + dev-qt/qtnetwork:5 + >=net-libs/kdsoap-1.8.50" +RDEPEND="${DEPEND}" + +S="${WORKDIR}/${PN}-master-${COMMIT_SHA1}" + +src_install() { + cmake-utils_src_install + dobin "${WORKDIR}/${P}_build/bin/onvif-discover" +} diff --git a/net-misc/kdsoap-ws-discovery-client/metadata.xml b/net-misc/kdsoap-ws-discovery-client/metadata.xml new file mode 100644 index 0000000..2ab5bd6 --- /dev/null +++ b/net-misc/kdsoap-ws-discovery-client/metadata.xml @@ -0,0 +1,8 @@ + + + + + ceamac.paragon@gmail.com + Primary maintainer + +