Skip to content

Commit

Permalink
media-video/kamoso: version bump
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.3.0_rc1
  • Loading branch information
kensington committed Jun 2, 2016
1 parent 88385a5 commit 2ed3336
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
1 change: 1 addition & 0 deletions media-video/kamoso/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
DIST kamoso-3.1.0.tar.xz 131048 SHA256 e0a13bd0db364c2b3f3143dd7ae92ea5a4e0c9474771cf9546de340ad4a2b3d6 SHA512 71a4a516e902dfea45fd0f87bce63fe245c3751a88ab8f7a40b23b15ab4320f5c2be794d3cacfce2fa7a2d9661844184ed7db1f7fdfcd9a261710acffc894347 WHIRLPOOL a5a4e4824aa024ae01720ba0874a36934c632cdc76cdbb6e60eda51d81d0cd72de1d89febc193738c01708ee07eba1d65b59d978ecb6498bc332a682ea0deb77
DIST kamoso-3.2.tar.xz 148164 SHA256 a21773295e79378060760f0d23dab71b047ae72cedd7b55a024a54e55c7a7f13 SHA512 65cfaa00ae31b74bd31af5bfda519b838ad2b79b55ab3830cf30e0b3dfce8b56d4eb82314086f1f83bef8e867da20040d858390b8ebec4aaa40f7357d0647f88 WHIRLPOOL 43b16aaae7fddbeb2375bf58b3a2d83bd81c08dae71f1d28f76684e9183e349ca87c6b0fb569449719430ea15e2b80fc5da14753b351da69cfdfdd61003e9d0c
33 changes: 33 additions & 0 deletions media-video/kamoso/kamoso-3.2.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=6

KDE_HANDBOOK="forceoptional"
inherit kde5 versionator

DESCRIPTION="Application to take pictures and videos from your webcam by KDE"
HOMEPAGE="https://userbase.kde.org/Kamoso"
SRC_URI="mirror://kde/stable/${PN}/$(get_version_component_range 1-2)/src/${P}.tar.xz"

LICENSE="GPL-2+"
KEYWORDS="~amd64"
IUSE=""

DEPEND="
$(add_frameworks_dep kconfig)
$(add_frameworks_dep kcoreaddons)
$(add_frameworks_dep kdeclarative)
$(add_frameworks_dep ki18n)
$(add_frameworks_dep kio)
$(add_qt_dep qtdeclarative)
$(add_qt_dep qtgui)
$(add_qt_dep qtwidgets)
dev-libs/purpose:5
media-libs/qt-gstreamer[qt5]
virtual/libudev:=
"
RDEPEND="${DEPEND}
media-plugins/gst-plugins-meta:1.0[alsa,theora,vorbis,v4l]
"

0 comments on commit 2ed3336

Please sign in to comment.