You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-video/camorama/camorama-0.19-r2.ebuild

43 lines
955 B

# Copyright 1999-2014 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.7 2014/11/22 18:12:21 pacho Exp $
EAPI=5
GNOME_TARBALL_SUFFIX="bz2"
inherit eutils gnome2
DESCRIPTION="A webcam application featuring various image filters"
HOMEPAGE="http://git.gnome.org/browse/camorama/"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ~ppc x86"
IUSE=""
RDEPEND="
>=gnome-base/gconf-2
>=gnome-base/libglade-2
>=gnome-base/libgnome-2
gnome-base/libgnome-keyring
>=gnome-base/libgnomeui-2
media-libs/libv4l
x11-libs/gtk+:2
"
DEPEND="${RDEPEND}
dev-util/intltool
virtual/pkgconfig
sys-devel/gettext
"
src_prepare() {
epatch \
"${FILESDIR}"/${P}-gconf.patch \
"${FILESDIR}"/${P}-fixes.patch \
"${FILESDIR}"/${P}-libv4l.patch \
"${FILESDIR}"/${P}-no-more-videodev_h.patch \
"${FILESDIR}"/${P}-glib-232.patch
gnome2_src_prepare
}