gentoo-linux-surface-overlay/media-libs/libcamera/libcamera-9999.ebuild

25 lines
454 B
Bash
Raw Normal View History

# Copyright 2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
2021-08-05 10:59:33 -07:00
inherit git-r3 meson
DESCRIPTION="A complex camera support library for Linux, Android, and ChromeOS"
HOMEPAGE="https://libcamera.org/"
2021-08-05 10:59:33 -07:00
EGIT_REPO_URI="git://linuxtv.org/libcamera.git"
LICENSE="LGPL"
SLOT="0"
KEYWORDS="~x86 ~amd64"
DEPEND=""
RDEPEND="${DEPEND}"
BDEPEND=""
src_configure() {
2021-08-05 11:16:59 -07:00
meson_src_configure "-Dpipelines=uvcvideo,ipu3"
}