kumquat-buildroot/package/gstreamer1/gst1-interpipe/gst1-interpipe.mk
Peter Seiderer 49381c4f59 package/gst1-interpipe: bump version to 1.1.6
Changelog (for details see [1]):

  - Fix for memory corruption issue when listening to same node (#99)

[1] https://github.com/RidgeRun/gst-interpipe/releases/tag/1.1.6

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2021-10-09 12:33:13 +02:00

23 lines
635 B
Makefile

################################################################################
#
# gst1-interpipe
#
################################################################################
GST1_INTERPIPE_VERSION = 1.1.6
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))