forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kde-apps/kamoso: 20.08.1 version bump
Signed-off-by: Andreas Sturmlechner <[email protected]>
- Loading branch information
Showing
2 changed files
with
44 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
DIST kamoso-20.04.3.tar.xz 203356 BLAKE2B de47f456ab49348dafee7cd5a2ffc3d76720704355605ea4e20168faedb1c7006c30c9d949b0f5d266994037d0d8a0a46b0c5324caa11d899472edef2592f162 SHA512 7da5f635cd5744215e7d3c3332729c149786b10a50ecb6c1e63843da8756da2dd2b355b837d24bed670c52990c7f5322b52d703ca61c5c6ec87d89de04458e80 | ||
DIST kamoso-20.08.0.tar.xz 211404 BLAKE2B 650e8ceb8ec69ef0a1d4699ef2fa4ff3a4b6d7fe756c78858f22ca099ba35bd4aad541639e8e13b3ae3f00cf5f43d82dce9fd6382b6c7945feec9a161964e635 SHA512 da73e781e4597d00a4cfff2da9cba299e063d0a1fa72eb6cfff38965684db455fdc8491f5487bd60c25fea4ffbf9be0591e4fa77cc18e0dda0f7265998cefc46 | ||
DIST kamoso-20.08.1.tar.xz 211836 BLAKE2B 4a4bbb7fd751275b3fc5d8b367a2613d9365f9c810bb76a8ebfe75a3bbe7cb661212feaaac39b4134299d13ad391ae273337d1f3368d6f94f4635a28e03ec816 SHA512 4f28f112906c2fc888e723b9d3809dfc78cbb2ffd0ae4c14260c512ef48f63d574b5e5afbd0f183b1cfd958fd6323a006102a0eaa0f3ea44c4acf0e333bfa4aa |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
# Copyright 1999-2020 Gentoo Authors | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=7 | ||
|
||
ECM_HANDBOOK="forceoptional" | ||
KFMIN=5.72.0 | ||
QTMIN=5.14.2 | ||
VIRTUALX_REQUIRED="test" | ||
inherit ecm kde.org | ||
|
||
DESCRIPTION="Application to take pictures and videos from your webcam by KDE" | ||
HOMEPAGE="https://kde.org/applications/multimedia/org.kde.kamoso | ||
https://userbase.kde.org/Kamoso" | ||
|
||
LICENSE="GPL-2+" | ||
SLOT="5" | ||
KEYWORDS="~amd64 ~arm64 ~x86" | ||
IUSE="" | ||
|
||
DEPEND=" | ||
dev-libs/glib:2 | ||
>=dev-qt/qtdeclarative-${QTMIN}:5 | ||
>=dev-qt/qtgui-${QTMIN}:5 | ||
>=dev-qt/qtwidgets-${QTMIN}:5 | ||
>=kde-frameworks/kconfig-${KFMIN}:5 | ||
>=kde-frameworks/kcoreaddons-${KFMIN}:5 | ||
>=kde-frameworks/ki18n-${KFMIN}:5 | ||
>=kde-frameworks/kio-${KFMIN}:5 | ||
>=kde-frameworks/kitemviews-${KFMIN}:5 | ||
>=kde-frameworks/purpose-${KFMIN}:5 | ||
media-libs/gst-plugins-base:1.0 | ||
virtual/opengl | ||
" | ||
RDEPEND="${DEPEND} | ||
>=dev-qt/qtquickcontrols2-${QTMIN}:5 | ||
>=kde-frameworks/kirigami-${KFMIN}:5 | ||
media-plugins/gst-plugins-jpeg:1.0 | ||
media-plugins/gst-plugins-libpng:1.0 | ||
media-plugins/gst-plugins-meta:1.0[alsa,theora,vorbis,v4l] | ||
" | ||
|
||
RESTRICT+=" test" # bug 653674 |