From 5aa4fdf5bab69ac88a91e82ce5ca86c4474a8cf3e6155e09fc6015f4c95489e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Tue, 7 May 2013 15:15:30 +0000 Subject: [PATCH] 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 --- libbluray-0.2.3.tar.bz2 | 3 --- libbluray-0.3.0.tar.bz2 | 3 +++ libbluray.changes | 26 ++++++++++++++++++++++++++ libbluray.spec | 5 +++-- 4 files changed, 32 insertions(+), 5 deletions(-) delete mode 100644 libbluray-0.2.3.tar.bz2 create mode 100644 libbluray-0.3.0.tar.bz2 diff --git a/libbluray-0.2.3.tar.bz2 b/libbluray-0.2.3.tar.bz2 deleted file mode 100644 index 79304a4..0000000 --- a/libbluray-0.2.3.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2c65cfb02aeec31721f9ea65ee2c085a9bfe163e99dd01b52ccb3f53ba205eea -size 465239 diff --git a/libbluray-0.3.0.tar.bz2 b/libbluray-0.3.0.tar.bz2 new file mode 100644 index 0000000..efab926 --- /dev/null +++ b/libbluray-0.3.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc73ad618052ddd2d72bb847c8e5b9a1c9175db7b18d0456b21f484836c30038 +size 510993 diff --git a/libbluray.changes b/libbluray.changes index 58b843b..71ef123 100644 --- a/libbluray.changes +++ b/libbluray.changes @@ -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 diff --git a/libbluray.spec b/libbluray.spec index 891775e..65c36b7 100644 --- a/libbluray.spec +++ b/libbluray.spec @@ -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