Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 469560 Details for
Bug 568776
media-video/v4l2loopback ebuilds fixes
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
v4l2loopback-0.10.0.ebuild as suggested by PhobosK's patch
v4l2loopback-0.10.0.ebuild (text/plain), 1.03 KB, created by
bugtrack
on 2017-04-10 07:32:09 UTC
(
hide
)
Description:
v4l2loopback-0.10.0.ebuild as suggested by PhobosK's patch
Filename:
MIME Type:
Creator:
bugtrack
Created:
2017-04-10 07:32:09 UTC
Size:
1.03 KB
patch
obsolete
># Copyright 1999-2015 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 > >EAPI=5 > >inherit linux-mod > >case ${PV} in >9999) > inherit git-2 > EGIT_REPO_URI="git://github.com/umlaeute/v4l2loopback.git" > ;; >*) > inherit vcs-snapshot > SRC_URI="https://github.com/umlaeute/v4l2loopback/tarball/v${PV} -> ${P}.tar.gz" > ;; >esac > >DESCRIPTION="v4l2 loopback device which output is it's own input" >HOMEPAGE="https://github.com/umlaeute/v4l2loopback" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="examples" > >CONFIG_CHECK="VIDEO_DEV" >MODULE_NAMES="v4l2loopback(video:)" >BUILD_TARGETS="all" > >DEPEND="" >RDEPEND="${DEPEND}" > >pkg_setup() { > linux-mod_pkg_setup > export KERNELRELEASE=${KV_FULL} >} > >src_compile() { > linux-mod_src_compile > if use examples; then > cd "${S}"/examples > emake > 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 >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 568776
:
419804
|
419818
| 469560