Add kdsoap discovery client

onvifviewer can use it fo autodiscovery
This commit is contained in:
2020-01-22 08:55:41 +02:00
parent 88296f1b9f
commit 61b4f26f80
3 changed files with 39 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST kdsoap-ws-discovery-client-0521717c37f26fc22158e0c986f7c8b41b3fb0ee.tar.gz 28952 BLAKE2B 113b2c4f04d68f5f7b5e392578c04f4f79e50fe8d35b6c2791b0f1f4fedd5b4f57ff84e5ede2cfa30cf32e1c3dba1ab0a138c2a613ec026ac1ad953cd6d43b0f SHA512 71a393a8d713ae74c45e76d33fa1ef2ec1674cb141a927fde453b941456c22277f7a25f0cb27f8cb43da724a197dea9ebb59d50a9511a7ec0bdf5ffd73e57cbc

View File

@@ -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"
}

View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>ceamac.paragon@gmail.com</email>
<description>Primary maintainer</description>
</maintainer>
</pkgmetadata>