Accepting request 202283 from home:Zaitor:branches:multimedia:libs
Update to ver 0.4.0, guess I won't get this one in for 13.1, but SR'ing anyway. OBS-URL: https://build.opensuse.org/request/show/202283 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libbluray?expand=0&rev=16
This commit is contained in:
parent
5aa4fdf5ba
commit
80b56fa66c
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:dc73ad618052ddd2d72bb847c8e5b9a1c9175db7b18d0456b21f484836c30038
|
|
||||||
size 510993
|
|
3
libbluray-0.4.0.tar.bz2
Normal file
3
libbluray-0.4.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:63a3218d69f179f4834ef3b48bfa95268ad62c302ff38bfc052e2fc6916ae3f8
|
||||||
|
size 549758
|
@ -1,3 +1,26 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 4 19:46:37 UTC 2013 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 0.4.0:
|
||||||
|
+ Fixed slide shows: always cut reads at clip end boundary.
|
||||||
|
+ Fixed logging with non-default mask.
|
||||||
|
+ Fixed buffer overflow in bd_psr_unregister_cb().
|
||||||
|
+ Fixed IG background when button image position changes.
|
||||||
|
+ Fixed BD-J tearing issues.
|
||||||
|
+ Changed default PhoneME library name in Windows (cvm -> cvmi).
|
||||||
|
+ Initialize default player region code to B.
|
||||||
|
+ Improved BD-J support (still alpha).
|
||||||
|
+ Improved language-based stream autoselection.
|
||||||
|
+ Added missing Java files to distribution package.
|
||||||
|
+ Added support for multi-clip sub paths.
|
||||||
|
+ Added bd_select_stream().
|
||||||
|
+ Added menu page effects.
|
||||||
|
+ Added button animations.
|
||||||
|
+ Added initial support for BluRay Text Subtitles.
|
||||||
|
+ Added bd_read_clpi(): use only public API in clpi_dump.
|
||||||
|
+ Added reference-counted RLE images.
|
||||||
|
- Add pkgconfig(freetype2) BuildRequires, new dependency.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue May 7 14:42:08 UTC 2013 - dimstar@opensuse.org
|
Tue May 7 14:42:08 UTC 2013 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: libbluray
|
Name: libbluray
|
||||||
Version: 0.3.0
|
Version: 0.4.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+
|
||||||
@ -27,6 +27,7 @@ Url: http://bd.videolan.org
|
|||||||
Source: ftp://ftp.videolan.org/pub/videolan/%{name}/%{version}/%{name}-%{version}.tar.bz2
|
Source: ftp://ftp.videolan.org/pub/videolan/%{name}/%{version}/%{name}-%{version}.tar.bz2
|
||||||
Source99: baselibs.conf
|
Source99: baselibs.conf
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
|
BuildRequires: pkgconfig(freetype2)
|
||||||
BuildRequires: pkgconfig(libxml-2.0) >= 2.6
|
BuildRequires: pkgconfig(libxml-2.0) >= 2.6
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user