forked from pool/libdvdnav
- BuildRequire dvdread >= 5.0.2
libdvdnav-dvdread.patch OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libdvdnav?expand=0&rev=23
This commit is contained in:
parent
985b73d344
commit
28bab1826c
14
libdvdnav-dvdread.patch
Normal file
14
libdvdnav-dvdread.patch
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
---
|
||||||
|
misc/dvdnav.pc.in | 2 +-
|
||||||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||||
|
|
||||||
|
--- a/misc/dvdnav.pc.in
|
||||||
|
+++ b/misc/dvdnav.pc.in
|
||||||
|
@@ -7,6 +7,6 @@ Name: libdvdnav
|
||||||
|
Description: DVD Navigation library
|
||||||
|
Version: @VERSION@
|
||||||
|
|
||||||
|
-Requires.private: dvdread >= 4.1.2
|
||||||
|
+Requires.private: dvdread >= 5.0.2
|
||||||
|
Cflags: -I${includedir} @THREAD_CFLAGS@
|
||||||
|
Libs: -L${libdir} -ldvdnav @THREAD_LIBS@
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 30 15:45:33 UTC 2016 - olaf@aepfle.de
|
||||||
|
|
||||||
|
- BuildRequire dvdread >= 5.0.2
|
||||||
|
libdvdnav-dvdread.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Feb 06 13:34:47 UTC 2015 - joerg.lorenzen@ki.tng.de
|
Fri Feb 06 13:34:47 UTC 2015 - joerg.lorenzen@ki.tng.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libdvdnav
|
# spec file for package libdvdnav
|
||||||
#
|
#
|
||||||
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2016 SUSE LINUX 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
|
||||||
@ -25,9 +25,10 @@ Version: 5.0.3
|
|||||||
Release: 0
|
Release: 0
|
||||||
Source0: http://download.videolan.org/videolan/libdvdnav/%{version}/libdvdnav-%{version}.tar.bz2
|
Source0: http://download.videolan.org/videolan/libdvdnav/%{version}/libdvdnav-%{version}.tar.bz2
|
||||||
Source1000: baselibs.conf
|
Source1000: baselibs.conf
|
||||||
|
Patch0: libdvdnav-dvdread.patch
|
||||||
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 >= 5.0.2
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
|
|
||||||
@ -47,13 +48,13 @@ This library contains functions to display DVD video menus.
|
|||||||
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}
|
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.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
%patch0 -p1
|
||||||
%patch1
|
%patch1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
Loading…
Reference in New Issue
Block a user