SHA256
1
0
forked from pool/libdvdnav

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

Update to 4.2.1

OBS-URL: https://build.opensuse.org/request/show/225517
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libdvdnav?expand=0&rev=14
This commit is contained in:
Sascha Peilicke 2014-03-11 12:11:51 +00:00 committed by Git OBS Bridge
parent c860cdd6d0
commit 392e76d1f7
4 changed files with 23 additions and 14 deletions

View File

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

3
libdvdnav-4.2.1.tar.xz Normal file
View File

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

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Mon Mar 10 19:33:51 UTC 2014 - dimstar@opensuse.org
- Update to version 4.2.1:
+ Fixed failed assertion on menu-less DVDs.
+ Fixed playback issues on multi-angle DVDs.
+ Fixed crash when playing a DVD from different region than
currently set in the DVD drive.
+ Fixed segfaults when reading certain DVDs (including "Jack
Reacher", "Ghost Protocol", "Inside Man", "Tangled" and
"The Dictator").
-------------------------------------------------------------------
Sat Dec 3 23:14:39 UTC 2011 - pascal.bleser@opensuse.org

View File

@ -1,7 +1,7 @@
#
# spec file for package libdvdnav
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -15,28 +15,25 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: libdvdnav
Summary: DVD Navigation Library
Url: http://www.mplayerhq.hu/
License: GPLv2+
License: GPL-2.0+
Group: Productivity/Multimedia/Other
Version: 4.2.0
Url: http://www.mplayerhq.hu/
Version: 4.2.1
Release: 0
Source0: http://dvdnav.mplayerhq.hu/releases/libdvdnav-%{version}.tar.bz2
Source0: http://dvdnav.mplayerhq.hu/releases/libdvdnav-%{version}.tar.xz
Patch1: libdvdnav-strict-aliasing.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: libdvdread-devel >= 4.2.0
BuildRequires: pkg-config
BuildRequires: libtool
BuildRequires: pkg-config
%description
This library contains functions to display DVD video menus.
%package -n libdvdnav4
License: GPLv2+
Summary: A DVD Navigation Library
Group: Productivity/Multimedia/Other
Provides: %{name} = %{version}
@ -46,10 +43,10 @@ Obsoletes: %{name} <= 0.1.10
This library contains functions to display DVD video menus.
%package devel
License: GPLv2+
Summary: Development Environment for libdvdnav
Group: Development/Libraries/C and C++
Requires: libdvdnav4 = %{version} libdvdread-devel
Requires: libdvdnav4 = %{version}
Requires: libdvdread-devel
%description devel
This library contains functions to display DVD video menus.