kumquat-buildroot/package/orc/orc.mk
Fabrice Fontaine 39a2e7b219 package/orc: bump to version 0.4.34
https://gitlab.freedesktop.org/gstreamer/orc/-/blob/0.4.34/RELEASE

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2024-01-02 21:09:23 +01:00

24 lines
618 B
Makefile

################################################################################
#
# orc
#
################################################################################
ORC_VERSION = 0.4.34
ORC_SOURCE = orc-$(ORC_VERSION).tar.xz
ORC_SITE = http://gstreamer.freedesktop.org/data/src/orc
ORC_LICENSE = BSD-2-Clause, BSD-3-Clause
ORC_LICENSE_FILES = COPYING
ORC_INSTALL_STAGING = YES
ORC_DEPENDENCIES = host-orc
ORC_CONF_OPTS = \
-Dbenchmarks=disabled \
-Dexamples=disabled \
-Dgtk_doc=disabled \
-Dorc-test=disabled \
-Dtests=disabled \
-Dtools=disabled
$(eval $(meson-package))
$(eval $(host-meson-package))