1
0
mirror of https://github.com/gryf/gryf-overlay.git synced 2026-04-04 12:53:31 +02:00
Files
gryf-overlay/media-video/cameractrls/cameractrls-9999.ebuild
2025-02-13 07:49:13 +01:00

28 lines
588 B
Bash

# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{12..13} )
DISTUTILS_USE_PEP517=setuptools
inherit git-r3 distutils-r1
DESCRIPTION="Camera controls for Linux "
HOMEPAGE="https://github.com/soyersoyer/cameractrls"
EGIT_REPO_URI="https://github.com/gryf/cameractrls"
IUSE="-daemon gtk3 -gtk4 ptz view"
LICENSE="LGPLv3+"
SLOT="0"
KEYWORDS="~amd64"
DEPEND="
gui-libs/gtk
=x11-libs/gtk+-3.22
dev-python/pygobject[${PYTHON_USEDEP}]
media-libs/libsdl2
dev-libs/libspnav
"
RDEPEND="${DEPEND}"
BDEPEND=""