forked from pool/libbluray
Accepting request 550793 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/550793 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libbluray?expand=0&rev=34
This commit is contained in:
commit
cb8a9b238f
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0f9f9a1db2f48cafc70ed2596ff3594b597e2027408f5f2be6191c245d67853a
|
||||
size 719157
|
3
libbluray-1.0.2.tar.bz2
Normal file
3
libbluray-1.0.2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6d9e7c4e416f664c330d9fa5a05ad79a3fb39b95adfc3fd6910cbed503b7aeff
|
||||
size 733058
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 05 11:22:37 UTC 2017 - joerg.lorenzen@ki.tng.de
|
||||
|
||||
- Update to version 1.0.2:
|
||||
+ Add initial support for UHD BluRay discs (without BD-J menus).
|
||||
+ Detect JRE (from the Java Applet plugin) on MacOS.
|
||||
+ Improve error resilience and stability.
|
||||
+ Improve libmmbd support.
|
||||
+ Fix static build dependencies in pkgconfig file.
|
||||
+ Fix creation of cache (sub-)directories on windows platforms.
|
||||
+ Fix BD-J temporary storage when persistent storage is disabled.
|
||||
+ Fix leaks.
|
||||
- At least java-devel >= 1.8 ist required for build.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 30 08:54:50 UTC 2017 - fstrba@suse.com
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
%define sover 2
|
||||
Name: libbluray
|
||||
Version: 1.0.1
|
||||
Version: 1.0.2
|
||||
Release: 0
|
||||
Summary: Library to access Blu-Ray disk
|
||||
License: LGPL-2.1+
|
||||
@ -30,7 +30,7 @@ Source99: baselibs.conf
|
||||
Patch1: libbluray-java9.patch
|
||||
Patch2: libbluray-jvm_dir.patch
|
||||
BuildRequires: ant
|
||||
BuildRequires: java-devel >= 1.6
|
||||
BuildRequires: java-devel >= 1.8
|
||||
BuildRequires: libtool
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: pkgconfig(fontconfig)
|
||||
@ -76,7 +76,7 @@ Group: Development/Libraries/Java
|
||||
%if %{?pkg_vcmp:%pkg_vcmp java-devel >= 9}%{!?pkg_vcmp:0}
|
||||
Requires: java >= 9
|
||||
%else
|
||||
Requires: java >= 1.6
|
||||
Requires: java >= 1.8
|
||||
%endif
|
||||
Requires: jpackage-utils
|
||||
%if 0%{?suse_version} > 1110
|
||||
|
Loading…
x
Reference in New Issue
Block a user