Accepting request 890341 from home:polslinux:branches:multimedia:libs
- Update to 1.3.0: + Add bd_event_name(). + Add return value to bd_refcnt_inc(). + Add cache for parsed clpi file data. + Add player setting for JRE location (JAVA_HOME). + Improve FreeBSD BD-J support. + Improve portability. + Improve JVM and .jar file probing. + Fix leak. - Drop libbluray-jvm_dir.patch OBS-URL: https://build.opensuse.org/request/show/890341 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libbluray?expand=0&rev=84
This commit is contained in:
parent
2b4d6d4d52
commit
69d7bcba08
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5223e83f7988ea2cc860b5cadcaf9cf971087b0c80ca7b60cc17c8300cae36ec
|
||||
size 751063
|
3
libbluray-1.3.0.tar.bz2
Normal file
3
libbluray-1.3.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e2dbaf99e84e0a9725f4985bcb85d41e52c2261cc651d8884b1b790b5ef016f9
|
||||
size 754069
|
@ -1,11 +0,0 @@
|
||||
--- src/libbluray/bdj/bdj.c.orig 2019-02-15 18:37:19.349488736 +0100
|
||||
+++ src/libbluray/bdj/bdj.c 2019-02-15 18:37:19.385488013 +0100
|
||||
@@ -404,7 +404,7 @@
|
||||
"/usr/lib/jvm/java-8-openjdk-" JAVA_ARCH,
|
||||
"/usr/lib/jvm/java-6-openjdk",
|
||||
};
|
||||
- static const char * const jvm_dir[] = {"jre/lib/" JAVA_ARCH "/server",
|
||||
+ static const char * const jvm_dir[] = {"lib/" JAVA_ARCH "/server",
|
||||
"lib/server",
|
||||
"lib/client",
|
||||
};
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue May 4 11:48:36 UTC 2021 - Paolo Stivanin <info@paolostivanin.com>
|
||||
|
||||
- Update to 1.3.0:
|
||||
+ Add bd_event_name().
|
||||
+ Add return value to bd_refcnt_inc().
|
||||
+ Add cache for parsed clpi file data.
|
||||
+ Add player setting for JRE location (JAVA_HOME).
|
||||
+ Improve FreeBSD BD-J support.
|
||||
+ Improve portability.
|
||||
+ Improve JVM and .jar file probing.
|
||||
+ Fix leak.
|
||||
- Drop libbluray-jvm_dir.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 5 08:18:26 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libbluray
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2011 Dominique Leuenberger, Amsterdam, The Netherlands
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@ -19,7 +19,7 @@
|
||||
|
||||
%define sover 2
|
||||
Name: libbluray
|
||||
Version: 1.2.1
|
||||
Version: 1.3.0
|
||||
Release: 0
|
||||
Summary: Library to access Blu-Ray disk
|
||||
License: LGPL-2.1-or-later
|
||||
@ -29,7 +29,6 @@ Source0: https://download.videolan.org/pub/videolan/%{name}/%{version}/%{
|
||||
Source99: baselibs.conf
|
||||
Patch0: libbluray-pkgconfig.patch
|
||||
Patch1: libbluray-java9.patch
|
||||
Patch2: libbluray-jvm_dir.patch
|
||||
BuildRequires: ant
|
||||
BuildRequires: java-devel >= 1.8
|
||||
BuildRequires: libtool
|
||||
@ -95,7 +94,6 @@ MPlayer). We, the authors of this library, do not condone nor endorse piracy.
|
||||
%if %{?pkg_vcmp:%pkg_vcmp java-devel >= 9}%{!?pkg_vcmp:0}
|
||||
%patch1 -p1
|
||||
%endif
|
||||
%patch2
|
||||
|
||||
%build
|
||||
%configure \
|
||||
|
Loading…
x
Reference in New Issue
Block a user