initial buildroot for linux 5.15
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
menuconfig BR2_PACKAGE_GST1_PLUGINS_BAYER2RGB_NEON
|
||||
bool "gst1-plugins-bayer2rgb-neon"
|
||||
depends on (BR2_arm && BR2_ARM_CPU_HAS_NEON) || BR2_aarch64 # bayer2rgb-neon
|
||||
depends on !BR2_STATIC_LIBS # bayer2rgb-neon
|
||||
depends on BR2_INSTALL_LIBSTDCPP # bayer2rgb-neon
|
||||
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 # bayer2rgb-neon
|
||||
select BR2_PACKAGE_GST1_PLUGINS_BASE
|
||||
select BR2_PACKAGE_BAYER2RGB_NEON
|
||||
help
|
||||
gst1-plugins-bayer2rgb-neon is a gstreamer1
|
||||
plugin which uses bayer2rgb-neon library to
|
||||
decode raw camera bayer to RGB using
|
||||
NEON hardware acceleration.
|
||||
|
||||
https://gitlab-ext.sigma-chemnitz.de/ensc/gst-bayer2rgb-neon
|
||||
|
||||
comment "gst1-plugins-bayer2rgb-neon needs a toolchain w/ C++, dynamic library, gcc >= 4.9"
|
||||
depends on BR2_arm && BR2_ARM_CPU_HAS_NEON
|
||||
depends on BR2_STATIC_LIBS || !BR2_INSTALL_LIBSTDCPP || \
|
||||
!BR2_TOOLCHAIN_GCC_AT_LEAST_4_9
|
||||
@@ -0,0 +1,3 @@
|
||||
# Locally calculated
|
||||
sha256 76b2135a23f465f789ccb86bd3a8190a1e30f86cdb28abfac4d9a2cdece63fa2 gst1-plugins-bayer2rgb-neon-b630798efcd611879e7cb1c246052e5ba1acc41d-br1.tar.gz
|
||||
sha256 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903 COPYING
|
||||
@@ -0,0 +1,23 @@
|
||||
################################################################################
|
||||
#
|
||||
# gst1-plugins-bayer2rgb-neon
|
||||
#
|
||||
################################################################################
|
||||
|
||||
GST1_PLUGINS_BAYER2RGB_NEON_VERSION = b630798efcd611879e7cb1c246052e5ba1acc41d
|
||||
GST1_PLUGINS_BAYER2RGB_NEON_SITE = https://gitlab-ext.sigma-chemnitz.de/ensc/gst-bayer2rgb-neon.git
|
||||
GST1_PLUGINS_BAYER2RGB_NEON_SITE_METHOD = git
|
||||
GST1_PLUGINS_BAYER2RGB_NEON_LICENSE = GPL-3.0
|
||||
GST1_PLUGINS_BAYER2RGB_NEON_LICENSE_FILES = COPYING
|
||||
|
||||
GST1_PLUGINS_BAYER2RGB_NEON_INSTALL_STAGING = YES
|
||||
|
||||
GST1_PLUGINS_BAYER2RGB_NEON_DEPENDENCIES = \
|
||||
host-pkgconf \
|
||||
gstreamer1 \
|
||||
gst1-plugins-base \
|
||||
bayer2rgb-neon
|
||||
|
||||
GST1_PLUGINS_BAYER2RGB_NEON_AUTORECONF = YES
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user