DIST kamerka-0.12_p20161002.tar.gz 139348 BLAKE2B b19594855be7937375168ae999e0a51995e2825af9124bc942716185ffd790a3c3cbd47fc3b0918b0be0faf28ce089f80d495f9a99d4728d9164e1d3b1a89fb9 SHA512 e0bdf3ff5ea8b928f1865f6de25e36b57b83d4f135eb605cb02bf2647d50230f20c9db94998332afff478aa2363639ec1a8d6dc44351ed3fc33732a24ff61f9b
+DIST kamerka-0.20.tar.gz 139764 BLAKE2B edfeb002d7b0c83600f494a065b15a84dcd058aad35633cd6c762fb8ae58d4a69bbc54e0867833ca6f95cd0a133355fc330617a6a129d6aeae8afc50f3cc65bf SHA512 3dc65c66ddbc11807e0f0f3a7ff03751b908ba99e4581f8543c10ccf23a821e96298240b8286be01f021b480757cc5a4460b4b34485c133a1192240453d97555
--- /dev/null
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit kde5
+
+DESCRIPTION="Simple photo taking application with fancy animated interface"
+HOMEPAGE="https://dos1.github.io/kamerka/ https://github.com/dos1/kamerka"
+SRC_URI="https://github.com/dos1/kamerka/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="
+ $(add_frameworks_dep kcompletion)
+ $(add_frameworks_dep kconfig)
+ $(add_frameworks_dep kconfigwidgets)
+ $(add_frameworks_dep kcoreaddons)
+ $(add_frameworks_dep kdeclarative)
+ $(add_frameworks_dep kdelibs4support)
+ $(add_frameworks_dep ki18n)
+ $(add_frameworks_dep kio)
+ $(add_frameworks_dep knotifications)
+ $(add_frameworks_dep kwidgetsaddons)
+ $(add_frameworks_dep kxmlgui)
+ $(add_qt_dep qtgui)
+ $(add_qt_dep qtdeclarative)
+ $(add_qt_dep qtscript)
+ $(add_qt_dep qtwidgets)
+ media-libs/libv4l
+ media-libs/phonon[qt5(+)]
+ >=media-libs/qimageblitz-0.0.6_p20131029[qt5(+)]
+"
+RDEPEND="${DEPEND}
+ $(add_qt_dep qtgraphicaleffects)
+"