www-misc/onvifviewer: treeclean
This commit is contained in:
@@ -1,2 +0,0 @@
|
||||
DIST onvifviewer-3ebc4d55c1c8507db022f0fb0e1ce870ef03b3e8.tar.gz 777445 BLAKE2B 1fa4677705429f0e281470f224c007442f3a330750deb36d9f925155eb5b2f3edd1f8fa246c46c71486523cc2e27f122d94e4b8cbe80cdd32ec386a3e836ebf4 SHA512 12655cb2df38c7866dd4ae7e1604e379d67ca4d6a9180fcbeea3f5bca0ace95d17439da78115e10b7c05d1a94466351fe8f522cc67d4a799cc763ca5ae89f2b6
|
||||
DIST onvifviewer-v0.13.tar.gz 778617 BLAKE2B 4b4818db0c4316fe2bd0fa9c10580d74b007131335aa1ffa78f0330ffe1f0230a9576b1a7c8eec5d2339606b1d1d32e88e9f0c42622215586b58af409dcddb50 SHA512 72c89c073c26c0a6121458667ee500e654e0a56a1d26aabd113be552be2628ec143a760eb9b2512fe5bd33b258715ecf88fe0285bd2456a253c42b3153e58a8b
|
||||
@@ -1,11 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>ceamac@gentoo.org</email>
|
||||
<description>Primary maintainer</description>
|
||||
</maintainer>
|
||||
<longdescription>
|
||||
The goal of this project is to replace the proprietary app that is needed to configure and view many IP cameras. The ONVIF protocol can be used to view and configure many types of cameras and is a open standard that can be implemented using standard SOAP libraries.
|
||||
</longdescription>
|
||||
</pkgmetadata>
|
||||
@@ -1,40 +0,0 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
inherit cmake xdg-utils
|
||||
|
||||
DESCRIPTION="Viewer for IP cameras ONVIF"
|
||||
HOMEPAGE="https://gitlab.com/caspermeijn/onvifviewer/"
|
||||
SRC_URI="https://gitlab.com/caspermeijn/onvifviewer/-/archive/v${PV}/${PN}-v${PV}.tar.gz"
|
||||
RESTRICT="primaryuri test"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="kde-frameworks/extra-cmake-modules:5
|
||||
>=net-libs/kdsoap-1.8.50:=
|
||||
net-libs/kdsoap-ws-discovery-client
|
||||
dev-qt/qtcore:5
|
||||
dev-qt/qtgui:5
|
||||
dev-qt/qtwidgets:5
|
||||
dev-qt/qtnetwork:5
|
||||
dev-qt/qtdeclarative:5
|
||||
kde-frameworks/kcoreaddons:5
|
||||
kde-frameworks/ki18n:5
|
||||
kde-frameworks/kxmlgui:5"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
S="${WORKDIR}/onvifviewer-v${PV}"
|
||||
|
||||
pkg_postinst()
|
||||
{
|
||||
xdg_desktop_database_update
|
||||
}
|
||||
|
||||
pkg_postrm()
|
||||
{
|
||||
xdg_desktop_database_update
|
||||
}
|
||||
@@ -1,41 +0,0 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
inherit cmake xdg-utils
|
||||
|
||||
DESCRIPTION="Viewer for IP cameras ONVIF"
|
||||
HOMEPAGE="https://gitlab.com/caspermeijn/onvifviewer/"
|
||||
COMMITHASH=3ebc4d55c1c8507db022f0fb0e1ce870ef03b3e8
|
||||
SRC_URI="https://gitlab.com/caspermeijn/onvifviewer/-/archive/${COMMITHASH}/${PN}-${COMMITHASH}.tar.gz"
|
||||
RESTRICT="primaryuri network-sandbox test" # TODO fix this
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="kde-frameworks/extra-cmake-modules:5
|
||||
>=net-libs/kdsoap-1.8.50:=
|
||||
net-libs/kdsoap-ws-discovery-client
|
||||
dev-qt/qtcore:5
|
||||
dev-qt/qtgui:5
|
||||
dev-qt/qtwidgets:5
|
||||
dev-qt/qtnetwork:5
|
||||
dev-qt/qtdeclarative:5
|
||||
kde-frameworks/kcoreaddons:5
|
||||
kde-frameworks/ki18n:5
|
||||
kde-frameworks/kxmlgui:5"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
S="${WORKDIR}/${PN}-${COMMITHASH}"
|
||||
|
||||
pkg_postinst()
|
||||
{
|
||||
xdg_desktop_database_update
|
||||
}
|
||||
|
||||
pkg_postrm()
|
||||
{
|
||||
xdg_desktop_database_update
|
||||
}
|
||||
Reference in New Issue
Block a user