blob: 3ee64e247d26b70c3ba4256cbb4d9283fef67b11 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-video/camorama/camorama-0.19-r2.ebuild,v 1.1 2010/04/08 16:29:48 ssuominen Exp $
EAPI=2
inherit eutils gnome2
DESCRIPTION="a webcam application featuring various image filters."
HOMEPAGE="http://camorama.fixedgear.org"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
RDEPEND=">=x11-libs/gtk+-2.10:2
>=gnome-base/libgnomeui-2
>=gnome-base/libgnome-2
>=gnome-base/gconf-2
>=gnome-base/libglade-2
media-libs/libv4l"
DEPEND="${RDEPEND}
sys-devel/gettext
dev-util/pkgconfig
dev-util/intltool"
SCROLLKEEPER_UPDATE="0"
pkg_setup() {
G2CONF="${G2CONF} --disable-schemas-install"
}
src_prepare() {
epatch "${FILESDIR}"/${P}-gconf.patch \
"${FILESDIR}"/${P}-fixes.patch \
"${FILESDIR}"/${P}-libv4l.patch
gnome2_src_prepare
}
|