this is ebuild for guvcview-0.9.5. Hope it works:
Code: Select all
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v3
# $Header: $
DESCRIPTION="GTK+ UVC Viewer and Recorder"
HOMEPAGE="http://guvcview.berlios.de/"
SRC_URI="mirror://berlios/guvcview/${PN}-src-${PV}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="amd64 x86"
RDEPEND=">=x11-libs/gtk+-2.0
media-libs/libsdl
media-libs/libpng
>=media-libs/portaudio-19_pre20071207
media-sound/twolame"
DEPEND="${RDEPEND}"
S="${WORKDIR}/${PN}-src-${PV}"
src_compile() {
econf || die "configure failed"
emake || die "build failed"
}
src_install() {
make DESTDIR="${D}" install || die "Install failed"
}


