mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 07:51:59 -09:00
https://code.videolan.org/videolan/libdvdread/blob/7.1.1/NEWS Removed sha1 hash, the sha256 hash is sufficient. Added patch to fix build error which would be introduced by this bump that was seen with br-arm-full-static defconfig by the Gitlab pipelines. Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Julien Olivain <ju.o@free.fr>
17 lines
577 B
Makefile
17 lines
577 B
Makefile
################################################################################
|
|
#
|
|
# libdvdread
|
|
#
|
|
################################################################################
|
|
|
|
LIBDVDREAD_VERSION = 7.1.1
|
|
LIBDVDREAD_SOURCE = libdvdread-$(LIBDVDREAD_VERSION).tar.xz
|
|
LIBDVDREAD_SITE = https://download.videolan.org/pub/videolan/libdvdread/$(LIBDVDREAD_VERSION)
|
|
LIBDVDREAD_INSTALL_STAGING = YES
|
|
LIBDVDREAD_LICENSE = GPL-2.0+
|
|
LIBDVDREAD_LICENSE_FILES = COPYING
|
|
LIBDVDREAD_CONF_OPTS = -Dlibdvdcss=enabled
|
|
LIBDVDREAD_DEPENDENCIES = libdvdcss host-pkgconf
|
|
|
|
$(eval $(meson-package))
|