Accepting request 677281 from multimedia:libs

OBS-URL: https://build.opensuse.org/request/show/677281
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libbluray?expand=0&rev=36
This commit is contained in:
Stephan Kulow 2019-02-24 17:03:03 +00:00 committed by Git OBS Bridge
commit fd8509e185
5 changed files with 31 additions and 14 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6d9e7c4e416f664c330d9fa5a05ad79a3fb39b95adfc3fd6910cbed503b7aeff
size 733058

3
libbluray-1.1.0.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e6a600d26ad3453a168dbb144f041134e954b541b44a9a5aa213d1c7d8c3fe83
size 742368

View File

@ -1,11 +1,11 @@
--- src/libbluray/bdj/bdj.c.orig 2017-03-02 13:33:49.000000000 +0100
+++ src/libbluray/bdj/bdj.c 2017-03-03 08:58:23.000000000 +0100
@@ -375,7 +375,7 @@
"/usr/lib/jvm/java-8-openjdk",
--- src/libbluray/bdj/bdj.c.orig 2019-02-15 18:37:19.349488736 +0100
+++ src/libbluray/bdj/bdj.c 2019-02-15 18:37:19.385488013 +0100
@@ -404,7 +404,7 @@
"/usr/lib/jvm/java-8-openjdk-" JAVA_ARCH,
"/usr/lib/jvm/java-6-openjdk",
};
- static const char * const jvm_dir[] = {"jre/lib/" JAVA_ARCH "/server"};
+ static const char * const jvm_dir[] = {"lib/" JAVA_ARCH "/server"};
# endif
static const char jvm_lib[] = "libjvm";
# endif
- static const char * const jvm_dir[] = {"jre/lib/" JAVA_ARCH "/server",
+ static const char * const jvm_dir[] = {"lib/" JAVA_ARCH "/server",
"lib/server",
"lib/client",
};

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Fri Feb 15 17:32:25 UTC 2019 - enzokiel@kabelmail.de
- Update to version 1.1.0:
+ Add initial support for OpenJDK 11.
+ Add initial support for UHD disc BD-J menus.
+ Add support for compiling .jar file with Java 9+ compiler.
+ Move AWT classes to separate .jar file.
+ Update libudfread submodule repository URL.
+ Improve main title selection.
+ Improve error resilience and stability.
+ Improve BD-J compability.
+ Fix playback of some broken BD-J discs.
+ Fix playback of discs without normal titles (only TopMenu /
FirstPlay title).
-------------------------------------------------------------------
Tue Dec 19 07:42:07 UTC 2017 - fstrba@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package libbluray
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2011 Dominique Leuenberger, Amsterdam, The Netherlands
#
# All modifications and additions to the file contributed by third parties
@ -19,7 +19,7 @@
%define sover 2
Name: libbluray
Version: 1.0.2
Version: 1.1.0
Release: 0
Summary: Library to access Blu-Ray disk
License: LGPL-2.1+
@ -123,6 +123,7 @@ find %{buildroot} -type f -name "*.la" -delete -print
%{_libdir}/pkgconfig/libbluray.pc
%files bdj
%{_javadir}/libbluray-awt-j2se-%{version}.jar
%{_javadir}/libbluray-j2se-%{version}.jar
%changelog