initial buildroot for linux 5.15
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
config BR2_PACKAGE_GST1_INTERPIPE
|
||||
bool "gst1-interpipe"
|
||||
select BR2_PACKAGE_GSTREAMER1_CHECK
|
||||
select BR2_PACKAGE_GST1_PLUGINS_BASE
|
||||
select BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_APP
|
||||
help
|
||||
GstInterpipe is a Gstreamer plug-in that allows communication
|
||||
between two independent pipelines.
|
||||
|
||||
https://github.com/RidgeRun/gst-interpipe
|
||||
@@ -0,0 +1,5 @@
|
||||
# locally computed hash
|
||||
sha256 0fd29d3cba623163dd5852989d7ca21eee9033da9d14a467ccd5e527e3b4297b gst1-interpipe-1.1.7-br1.tar.gz
|
||||
|
||||
# Hashes for license files:
|
||||
sha256 16d7caa6cabbfd0ca47e064a7b48cb446d013e84ca88c854d6470851752136d5 COPYING
|
||||
@@ -0,0 +1,22 @@
|
||||
################################################################################
|
||||
#
|
||||
# gst1-interpipe
|
||||
#
|
||||
################################################################################
|
||||
|
||||
GST1_INTERPIPE_VERSION = 1.1.7
|
||||
GST1_INTERPIPE_SITE = https://github.com/RidgeRun/gst-interpipe
|
||||
GST1_INTERPIPE_SITE_METHOD = git
|
||||
# fetch gst-interpipe/common sub module
|
||||
GST1_INTERPIPE_GIT_SUBMODULES = YES
|
||||
|
||||
GST1_INTERPIPE_LICENSE = LGPL-2.1
|
||||
GST1_INTERPIPE_LICENSE_FILES = COPYING
|
||||
|
||||
GST1_INTERPIPE_DEPENDENCIES = host-pkgconf gstreamer1 gst1-plugins-base
|
||||
|
||||
GST1_INTERPIPE_CONF_OPTS = \
|
||||
-Dtests=disabled \
|
||||
-Denable-gtk-doc=false
|
||||
|
||||
$(eval $(meson-package))
|
||||
Reference in New Issue
Block a user