Accepting request 798390 from multimedia:libs

OBS-URL: https://build.opensuse.org/request/show/798390
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libbluray?expand=0&rev=40
This commit is contained in:
Dominique Leuenberger 2020-04-29 18:43:13 +00:00 committed by Git OBS Bridge
commit 139029a2e9
4 changed files with 21 additions and 11 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a3dd452239b100dc9da0d01b30e1692693e2a332a7d29917bf84bb10ea7c0b42
size 745779

3
libbluray-1.2.0.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cd41ea06fd2512a77ebf63872873641908ef81ce2fe4e4c842f6035a47696c11
size 747265

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Apr 27 17:35:07 UTC 2020 - Luigi Baldoni <aloisio@gmx.com>
- Update to version 1.2.0
* Add functions to list and read BD-ROM files.
* Add support for separate key pressed / typed / released user
input events.
* Add support for AWT mouse events (BD-J).
* Fix build with OpenJDK 12 / 13.
-------------------------------------------------------------------
Sat Aug 03 16:58:13 UTC 2019 - enzokiel@kabelmail.de

View File

@ -1,7 +1,7 @@
#
# spec file for package libbluray
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2011 Dominique Leuenberger, Amsterdam, The Netherlands
#
# All modifications and additions to the file contributed by third parties
@ -13,19 +13,19 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%define sover 2
Name: libbluray
Version: 1.1.2
Version: 1.2.0
Release: 0
Summary: Library to access Blu-Ray disk
License: LGPL-2.1+
License: LGPL-2.1-or-later
Group: Productivity/Multimedia/Other
Url: http://www.videolan.org/developers/libbluray.html
Source0: http://download.videolan.org/pub/videolan/%{name}/%{version}/%{name}-%{version}.tar.bz2
URL: https://www.videolan.org/developers/libbluray.html
Source0: https://download.videolan.org/pub/videolan/%{name}/%{version}/%{name}-%{version}.tar.bz2
Source99: baselibs.conf
Patch0: libbluray-pkgconfig.patch
Patch1: libbluray-java9.patch
@ -102,7 +102,7 @@ MPlayer). We, the authors of this library, do not condone nor endorse piracy.
--disable-static \
--enable-bdjava \
--enable-udf
make %{?_smp_mflags}
%make_build
%install
%make_install
@ -115,7 +115,7 @@ find %{buildroot} -type f -name "*.la" -delete -print
%{_bindir}/bd_info
%files -n libbluray%{sover}
%doc COPYING
%license COPYING
%{_libdir}/libbluray.so.*
%files devel