media-video/webcamize: add 2.0.1

Signed-off-by: Erica Nebula <EricaNebula@Proton.me>
This commit is contained in:
Erica Nebula
2026-01-23 23:14:49 -06:00
parent a58c1cfff8
commit 8697f72621
2 changed files with 32 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST webcamize-2.0.0.tar.gz 8264448 BLAKE2B cf13310c08317a7f5f47ec4d1f5b7e22177deef29e712c7f5157b0bcd61dcf4a8b304c89be065caa013051fb32420e03f2a319274af3be6280ea8081d8df8b3b SHA512 0962083122903b6418f982df67b469079adb3ba2404dbcf391bdfee8bb9b5c77e3274c2de25503092c329d51447e6265473f3f2348e77b06784f75eb825bd9b7
DIST webcamize-2.0.1.tar.gz 8264971 BLAKE2B 028d0b12d4e2999e652e73614d7742d8f4369a81f1764b9e3da538a4843702cf564a62e82716bded4d393c0bf7abfa22b9661b1f30c599c59b293e336c36ac3c SHA512 be5db3c1c3dc038ced9d64281c3190226fb56c0365e59e7607f3b9af4534c8765a30a89fcecfe083bf80cb3b657b2e0a67715d12aae38b0a1e0cd269c6f00d23

View File

@@ -0,0 +1,31 @@
# 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
}