1################################################################################ 2# 3# gst1-plugins-bayer2rgb-neon 4# 5################################################################################ 6 7GST1_PLUGINS_BAYER2RGB_NEON_VERSION = b630798efcd611879e7cb1c246052e5ba1acc41d 8GST1_PLUGINS_BAYER2RGB_NEON_SITE = https://gitlab-ext.sigma-chemnitz.de/ensc/gst-bayer2rgb-neon.git 9GST1_PLUGINS_BAYER2RGB_NEON_SITE_METHOD = git 10GST1_PLUGINS_BAYER2RGB_NEON_LICENSE = GPL-3.0 11GST1_PLUGINS_BAYER2RGB_NEON_LICENSE_FILES = COPYING 12 13GST1_PLUGINS_BAYER2RGB_NEON_DEPENDENCIES = \ 14 host-pkgconf \ 15 gstreamer1 \ 16 gst1-plugins-base \ 17 bayer2rgb-neon 18 19GST1_PLUGINS_BAYER2RGB_NEON_AUTORECONF = YES 20 21GST1_PLUGINS_BAYER2RGB_NEON_CONF_OPTS = --with-plugindir=/usr/lib/gstreamer-1.0 22 23$(eval $(autotools-package)) 24