Files
buildroot/package/orc/orc.mk
Thomas Perale 74e38b3c4d package/orc: bump to version 0.4.41
This bump include fix for CVE-2024-40897 which has been addressed in
previous patch.

For more information on the release, see:
  - https://gitlab.freedesktop.org/gstreamer/orc/-/blob/main/RELEASE
  - https://gitlab.freedesktop.org/gstreamer/orc/-/compare/0.4.34..0.4.41

Signed-off-by: Thomas Perale <thomas.perale@mind.be>
Signed-off-by: Julien Olivain <ju.o@free.fr>
2025-07-29 00:54:41 +02:00

25 lines
648 B
Makefile

################################################################################
#
# orc
#
################################################################################
ORC_VERSION = 0.4.41
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_CPE_ID_VENDOR = gstreamer
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))