media-video/eviacam - 9999 (booboo)

Search

Install

Install this version:

emerge -a =media-video/eviacam-9999

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =media-video/eviacam-9999

Or alternatively:

emerge --autounmask-write -a =media-video/eviacam-9999

Package Information

Description:
webcam based mouse emulator
Homepage:
https://github.com/cmauri/eviacam
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
9999 7 0
View Raw Ebuild
# Copyright 2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit git-r3 autotools

DESCRIPTION="webcam based mouse emulator"
HOMEPAGE="https://github.com/cmauri/eviacam"
EGIT_REPO_URI="https://github.com/cmauri/eviacam"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS=""
IUSE=""

DEPEND="
	x11-libs/wxGTK:3.0
	media-libs/opencv
	x11-libs/libXtst
	x11-libs/libXext"
RDEPEND="${DEPEND}"
BDEPEND=""

src_prepare() {
	default

	# https://github.com/cmauri/eviacam/issues/14
	eapply "$FILESDIR/$PN-force-gtk2.patch"

	# see autogen.sh
	touch config.rpath
	eautoreconf
}

src_configure() {
	econf "--with-wx-config=wx-config --toolkit=gtk2"
}

Inherited Eclasses

Dependencies

DEPEND

	x11-libs/wxGTK:3.0
	media-libs/opencv
	x11-libs/libXtst
	x11-libs/libXext

RDEPEND

	x11-libs/wxGTK:3.0
	media-libs/opencv
	x11-libs/libXtst
	x11-libs/libXext