kumquat-buildroot/package/gstreamer1/gstd/Config.in
James Hilliard cbd06adac5 package/gstreamer1/gstd: bump to version 0.15.0
Drop patches which are now upstream.

Add new libedit dependency.

License hash changed due to LGPL-2.1+ relicense:
2cb6bb8b6c
76d9fb61a0

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
[Peter: add BSD-3-Clause license change commit for clarity]
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2023-02-08 12:13:44 +01:00

20 lines
724 B
Plaintext

config BR2_PACKAGE_GSTD
bool "gstd"
depends on BR2_USE_WCHAR # libglib2 -> gettext, libedit, libsoup
depends on BR2_TOOLCHAIN_HAS_THREADS # libglib2, libsoup
depends on BR2_USE_MMU # libdaemon, libedit, libglib2
select BR2_PACKAGE_GSTREAMER1_GST_DEBUG # gst_debug_bin_to_dot_data
select BR2_PACKAGE_JANSSON
select BR2_PACKAGE_JSON_GLIB
select BR2_PACKAGE_LIBDAEMON
select BR2_PACKAGE_LIBEDIT
select BR2_PACKAGE_LIBGLIB2
select BR2_PACKAGE_LIBSOUP
select BR2_PACKAGE_READLINE
help
GStreamer Daemon, also called gstd, is a GStreamer framework
for controlling audio and video streaming using an
InterProcess Communication protocol.
https://developer.ridgerun.com/wiki/index.php?title=GStreamer_Daemon