Cleaned up phinephone stuff

This commit is contained in:
2023-10-25 12:09:36 +02:00
parent c521c14af6
commit 4ce0aa6bca
204 changed files with 1 additions and 23136 deletions

View File

@@ -1 +0,0 @@
DIST v0.1.0.tar.gz 1390603 BLAKE2B 68c2859303d7e20f9854eb415e3b609724604018707b5d2b0a98fe41e8bb7f3014d75c5a7e1775119aab22fd88e239200c72af6a51bdb25f85810a9586748f75 SHA512 6b8d8f9f937c8041430c8d5c5087b5b459788c62b5ea5ce57b6cbcfcaf3387205280b8e5ade1e6f6ac423243567a865bbfb507b590f1df529ada17adfe7d05b9

View File

@@ -1,46 +0,0 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{7..10} )
inherit meson python-any-r1
DESCRIPTION="Camera support library for Linux"
HOMEPAGE="http://libcamera.org"
SRC_URI="https://github.com/libcamera-org/libcamera/archive/refs/tags/v${PV}.tar.gz"
LICENSE="LGPL-2.1+"
SLOT="0"
KEYWORDS="~x86 ~amd64 ~arm64 ~arm"
IUSE="debug doc test udev"
RDEPEND="
>=net-libs/gnutls-3.3:=
udev? ( virtual/libudev )
"
DEPEND="
${RDEPEND}
dev-libs/openssl
$(python_gen_any_dep 'dev-python/pyyaml[${PYTHON_USEDEP}]')
$(python_gen_any_dep 'dev-python/ply[${PYTHON_USEDEP}]')
$(python_gen_any_dep 'dev-python/jinja[${PYTHON_USEDEP}]')
"
src_configure() {
local emesonargs=(
$(meson_feature doc documentation)
$(meson_use test)
--buildtype $(usex debug debug plain)
)
meson_src_configure
}
src_compile() {
meson_src_compile
}
src_install() {
meson_src_install
}