Accepting request 174760 from home:dimstar:branches:multimedia:libs

Update to 0.3.0

OBS-URL: https://build.opensuse.org/request/show/174760
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libbluray?expand=0&rev=14
This commit is contained in:
Ismail Dönmez 2013-05-07 15:15:30 +00:00 committed by Git OBS Bridge
parent 5a9e8d8056
commit 5aa4fdf5ba
4 changed files with 32 additions and 5 deletions

View File

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

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

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

View File

@ -1,3 +1,29 @@
-------------------------------------------------------------------
Tue May 7 14:42:08 UTC 2013 - dimstar@opensuse.org
- Update to version 0.3.0:
+ Build fixes.
+ Fixed stopping playback from pop-up menu.
+ Fixed multithreading issues in API.
+ Fixed initial setting for player profile.
+ Fixed stack corruption with long log strings.
+ Improved configure script.
+ Improved Visual Studio support.
+ Improved BD-J support (still alpha).
+ Allow changing player version.
+ Added PG (subtitle) decoding and rendering support.
+ Added ARGB overlay interface for BD-J graphics.
+ Added events for discontinuity, idle state and 3D mode.
+ Added playmarks to BLURAY_TITLE_INFO.
+ added start time, in time and out time to BLURAY_CLIP_INFO.
+ added sub-path id to BLURAY_STREAM_INFO.
+ Added bd_seek_playitem().
+ Added bd_set_scr().
+ Added 3D extension data to raw clip info.
+ added 3D player settings.
+ Added cropping and palette update flag to BD_OVERLAY.
- Add pkgconfig(libxml-2.0) BuildRequires: new dependency.
-------------------------------------------------------------------
Sat Sep 15 22:27:06 UTC 2012 - dimstar@opensuse.org

View File

@ -1,7 +1,7 @@
#
# spec file for package libbluray
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2011 Dominique Leuenberger, Amsterdam, The Netherlands
#
# All modifications and additions to the file contributed by third parties
@ -18,7 +18,7 @@
Name: libbluray
Version: 0.2.3
Version: 0.3.0
Release: 0
Summary: Library to access Blu-Ray disk
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
Source99: baselibs.conf
BuildRequires: pkg-config
BuildRequires: pkgconfig(libxml-2.0) >= 2.6
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description