libbluray: update to 1.1.2

This commit is contained in:
CvH 2019-07-07 20:04:24 +02:00
parent 0c1118308f
commit 91019ba87d
3 changed files with 573 additions and 921 deletions

View File

@ -3,8 +3,8 @@
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="libbluray"
PKG_VERSION="1.0.2"
PKG_SHA256="6d9e7c4e416f664c330d9fa5a05ad79a3fb39b95adfc3fd6910cbed503b7aeff"
PKG_VERSION="1.1.2"
PKG_SHA256="a3dd452239b100dc9da0d01b30e1692693e2a332a7d29917bf84bb10ea7c0b42"
PKG_LICENSE="LGPL"
PKG_SITE="https://www.videolan.org/developers/libbluray.html"
PKG_URL="http://download.videolan.org/pub/videolan/libbluray/$PKG_VERSION/$PKG_NAME-$PKG_VERSION.tar.bz2"

View File

@ -8,12 +8,12 @@ Subject: [PATCH] add missing 3D MVC headers
1 file changed, 12 insertions(+)
diff --git a/Makefile.am b/Makefile.am
index ff15527..00db9af 100644
index 9c0b4c4a..103c6201 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -219,6 +219,14 @@ noinst_HEADERS = \
jni/win32/jni_md.h \
jni/darwin/jni_md.h
@@ -215,6 +215,14 @@ noinst_HEADERS = \
jni/darwin/jni_md.h \
jni/netbsd/jni_md.h
+bdnavdir=$(pkgincludedir)/bdnav
+bdnav_HEADERS = \
@ -26,7 +26,7 @@ index ff15527..00db9af 100644
pkginclude_HEADERS = \
src/file/filesystem.h \
src/libbluray/bluray.h \
@@ -226,6 +234,10 @@ pkginclude_HEADERS = \
@@ -222,6 +230,10 @@ pkginclude_HEADERS = \
src/libbluray/keys.h \
src/libbluray/player_settings.h \
src/libbluray/bdnav/clpi_data.h \
@ -38,5 +38,5 @@ index ff15527..00db9af 100644
src/libbluray/decoders/overlay.h \
src/util/log_control.h
--
2.14.1
2.17.1