forked from pool/libbluray
Accepting request 798361 from home:alois:branches:multimedia:libs
- 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. OBS-URL: https://build.opensuse.org/request/show/798361 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libbluray?expand=0&rev=80
This commit is contained in:
parent
e1bb57585b
commit
af8b1429f9
@ -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
3
libbluray-1.2.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:cd41ea06fd2512a77ebf63872873641908ef81ce2fe4e4c842f6035a47696c11
|
||||||
|
size 747265
|
@ -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
|
Sat Aug 03 16:58:13 UTC 2019 - enzokiel@kabelmail.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libbluray
|
# 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
|
# Copyright (c) 2011 Dominique Leuenberger, Amsterdam, The Netherlands
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# 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)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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
|
%define sover 2
|
||||||
Name: libbluray
|
Name: libbluray
|
||||||
Version: 1.1.2
|
Version: 1.2.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Library to access Blu-Ray disk
|
Summary: Library to access Blu-Ray disk
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1-or-later
|
||||||
Group: Productivity/Multimedia/Other
|
Group: Productivity/Multimedia/Other
|
||||||
Url: http://www.videolan.org/developers/libbluray.html
|
URL: https://www.videolan.org/developers/libbluray.html
|
||||||
Source0: http://download.videolan.org/pub/videolan/%{name}/%{version}/%{name}-%{version}.tar.bz2
|
Source0: https://download.videolan.org/pub/videolan/%{name}/%{version}/%{name}-%{version}.tar.bz2
|
||||||
Source99: baselibs.conf
|
Source99: baselibs.conf
|
||||||
Patch0: libbluray-pkgconfig.patch
|
Patch0: libbluray-pkgconfig.patch
|
||||||
Patch1: libbluray-java9.patch
|
Patch1: libbluray-java9.patch
|
||||||
@ -102,7 +102,7 @@ MPlayer). We, the authors of this library, do not condone nor endorse piracy.
|
|||||||
--disable-static \
|
--disable-static \
|
||||||
--enable-bdjava \
|
--enable-bdjava \
|
||||||
--enable-udf
|
--enable-udf
|
||||||
make %{?_smp_mflags}
|
%make_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
@ -115,7 +115,7 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
|||||||
%{_bindir}/bd_info
|
%{_bindir}/bd_info
|
||||||
|
|
||||||
%files -n libbluray%{sover}
|
%files -n libbluray%{sover}
|
||||||
%doc COPYING
|
%license COPYING
|
||||||
%{_libdir}/libbluray.so.*
|
%{_libdir}/libbluray.so.*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
|
Loading…
x
Reference in New Issue
Block a user