diff --git a/libbluray-0.3.0.tar.bz2 b/libbluray-0.3.0.tar.bz2 deleted file mode 100644 index efab926..0000000 --- a/libbluray-0.3.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dc73ad618052ddd2d72bb847c8e5b9a1c9175db7b18d0456b21f484836c30038 -size 510993 diff --git a/libbluray-0.4.0.tar.bz2 b/libbluray-0.4.0.tar.bz2 new file mode 100644 index 0000000..8f980f7 --- /dev/null +++ b/libbluray-0.4.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63a3218d69f179f4834ef3b48bfa95268ad62c302ff38bfc052e2fc6916ae3f8 +size 549758 diff --git a/libbluray.changes b/libbluray.changes index 71ef123..ab05a7a 100644 --- a/libbluray.changes +++ b/libbluray.changes @@ -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 diff --git a/libbluray.spec b/libbluray.spec index 65c36b7..341e174 100644 --- a/libbluray.spec +++ b/libbluray.spec @@ -18,7 +18,7 @@ Name: libbluray -Version: 0.3.0 +Version: 0.4.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(freetype2) BuildRequires: pkgconfig(libxml-2.0) >= 2.6 BuildRoot: %{_tmppath}/%{name}-%{version}-build