diff --git a/media-video/onvifviewer/onvifviewer-0.12-r1.ebuild b/media-video/onvifviewer/onvifviewer-0.12-r1.ebuild new file mode 100644 index 0000000..04b2d2e --- /dev/null +++ b/media-video/onvifviewer/onvifviewer-0.12-r1.ebuild @@ -0,0 +1,37 @@ +# 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 + 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}" diff --git a/media-video/onvifviewer/onvifviewer-0.12.ebuild b/media-video/onvifviewer/onvifviewer-0.12.ebuild deleted file mode 100644 index 3a70afd..0000000 --- a/media-video/onvifviewer/onvifviewer-0.12.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# 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 - kde-frameworks/kirigami - net-libs/kdsoap" -RDEPEND="${DEPEND}" - -S="${WORKDIR}/${PN}-v${PV}" diff --git a/net-libs/kdsoap/kdsoap-1.8.0.ebuild b/net-libs/kdsoap/kdsoap-1.8.0-r1.ebuild similarity index 69% rename from net-libs/kdsoap/kdsoap-1.8.0.ebuild rename to net-libs/kdsoap/kdsoap-1.8.0-r1.ebuild index 0fb6da3..791fb32 100644 --- a/net-libs/kdsoap/kdsoap-1.8.0.ebuild +++ b/net-libs/kdsoap/kdsoap-1.8.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -10,9 +10,13 @@ SRC_URI="https://github.com/KDAB/KDSoap/releases/download/${P}/${P}.tar.gz" RESTRICT="primaryuri" LICENSE="GPL-2 GPL-3 LGPL-2.1 AGPL-3" -SLOT="0" +SLOT="5" KEYWORDS="~amd64 ~x86" IUSE="" -DEPEND="kde-frameworks/extra-cmake-modules" +DEPEND="kde-frameworks/extra-cmake-modules:5 + dev-qt/qtcore:5 + dev-qt/qtnetwork:5 + dev-qt/qtgui:5 + dev-qt/qtwidgets:5" RDEPEND="${DEPEND}"