diff --git a/baselibs.conf b/baselibs.conf index 716d247..4f2fe32 100644 --- a/baselibs.conf +++ b/baselibs.conf @@ -1 +1 @@ -libbluray1 +libbluray2 diff --git a/libbluray-0.9.3.tar.bz2 b/libbluray-0.9.3.tar.bz2 deleted file mode 100644 index efa1ea6..0000000 --- a/libbluray-0.9.3.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a6366614ec45484b51fe94fcd1975b3b8716f90f038a33b24d59978de3863ce0 -size 722686 diff --git a/libbluray-1.0.0.tar.bz2 b/libbluray-1.0.0.tar.bz2 new file mode 100644 index 0000000..ca1e14a --- /dev/null +++ b/libbluray-1.0.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7e3add335c7bbef45824fcd2249a9bf293868598c13f8479352c44ec95374cc +size 713973 diff --git a/libbluray-jvm_dir.patch b/libbluray-jvm_dir.patch index 27bad4e..ce7bae9 100644 --- a/libbluray-jvm_dir.patch +++ b/libbluray-jvm_dir.patch @@ -1,11 +1,11 @@ ---- src/libbluray/bdj/bdj.c.orig 2016-05-15 16:14:53.000000000 +0200 -+++ src/libbluray/bdj/bdj.c 2016-05-16 13:09:04.520217769 +0200 -@@ -208,7 +208,7 @@ +--- 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", }; - static const char jvm_dir[] = "jre/lib/" JAVA_ARCH "/server"; + static const char jvm_dir[] = "lib/" JAVA_ARCH "/server"; + # endif static const char jvm_lib[] = "libjvm"; # endif - #endif diff --git a/libbluray.changes b/libbluray.changes index f20724a..29a8ce9 100644 --- a/libbluray.changes +++ b/libbluray.changes @@ -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 diff --git a/libbluray.spec b/libbluray.spec index d7f8b43..d2081c7 100644 --- a/libbluray.spec +++ b/libbluray.spec @@ -17,9 +17,9 @@ # -%define sover 1 +%define sover 2 Name: libbluray -Version: 0.9.3 +Version: 1.0.0 Release: 0 Summary: Library to access Blu-Ray disk License: LGPL-2.1+