Add a new dependency to onvifviewer
Dependency to kdsoap-ws-discovery-client
This commit is contained in:
48
media-video/onvifviewer/onvifviewer-0.12-r3.ebuild
Normal file
48
media-video/onvifviewer/onvifviewer-0.12-r3.ebuild
Normal file
@@ -0,0 +1,48 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
inherit cmake-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"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="kde-frameworks/extra-cmake-modules:5
|
||||
kde-frameworks/kirigami:5
|
||||
net-libs/kdsoap:5
|
||||
net-misc/kdsoap-ws-discovery-client:5
|
||||
dev-qt/qtcore:5
|
||||
dev-qt/qtgui:5
|
||||
dev-qt/qtwidgets:5
|
||||
dev-qt/qtdbus:5
|
||||
dev-qt/qtxml:5
|
||||
dev-qt/qtnetwork:5
|
||||
dev-qt/qtdeclarative:5
|
||||
dev-qt/qtsvg:5
|
||||
kde-frameworks/kcoreaddons:5
|
||||
kde-frameworks/kauth:5
|
||||
kde-frameworks/kconfig:5
|
||||
kde-frameworks/kcodecs:5
|
||||
kde-frameworks/ki18n:5
|
||||
kde-frameworks/kconfigwidgets:5
|
||||
kde-frameworks/kxmlgui:5"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
S="${WORKDIR}/${PN}-v${PV}"
|
||||
|
||||
pkg_postinst()
|
||||
{
|
||||
xdg_desktop_database_update
|
||||
}
|
||||
|
||||
pkg_postrm()
|
||||
{
|
||||
xdg_desktop_database_update
|
||||
}
|
||||
Reference in New Issue
Block a user