media-video/webcamize - 2.0.1 (guru)

Search

Install

Install this version:

emerge -a =media-video/webcamize-2.0.1

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

autounmask =media-video/webcamize-2.0.1

Or alternatively:

emerge --autounmask-write -a =media-video/webcamize-2.0.1

Package Information

Description:
Use almost any camera as a webcam—DSLRs, mirrorless, camcorders, and more
Homepage:
https://github.com/cowtoolz/webcamize
License:
BSD-2

Ebuild Details

Version EAPI Keywords Slot
2.0.1 8 ~amd64 0
View Raw Ebuild
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="Use almost any camera as a webcam—DSLRs, mirrorless, camcorders, and more"
HOMEPAGE="https://github.com/cowtoolz/webcamize"
SRC_URI="https://github.com/cowtoolz/webcamize/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~amd64"

DEPEND="
	media-video/v4l2loopback
	media-video/ffmpeg
	media-libs/libgphoto2
"

src_compile() {
	emake
}

src_install() {
	emake \
	DESTDIR="${D}" \
	PREFIX="/usr" \
	BINDIR="bin" \
	install
	dodoc readme.md
}

Dependencies

DEPEND

	media-video/v4l2loopback
	media-video/ffmpeg
	media-libs/libgphoto2

Manifest for 2.0.1

Type File Size Source URLs
DIST webcamize-2.0.1.tar.gz 8264971 bytes https://github.com/cowtoolz/webcamize/archive/refs/tags/v2.0.1.tar.gz