media-video/kamerka: 0.20 version bump
authorAndreas Sturmlechner <asturm@gentoo.org>
Sun, 21 Jul 2019 14:54:10 +0000 (16:54 +0200)
committerAndreas Sturmlechner <asturm@gentoo.org>
Sun, 21 Jul 2019 16:13:20 +0000 (18:13 +0200)
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
media-video/kamerka/Manifest
media-video/kamerka/kamerka-0.20.ebuild [new file with mode: 0644]

index 5c779705dc9381518d195e72975c87a7402a8f82..0546f5057ad7653c1014bcff1e17f477d5b5366e 100644 (file)
@@ -1 +1,2 @@
 DIST kamerka-0.12_p20161002.tar.gz 139348 BLAKE2B b19594855be7937375168ae999e0a51995e2825af9124bc942716185ffd790a3c3cbd47fc3b0918b0be0faf28ce089f80d495f9a99d4728d9164e1d3b1a89fb9 SHA512 e0bdf3ff5ea8b928f1865f6de25e36b57b83d4f135eb605cb02bf2647d50230f20c9db94998332afff478aa2363639ec1a8d6dc44351ed3fc33732a24ff61f9b
+DIST kamerka-0.20.tar.gz 139764 BLAKE2B edfeb002d7b0c83600f494a065b15a84dcd058aad35633cd6c762fb8ae58d4a69bbc54e0867833ca6f95cd0a133355fc330617a6a129d6aeae8afc50f3cc65bf SHA512 3dc65c66ddbc11807e0f0f3a7ff03751b908ba99e4581f8543c10ccf23a821e96298240b8286be01f021b480757cc5a4460b4b34485c133a1192240453d97555
diff --git a/media-video/kamerka/kamerka-0.20.ebuild b/media-video/kamerka/kamerka-0.20.ebuild
new file mode 100644 (file)
index 0000000..29ef7e1
--- /dev/null
@@ -0,0 +1,39 @@
+# 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)
+"