forked from pool/libbluray
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:
@@ -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 \
|
||||
|
Reference in New Issue
Block a user