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:
parent
c860cdd6d0
commit
392e76d1f7
@ -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
3
libdvdnav-4.2.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7fca272ecc3241b6de41bbbf7ac9a303ba25cb9e0c82aa23901d3104887f2372
|
||||||
|
size 109856
|
@ -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
|
Sat Dec 3 23:14:39 UTC 2011 - pascal.bleser@opensuse.org
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libdvdnav
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -15,28 +15,25 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
# norootforbuild
|
|
||||||
|
|
||||||
|
|
||||||
Name: libdvdnav
|
Name: libdvdnav
|
||||||
Summary: DVD Navigation Library
|
Summary: DVD Navigation Library
|
||||||
Url: http://www.mplayerhq.hu/
|
License: GPL-2.0+
|
||||||
License: GPLv2+
|
|
||||||
Group: Productivity/Multimedia/Other
|
Group: Productivity/Multimedia/Other
|
||||||
Version: 4.2.0
|
Url: http://www.mplayerhq.hu/
|
||||||
|
Version: 4.2.1
|
||||||
Release: 0
|
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
|
Patch1: libdvdnav-strict-aliasing.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: libdvdread-devel >= 4.2.0
|
BuildRequires: libdvdread-devel >= 4.2.0
|
||||||
BuildRequires: pkg-config
|
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
|
BuildRequires: pkg-config
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This library contains functions to display DVD video menus.
|
This library contains functions to display DVD video menus.
|
||||||
|
|
||||||
%package -n libdvdnav4
|
%package -n libdvdnav4
|
||||||
License: GPLv2+
|
|
||||||
Summary: A DVD Navigation Library
|
Summary: A DVD Navigation Library
|
||||||
Group: Productivity/Multimedia/Other
|
Group: Productivity/Multimedia/Other
|
||||||
Provides: %{name} = %{version}
|
Provides: %{name} = %{version}
|
||||||
@ -46,10 +43,10 @@ Obsoletes: %{name} <= 0.1.10
|
|||||||
This library contains functions to display DVD video menus.
|
This library contains functions to display DVD video menus.
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
License: GPLv2+
|
|
||||||
Summary: Development Environment for libdvdnav
|
Summary: Development Environment for libdvdnav
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: libdvdnav4 = %{version} libdvdread-devel
|
Requires: libdvdnav4 = %{version}
|
||||||
|
Requires: libdvdread-devel
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
This library contains functions to display DVD video menus.
|
This library contains functions to display DVD video menus.
|
||||||
|
Loading…
Reference in New Issue
Block a user