Accepting request 503790 from home:enzokiel:branches:multimedia:libs
Update to version 1.0.1 OBS-URL: https://build.opensuse.org/request/show/503790 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libbluray?expand=0&rev=62
This commit is contained in:
parent
2494a827df
commit
1d56b7ea22
@ -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
3
libbluray-1.0.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0f9f9a1db2f48cafc70ed2596ff3594b597e2027408f5f2be6191c245d67853a
|
||||
size 719157
|
@ -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 @@
|
||||
@@ -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";
|
||||
# endif
|
||||
|
@ -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
|
||||
|
||||
|
@ -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+
|
||||
|
Loading…
x
Reference in New Issue
Block a user