1
0
mirror of https://github.com/dguglielmi/sunny-overlay.git synced 2025-12-06 05:12:38 +01:00

media-plugins/gst-plugins-icamera: add new ebuild

This commit is contained in:
2025-10-11 22:17:13 +02:00
parent 56b1e7da24
commit 2443008441
3 changed files with 58 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST gst-plugins-icamera-0_p20250926.tar.gz 108630 BLAKE2B e3e768e9a651e00bb722ca3f3841f832351cb6a48d8887d38f16b569ca7cb5ed29f311c2958a13c2996f5e31c77231883ba24876ffb0a68d34c534907f5bb518 SHA512 72b52de96839fa807557a18d114bb32d241a433ad5df7389a5986839a338a7913d5947f3c09b440b10e88fa12ab2be3de64700b95f4ff185eff6bc0d6622212a

View File

@@ -0,0 +1,46 @@
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit autotools
COMMIT_ID="4fb31db76b618aae72184c59314b839dedb42689"
DESCRIPTION="icamera plugin for GStreamer"
HOMEPAGE="https://github.com/intel/icamerasrc/tree/icamerasrc_slim_api"
SRC_URI="https://github.com/intel/icamerasrc/archive/${COMMIT_ID}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}//icamerasrc-${COMMIT_ID}"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64"
DEPEND="
media-libs/gstreamer:1.0
media-libs/gst-plugins-bad:1.0
media-libs/ipu7-camera-bins
media-libs/ipu7-camera-hal
media-libs/libva
x11-libs/libdrm[video_cards_intel]
"
RDEPEND="${DEPEND}"
BDEPEND=""
src_prepare() {
default
eautoreconf
}
src_configure() {
export CHROME_SLIM_CAMHAL=ON
econf --enable-gstdrmformat=yes
}
src_install() {
default
find "${D}" -name '*.la' -delete || die
}

View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>david.guglielmi@gmail.com</email>
<name>David GUGLIELMI</name>
</maintainer>
<upstream>
<remote-id type="github">intel/icamerasrc</remote-id>
</upstream>
</pkgmetadata>