Files
rpi-buildroot/package/libdvdcss/libdvdcss.mk
Bernd Kuhls cd3a2f0ff3 package/libdvdcss: bump version to 1.5.0
Release notes:
https://code.videolan.org/videolan/libdvdcss/-/blob/1.5.0/NEWS

Added patch to fix build errors.

Updated _SITE, switched tarball to xz and build system to meson.

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
[Julien: fix check-package error in hash file]
Signed-off-by: Julien Olivain <ju.o@free.fr>
2025-11-16 19:17:29 +01:00

15 lines
474 B
Makefile

################################################################################
#
# libdvdcss
#
################################################################################
LIBDVDCSS_VERSION = 1.5.0
LIBDVDCSS_SOURCE = libdvdcss-$(LIBDVDCSS_VERSION).tar.xz
LIBDVDCSS_SITE = https://download.videolan.org/pub/videolan/libdvdcss/$(LIBDVDCSS_VERSION)
LIBDVDCSS_INSTALL_STAGING = YES
LIBDVDCSS_LICENSE = GPL-2.0+
LIBDVDCSS_LICENSE_FILES = COPYING
$(eval $(meson-package))