22 lines
592 B
Bash
22 lines
592 B
Bash
# Copyright 1999-2011 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: /var/cvsroot/gentoo-x86/media-video/kamerka/kamerka-0.8.1.ebuild,v 1.1 2011/08/11 19:26:16 dilfridge Exp $
|
|
|
|
EAPI=4
|
|
inherit kde4-base
|
|
|
|
SRC_URI="http://dosowisko.net/${PN}/downloads/${P}.tar.gz"
|
|
DESCRIPTION="Simple photo taking application with fancy animated interface"
|
|
HOMEPAGE="http://dos1.github.com/kamerka/"
|
|
|
|
LICENSE="GPL-2"
|
|
SLOT="0"
|
|
KEYWORDS="~amd64 ~x86"
|
|
IUSE=""
|
|
|
|
RDEPEND="
|
|
media-libs/libv4l
|
|
>=x11-libs/qt-core-4.7
|
|
$(add_kdebase_dep phonon-kde)
|
|
"
|
|
DEPEND=${RDEPEND}
|