Accepting request 503908 from multimedia:libs

1

OBS-URL: https://build.opensuse.org/request/show/503908
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libbluray?expand=0&rev=31
This commit is contained in:
Dominique Leuenberger 2017-06-18 11:48:38 +00:00 committed by Git OBS Bridge
commit 528763000e
5 changed files with 25 additions and 10 deletions

View File

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

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

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

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
@@ -354,7 +354,7 @@
"/usr/lib/jvm/java-8-openjdk",
"/usr/lib/jvm/java-6-openjdk",
@@ -375,7 +375,7 @@
"/usr/lib/jvm/java-8-openjdk",
"/usr/lib/jvm/java-6-openjdk",
};
- static const char jvm_dir[] = "jre/lib/" JAVA_ARCH "/server";
+ static const char jvm_dir[] = "lib/" JAVA_ARCH "/server";
- 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";
static const char jvm_lib[] = "libjvm";
# endif

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Thu Jun 15 09:33:42 UTC 2017 - joerg.lorenzen@ki.tng.de
- Update to version 1.0.1:
+ Add possibility to check whether BD-J is functional without
opening a disc.
+ Improve main title selection.
+ Improve error resilience and stability.
+ Fix Windows dll loading.
+ Fix JAVA_HOME environment variable handling in Windows.
+ Fix build issues when CPPFLAGS is given in make command line.
+ Fix MSVC build issues.
+ Remove --disable-bdjava and --disable-udf configure options.
- Fixed patch libbluray-jvm_dir.patch.
-------------------------------------------------------------------
Fri Mar 03 09:11:32 UTC 2017 - joerg.lorenzen@ki.tng.de

View File

@ -19,7 +19,7 @@
%define sover 2
Name: libbluray
Version: 1.0.0
Version: 1.0.1
Release: 0
Summary: Library to access Blu-Ray disk
License: LGPL-2.1+