2017-10-27 19:44:26 +02:00
|
|
|
################################################################################
|
|
|
|
#
|
|
|
|
# gstreamer1-editing-services
|
|
|
|
#
|
|
|
|
################################################################################
|
|
|
|
|
2020-12-09 22:27:12 +01:00
|
|
|
GSTREAMER1_EDITING_SERVICES_VERSION = 1.18.2
|
2020-09-24 23:17:12 +02:00
|
|
|
GSTREAMER1_EDITING_SERVICES_SOURCE = gst-editing-services-$(GSTREAMER1_EDITING_SERVICES_VERSION).tar.xz
|
|
|
|
GSTREAMER1_EDITING_SERVICES_SITE = https://gstreamer.freedesktop.org/src/gstreamer-editing-services
|
2018-04-05 20:23:32 +02:00
|
|
|
GSTREAMER1_EDITING_SERVICES_LICENSE = LGPL-2.0+
|
2017-10-27 19:44:26 +02:00
|
|
|
GSTREAMER1_EDITING_SERVICES_LICENSE_FILES = COPYING COPYING.LIB
|
|
|
|
GSTREAMER1_EDITING_SERVICES_INSTALL_STAGING = YES
|
|
|
|
GSTREAMER1_EDITING_SERVICES_DEPENDENCIES = \
|
|
|
|
host-pkgconf \
|
|
|
|
gstreamer1 \
|
|
|
|
gst1-plugins-base \
|
|
|
|
gst1-plugins-good \
|
|
|
|
libxml2
|
|
|
|
|
2020-08-20 20:32:10 +02:00
|
|
|
GSTREAMER1_EDITING_SERVICES_CONF_OPTS = \
|
2020-09-24 23:17:12 +02:00
|
|
|
-Ddoc=disabled \
|
|
|
|
-Dexamples=disabled \
|
|
|
|
-Dintrospection=disabled \
|
|
|
|
-Dtests=disabled \
|
|
|
|
-Dtools=enabled \
|
|
|
|
-Dbash-completion=disabled \
|
|
|
|
-Dxptv=disabled \
|
|
|
|
-Dpython=disabled
|
2017-10-27 19:44:26 +02:00
|
|
|
|
2020-09-24 23:17:12 +02:00
|
|
|
ifeq ($(BR2_PACKAGE_GST1_DEVTOOLS),y)
|
|
|
|
GSTREAMER1_EDITING_SERVICES_DEPENDENCIES += gst1-devtools
|
|
|
|
GSTREAMER1_EDITING_SERVICES_CONF_OPTS += -Dvalidate=enabled
|
2017-10-27 19:44:26 +02:00
|
|
|
else
|
2020-09-24 23:17:12 +02:00
|
|
|
GSTREAMER1_EDITING_SERVICES_CONF_OPTS += -Dvalidate=disabled
|
2017-10-27 19:44:26 +02:00
|
|
|
endif
|
|
|
|
|
2020-09-24 23:17:12 +02:00
|
|
|
$(eval $(meson-package))
|