Accepting request 466186 from home:enzokiel:branches:multimedia:libs
Update to version 1.0.0 OBS-URL: https://build.opensuse.org/request/show/466186 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libbluray?expand=0&rev=60
This commit is contained in:
parent
3b835b4b3d
commit
2494a827df
@ -1 +1 @@
|
|||||||
libbluray1
|
libbluray2
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a6366614ec45484b51fe94fcd1975b3b8716f90f038a33b24d59978de3863ce0
|
|
||||||
size 722686
|
|
3
libbluray-1.0.0.tar.bz2
Normal file
3
libbluray-1.0.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f7e3add335c7bbef45824fcd2249a9bf293868598c13f8479352c44ec95374cc
|
||||||
|
size 713973
|
@ -1,11 +1,11 @@
|
|||||||
--- src/libbluray/bdj/bdj.c.orig 2016-05-15 16:14:53.000000000 +0200
|
--- src/libbluray/bdj/bdj.c.orig 2017-03-02 13:33:49.000000000 +0100
|
||||||
+++ src/libbluray/bdj/bdj.c 2016-05-16 13:09:04.520217769 +0200
|
+++ src/libbluray/bdj/bdj.c 2017-03-03 08:58:23.000000000 +0100
|
||||||
@@ -208,7 +208,7 @@
|
@@ -354,7 +354,7 @@
|
||||||
"/usr/lib/jvm/java-8-openjdk",
|
"/usr/lib/jvm/java-8-openjdk",
|
||||||
"/usr/lib/jvm/java-6-openjdk",
|
"/usr/lib/jvm/java-6-openjdk",
|
||||||
};
|
};
|
||||||
- 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";
|
||||||
|
# endif
|
||||||
static const char jvm_lib[] = "libjvm";
|
static const char jvm_lib[] = "libjvm";
|
||||||
# endif
|
# endif
|
||||||
#endif
|
|
||||||
|
@ -1,3 +1,29 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 03 09:11:32 UTC 2017 - joerg.lorenzen@ki.tng.de
|
||||||
|
|
||||||
|
- Update to version 1.0.0:
|
||||||
|
+ Add support for Java VM (BD-J) on MacOS.
|
||||||
|
+ Add clip_id to BLURAY_CLIP_INFO.
|
||||||
|
+ Add a suitable JVM path for Fedora/RHEL and clones.
|
||||||
|
+ Add support for AVCHD 8.3 filenames.
|
||||||
|
+ Add player setting for disabling persistent storage.
|
||||||
|
+ Add bd_set_rate().
|
||||||
|
+ Add playback time position to BD_EVENT_SEEK.
|
||||||
|
+ Add BD_VK_ROOT_MENU handling.
|
||||||
|
+ Add support for heavily fragmented 3D .m2ts files.
|
||||||
|
+ Improve Win32 dll loading security.
|
||||||
|
+ Improve playback resume position accuracy.
|
||||||
|
+ Improve error resilience and stability.
|
||||||
|
+ Fix using libmmbd with unmounted discs.
|
||||||
|
+ Fix leaks.
|
||||||
|
+ Delay BD-J overlay opening until something visible has been
|
||||||
|
drawn.
|
||||||
|
+ Close BD-J overlay when window is not visible.
|
||||||
|
+ Use temporary storage when cache or persistent root location is
|
||||||
|
unknown.
|
||||||
|
- Fixed patch libbluray-jvm_dir.patch.
|
||||||
|
- Changed soname version to 2.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Feb 13 09:12:25 UTC 2017 - jengelh@inai.de
|
Mon Feb 13 09:12:25 UTC 2017 - jengelh@inai.de
|
||||||
|
|
||||||
|
@ -17,9 +17,9 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define sover 1
|
%define sover 2
|
||||||
Name: libbluray
|
Name: libbluray
|
||||||
Version: 0.9.3
|
Version: 1.0.0
|
||||||
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