buildroot/package/orc/orc.mk
Fabrice Fontaine d4d59af898 package/orc: bump to version 0.4.31
Switch to meson buildsystem and so drop:
 - !BR2_BINFMT_FLAT dependency
 - hooks (not needed thanks to orc-test and tools options)

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2020-02-04 19:36:18 +01:00

24 lines
618 B
Makefile

################################################################################
#
# orc
#
################################################################################
ORC_VERSION = 0.4.31
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))