diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2011-06-19 14:01:46 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2011-06-19 14:01:46 +0000 |
commit | 11e943cabcddb2cd862db2d42642d20dffdc55d9 (patch) | |
tree | 54fd76d0a33dc4ff69b7de513af4ebd62d1be4c3 /media-video/kamerka/kamerka-0.6.ebuild | |
parent | x86 stable, bug #370809 (diff) | |
download | gentoo-2-11e943cabcddb2cd862db2d42642d20dffdc55d9.tar.gz gentoo-2-11e943cabcddb2cd862db2d42642d20dffdc55d9.tar.bz2 gentoo-2-11e943cabcddb2cd862db2d42642d20dffdc55d9.zip |
New application, bug 371047. Thanks to Daniel Halens Rodriguez for the initial ebuild.
(Portage version: 2.1.10.3/cvs/Linux x86_64)
Diffstat (limited to 'media-video/kamerka/kamerka-0.6.ebuild')
-rw-r--r-- | media-video/kamerka/kamerka-0.6.ebuild | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/media-video/kamerka/kamerka-0.6.ebuild b/media-video/kamerka/kamerka-0.6.ebuild new file mode 100644 index 000000000000..53ae3023fc59 --- /dev/null +++ b/media-video/kamerka/kamerka-0.6.ebuild @@ -0,0 +1,27 @@ +# 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.6.ebuild,v 1.1 2011/06/19 14:01:46 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} + +src_prepare() { + sed -i -e 's/QT_PHONON_LIBRARY/KDE4_PHONON_LIBS/' src/CMakeLists.txt || die + kde4-base_src_prepare +} |