Added initial libcamera ebuild for testing.
This commit is contained in:
parent
e0b783b70d
commit
39889397cb
1 changed files with 22 additions and 0 deletions
22
media-libs/libcamera/libcamera-9999.ebuild
Normal file
22
media-libs/libcamera/libcamera-9999.ebuild
Normal file
|
@ -0,0 +1,22 @@
|
|||
# Copyright 2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
DESCRIPTION="A complex camera support library for Linux, Android, and ChromeOS"
|
||||
HOMEPAGE="https://libcamera.org/"
|
||||
SRC_URI="git://linuxtv.org/libcamera.git"
|
||||
|
||||
LICENSE="LGPL"
|
||||
SLOT="0"
|
||||
KEYWORDS="~x86 ~amd64"
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND=""
|
||||
|
||||
src_configure() {
|
||||
meson_src_configure
|
||||
}
|
||||
|
||||
|
Loading…
Add table
Reference in a new issue