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.
media-video/kamerka: 0.12 version bump, EAPI 6
Package-Manager: Portage-2.3.3, Repoman-2.3.1
- Loading branch information
Showing
2 changed files
with
25 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 +1,2 @@ | ||
DIST kamerka-0.10.tar.gz 138234 SHA256 8331021ab5420362f32803bae7329449a756f4839993305a1271390de3ef4df8 SHA512 786f7fcce3dccbe1500a36b9a35ee9cef4c099e8b08a35bfe04fcfc05cf68d9def973a66f5d5e44c6cc2b0e0b9534023d67b753cb3c8587d9785f387bd3bda2b WHIRLPOOL 5c3397b91e41e6a2f5464134c839a90c37212821146ae8392e4a72855692d0194e4d1e666bd82e7036fc8ea75c965aaf0ae2c4aef898ca8d389684a1fe697b12 | ||
DIST kamerka-0.12.tar.gz 139127 SHA256 8390a98476b34b658a0b5d4a26875ec3a76aeece64782b2dde2e32175d8a88d6 SHA512 cbf980ac512888696885900079e21f02f27ca922c59c3092d1afe4cfa2ad5b50997b371732c5444aeef68f324b42edd71187ae8bff02967a7d759f14a2022a61 WHIRLPOOL 3d3d84a92d598b06f4fcc30cbfa456fb4a1f1e2587a800d784c03669ee24910e5490a8f5c558c0de1a820ca45eff8fcd4930141cb3b43fb240e67d17ee9645f9 |
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,24 @@ | ||
# Copyright 1999-2017 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=6 | ||
|
||
DECLARATIVE_REQUIRED="always" | ||
KDE_LINGUAS="cs de es nl pl pt ru sr sr@ijekavian sr@ijekavianlatin sr@Latn uk zh_CN zh_TW" | ||
inherit kde4-base | ||
|
||
DESCRIPTION="Simple photo taking application with fancy animated interface" | ||
HOMEPAGE="http://dos1.github.io/kamerka/ https://github.com/dos1/kamerka" | ||
SRC_URI="https://github.com/dos1/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" | ||
|
||
LICENSE="GPL-2" | ||
SLOT="0" | ||
KEYWORDS="~amd64 ~x86" | ||
IUSE="" | ||
|
||
RDEPEND=" | ||
media-libs/libv4l | ||
media-libs/phonon[qt4] | ||
media-libs/qimageblitz | ||
" | ||
DEPEND="${RDEPEND}" |