package/libbluray: bump version to 1.3.4

Changelog:
https://code.videolan.org/videolan/libbluray/-/blob/1.3.4/ChangeLog

Added a configure option to build without external libudfread introduced
in version 1.3.4:
2f10fb73b8

Using --with-external-libudfread is broken so this option was not added.
Since the default to build with optional libudfread support was kept
upstream there is no change in behaviour.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Bernd Kuhls 2022-12-12 21:34:43 +01:00 committed by Peter Korsgaard
parent d3d1d5a2da
commit 67a6bc3d19
2 changed files with 5 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# From http://download.videolan.org/pub/videolan/libbluray/1.3.1/libbluray-1.3.1.tar.bz2.sha512
sha512 f39fc8a11771e8fdd5eeebf0ab23535ffab44721f64b350e5d153eee44555b31c618b6d765da114254dc83ff0ff89e84c6b185f61cdbcfedd2d47a5f6e26b75a libbluray-1.3.1.tar.bz2
# From http://download.videolan.org/pub/videolan/libbluray/1.3.4/libbluray-1.3.4.tar.bz2.sha512
sha512 94dbf3b68d1c23fe4648c153cc2f0c251886fac0a6b6bbe3a77caabaa5322682f712afe4a7b6b16ca3f06744fbc0e1ca872209a32898dcf0ae182055d335aec1 libbluray-1.3.4.tar.bz2
# Locally computed
sha256 b3aa400aca6d2ba1f0bd03bd98d03d1fe7489a3bbb26969d72016360af8a5c9d COPYING

View File

@ -4,7 +4,7 @@
#
################################################################################
LIBBLURAY_VERSION = 1.3.1
LIBBLURAY_VERSION = 1.3.4
LIBBLURAY_SITE = http://download.videolan.org/pub/videolan/libbluray/$(LIBBLURAY_VERSION)
LIBBLURAY_SOURCE = libbluray-$(LIBBLURAY_VERSION).tar.bz2
LIBBLURAY_INSTALL_STAGING = YES
@ -21,6 +21,8 @@ endif
ifeq ($(BR2_PACKAGE_LIBUDFREAD),y)
LIBBLURAY_DEPENDENCIES += libudfread
else
LIBBLURAY_CONF_OPTS += --without-external-libudfread
endif
ifeq ($(BR2_PACKAGE_FREETYPE),y)