forked from pool/libbluray
Accepting request 692269 from home:enzokiel:branches:multimedia:libs
- Update to version 1.1.1: + Enable playback without menus when index.bdmv is missing. + Improve error resilience and stability. + Improve BD-J compability. + Fix loading libraries on MacOS / hardened runtime. + Fix resetting user-selected streams when playing without menus. + Fix stack overflow when using Java9+ with debugger connection. + Fix polygon-based BD-J graphics primitives. + Fix loading libmmbd in Windows 64-bit. + Fix loading classes with Windows Java 8. + Fix build with Java 1.6. + Fix pkg-config Libs.private. - Fixed libbluray-pkgconfig.patch. OBS-URL: https://build.opensuse.org/request/show/692269 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libbluray?expand=0&rev=76
This commit is contained in:
parent
9589387b9a
commit
e410feb063
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e6a600d26ad3453a168dbb144f041134e954b541b44a9a5aa213d1c7d8c3fe83
|
|
||||||
size 742368
|
|
3
libbluray-1.1.1.tar.bz2
Normal file
3
libbluray-1.1.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:106478a17c8bcac8c7b4174e7432b2bad5a1e6dd2926c4224791fd4669472338
|
||||||
|
size 746034
|
@ -4,6 +4,6 @@
|
|||||||
Description: library supporting Blu-ray playback
|
Description: library supporting Blu-ray playback
|
||||||
Version: @PACKAGE_VERSION@
|
Version: @PACKAGE_VERSION@
|
||||||
Libs: -L${libdir} -lbluray
|
Libs: -L${libdir} -lbluray
|
||||||
-Libs.private: @DLOPEN_LIBS@ @FONTCONFIG_LIBS@
|
-Libs.private: @DLOPEN_LIBS@ @EXTRA_LIBS@
|
||||||
-Requires.private: @PACKAGES@
|
-Requires.private: @PACKAGES@
|
||||||
Cflags: -I${includedir}
|
Cflags: -I${includedir}
|
||||||
|
@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 08 10:41:49 UTC 2019 - enzokiel@kabelmail.de
|
||||||
|
|
||||||
|
- Update to version 1.1.1:
|
||||||
|
+ Enable playback without menus when index.bdmv is missing.
|
||||||
|
+ Improve error resilience and stability.
|
||||||
|
+ Improve BD-J compability.
|
||||||
|
+ Fix loading libraries on MacOS / hardened runtime.
|
||||||
|
+ Fix resetting user-selected streams when playing without menus.
|
||||||
|
+ Fix stack overflow when using Java9+ with debugger connection.
|
||||||
|
+ Fix polygon-based BD-J graphics primitives.
|
||||||
|
+ Fix loading libmmbd in Windows 64-bit.
|
||||||
|
+ Fix loading classes with Windows Java 8.
|
||||||
|
+ Fix build with Java 1.6.
|
||||||
|
+ Fix pkg-config Libs.private.
|
||||||
|
- Fixed libbluray-pkgconfig.patch.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 21 19:31:45 UTC 2019 - olaf@aepfle.de
|
Thu Mar 21 19:31:45 UTC 2019 - olaf@aepfle.de
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
%define sover 2
|
%define sover 2
|
||||||
Name: libbluray
|
Name: libbluray
|
||||||
Version: 1.1.0
|
Version: 1.1.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Library to access Blu-Ray disk
|
Summary: Library to access Blu-Ray disk
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1+
|
||||||
|
Loading…
x
Reference in New Issue
Block a user