diff options
| author | Syndamia <kamen@syndamia.com> | 2022-09-06 09:33:24 +0300 |
|---|---|---|
| committer | Syndamia <kamen@syndamia.com> | 2022-09-06 09:33:24 +0300 |
| commit | b495ea1b5a450c94c493049c4104be9e20896818 (patch) | |
| tree | 2345d262878a782e6a01b5c6eecfa8f57dd1b09d /media-video/v4l2loopback/v4l2loopback-0.12.5-r1.ebuild | |
| parent | 5b5ad2d0855ed1dc0e358c42d4f89563dd90ae2f (diff) | |
| download | garbage-b495ea1b5a450c94c493049c4104be9e20896818.tar garbage-b495ea1b5a450c94c493049c4104be9e20896818.tar.gz garbage-b495ea1b5a450c94c493049c4104be9e20896818.zip | |
Removed a lot of the gentoo ebuild, following reconfiguration of my setup
Diffstat (limited to 'media-video/v4l2loopback/v4l2loopback-0.12.5-r1.ebuild')
| -rw-r--r-- | media-video/v4l2loopback/v4l2loopback-0.12.5-r1.ebuild | 57 |
1 files changed, 0 insertions, 57 deletions
diff --git a/media-video/v4l2loopback/v4l2loopback-0.12.5-r1.ebuild b/media-video/v4l2loopback/v4l2loopback-0.12.5-r1.ebuild deleted file mode 100644 index 6c74455..0000000 --- a/media-video/v4l2loopback/v4l2loopback-0.12.5-r1.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit linux-mod toolchain-funcs - -case ${PV} in -9999) - inherit git-r3 - EGIT_REPO_URI="https://github.com/umlaeute/v4l2loopback.git" - ;; -*) - KEYWORDS="~amd64 ~x86" - SRC_URI="https://github.com/umlaeute/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - ;; -esac - -DESCRIPTION="v4l2 loopback device whose output is its own input" -HOMEPAGE="https://github.com/umlaeute/v4l2loopback" - -LICENSE="GPL-2" -SLOT="0" -IUSE="examples" - -CONFIG_CHECK="VIDEO_DEV" -MODULE_NAMES="v4l2loopback(video:)" -BUILD_TARGETS="all" - -pkg_setup() { - linux-mod_pkg_setup - export KERNELRELEASE=${KV_FULL} -} - -src_prepare() { - default - sed -i -e 's/gcc /$(CC) /' examples/Makefile || die -} - -src_compile() { - linux-mod_src_compile - if use examples; then - emake CC=$(tc-getCC) -C examples - fi -} - -src_install() { - linux-mod_src_install - dosbin utils/v4l2loopback-ctl - dodoc doc/kernel_debugging.txt - dodoc doc/docs.txt - if use examples; then - dosbin examples/yuv4mpeg_to_v4l2 - docinto examples - dodoc examples/{*.sh,*.c,Makefile} - fi -} |
