blob: 15031b7d06809a2394b5564dc3d49a5b9665880f (
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
|
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-video/camorama/camorama-0.17.ebuild,v 1.5 2006/08/08 16:12:46 wolf31o2 Exp $
inherit gnome2 eutils
IUSE=""
DESCRIPTION="A GNOME 2 Webcam application featuring various image filters."
HOMEPAGE="http://camorama.fixedgear.org/"
SRC_URI="http://camorama.fixedgear.org/downloads/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ~ppc x86"
DEPEND=">=x11-libs/gtk+-2.0
>=gnome-base/libgnomeui-2.0
>=gnome-base/gconf-2.0
>=gnome-base/libglade-2.0
>=sys-devel/gettext-0.11
>=dev-util/intltool-0.20"
SCROLLKEEPER_UPDATE="0"
src_unpack() {
unpack ${A}
cd ${S}
epatch ${FILESDIR}/${PV}-gcc4.patch
}
|