Accepting request 396749 from multimedia:libs
- Fix download url to not fail on network error - Update to version 0.9.3: + Add bd_open_files(). This function deprecates old global file system hooks. + Add flag for on-disc menu support to DISC_INFO. + Add configure argument to disable building of JAR file. + Add missing player settings enums. + Update linux Java search path list and preferred JVM. + Enable UDF support by default. + Split developer tools from examples. + Improve BDJ_EVENT_CHAPTER triggering. + Improve main title detection. + Improve error resilience. + Improve BD-J compability. + Improve detecting of working aacs implementation. + Improve libmmbd support. + Fix BD-J media player stop(). + Fix restoring playback rate with some BD-J discs. + Fix restoring suspended playback time position. + Fix current chapter lookup. + Fix lost key focus with multi-HScene discs. + Fix playback of discs without Top Menu title. + Fix caching of some BD-J files from UDF filesystem. + Fix stopping playback from HDMV menus. + Fix possible errors in win32 .iso image reading. + Fix undefined values in DISC_INFO. + Fix memory leaks. - Fixed patch libbluray-jvm_dir.patch. OBS-URL: https://build.opensuse.org/request/show/396749 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libbluray?expand=0&rev=26
This commit is contained in:
commit
4932996a39
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:efc994f42d2bce6af2ce69d05ba89dbbd88bcec7aca065de094fb3a7880ce7ea
|
|
||||||
size 704357
|
|
3
libbluray-0.9.3.tar.bz2
Normal file
3
libbluray-0.9.3.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a6366614ec45484b51fe94fcd1975b3b8716f90f038a33b24d59978de3863ce0
|
||||||
|
size 722686
|
@ -1,9 +1,9 @@
|
|||||||
--- src/libbluray/bdj/bdj.c.orig 2015-11-22 11:10:40.000000000 +0200
|
--- src/libbluray/bdj/bdj.c.orig 2016-05-15 16:14:53.000000000 +0200
|
||||||
+++ src/libbluray/bdj/bdj.c 2015-12-03 12:54:21.000000000 +0100
|
+++ src/libbluray/bdj/bdj.c 2016-05-16 13:09:04.520217769 +0200
|
||||||
@@ -205,7 +205,7 @@
|
@@ -208,7 +208,7 @@
|
||||||
"/usr/lib/jvm/java-6-openjdk",
|
"/usr/lib/jvm/java-8-openjdk",
|
||||||
"/usr/lib/jvm/java-7-openjdk",
|
"/usr/lib/jvm/java-6-openjdk",
|
||||||
"/etc/java-config-2/current-system-vm"};
|
};
|
||||||
- static const char jvm_dir[] = "jre/lib/" JAVA_ARCH "/server";
|
- static const char jvm_dir[] = "jre/lib/" JAVA_ARCH "/server";
|
||||||
+ static const char jvm_dir[] = "lib/" JAVA_ARCH "/server";
|
+ static const char jvm_dir[] = "lib/" JAVA_ARCH "/server";
|
||||||
static const char jvm_lib[] = "libjvm";
|
static const char jvm_lib[] = "libjvm";
|
||||||
|
@ -1,3 +1,39 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu May 19 10:14:13 UTC 2016 - tchvatal@suse.com
|
||||||
|
|
||||||
|
- Fix download url to not fail on network error
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 17 18:05:33 UTC 2016 - joerg.lorenzen@ki.tng.de
|
||||||
|
|
||||||
|
- Update to version 0.9.3:
|
||||||
|
+ Add bd_open_files(). This function deprecates old global file
|
||||||
|
system hooks.
|
||||||
|
+ Add flag for on-disc menu support to DISC_INFO.
|
||||||
|
+ Add configure argument to disable building of JAR file.
|
||||||
|
+ Add missing player settings enums.
|
||||||
|
+ Update linux Java search path list and preferred JVM.
|
||||||
|
+ Enable UDF support by default.
|
||||||
|
+ Split developer tools from examples.
|
||||||
|
+ Improve BDJ_EVENT_CHAPTER triggering.
|
||||||
|
+ Improve main title detection.
|
||||||
|
+ Improve error resilience.
|
||||||
|
+ Improve BD-J compability.
|
||||||
|
+ Improve detecting of working aacs implementation.
|
||||||
|
+ Improve libmmbd support.
|
||||||
|
+ Fix BD-J media player stop().
|
||||||
|
+ Fix restoring playback rate with some BD-J discs.
|
||||||
|
+ Fix restoring suspended playback time position.
|
||||||
|
+ Fix current chapter lookup.
|
||||||
|
+ Fix lost key focus with multi-HScene discs.
|
||||||
|
+ Fix playback of discs without Top Menu title.
|
||||||
|
+ Fix caching of some BD-J files from UDF filesystem.
|
||||||
|
+ Fix stopping playback from HDMV menus.
|
||||||
|
+ Fix possible errors in win32 .iso image reading.
|
||||||
|
+ Fix undefined values in DISC_INFO.
|
||||||
|
+ Fix memory leaks.
|
||||||
|
- Fixed patch libbluray-jvm_dir.patch.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Dec 03 12:56:17 UTC 2015 - joerg.lorenzen@ki.tng.de
|
Thu Dec 03 12:56:17 UTC 2015 - joerg.lorenzen@ki.tng.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libbluray
|
# spec file for package libbluray
|
||||||
#
|
#
|
||||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
# Copyright (c) 2011 Dominique Leuenberger, Amsterdam, The Netherlands
|
# Copyright (c) 2011 Dominique Leuenberger, Amsterdam, The Netherlands
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@ -19,13 +19,13 @@
|
|||||||
|
|
||||||
%define soname 1
|
%define soname 1
|
||||||
Name: libbluray
|
Name: libbluray
|
||||||
Version: 0.9.2
|
Version: 0.9.3
|
||||||
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+
|
||||||
Group: Productivity/Multimedia/Other
|
Group: Productivity/Multimedia/Other
|
||||||
Url: http://www.videolan.org/developers/libbluray.html
|
Url: http://www.videolan.org/developers/libbluray.html
|
||||||
Source: ftp://ftp.videolan.org/pub/videolan/%{name}/%{version}/%{name}-%{version}.tar.bz2
|
Source0: http://download.videolan.org/pub/videolan/%{name}/%{version}/%{name}-%{version}.tar.bz2
|
||||||
Source99: baselibs.conf
|
Source99: baselibs.conf
|
||||||
Patch1: libbluray-autotools.patch
|
Patch1: libbluray-autotools.patch
|
||||||
Patch2: libbluray-jvm_dir.patch
|
Patch2: libbluray-jvm_dir.patch
|
||||||
|
Loading…
x
Reference in New Issue
Block a user