SHA256
1
0
forked from pool/libdvdnav

Accepting request 28361 from multimedia:libs

Copy from multimedia:libs/libdvdnav based on submit request 28361 from user coolo

OBS-URL: https://build.opensuse.org/request/show/28361
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libdvdnav?expand=0&rev=5
This commit is contained in:
OBS User autobuild 2010-01-11 16:30:24 +00:00 committed by Git OBS Bridge
parent 9dc1520aed
commit ffa45df5aa
3 changed files with 28 additions and 52 deletions

View File

@ -1,6 +1,8 @@
--- src/Makefile.am
+++ src/Makefile.am
@@ -5,7 +5,7 @@
Index: src/Makefile.am
===================================================================
--- src/Makefile.am.orig 2008-06-14 14:33:21.000000000 +0200
+++ src/Makefile.am 2009-11-20 13:44:17.000000000 +0100
@@ -5,7 +5,7 @@ SUBDIRS = vm
includedir = ${prefix}/include/dvdnav
AM_CPPFLAGS = -DDVDNAV_COMPILE $(THREAD_CFLAGS) $(DVDREAD_CFLAGS) \
@ -9,3 +11,16 @@
EXTRA_DIST = README.MAP FELLOWSHIP.map
Index: configure.ac
===================================================================
--- configure.ac.orig 2009-11-20 13:44:17.000000000 +0100
+++ configure.ac 2009-11-20 14:28:01.000000000 +0100
@@ -61,7 +61,7 @@ dnl libname.so.(DVDNAV_LT_CURRENT - D
DVDNAV_LT_CURRENT=5
DVDNAV_LT_AGE=1
-DVDNAV_LT_REVISION=2
+DVDNAV_LT_REVISION=3
AC_SUBST(DVDNAV_LT_CURRENT)
AC_SUBST(DVDNAV_LT_AGE)

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Nov 20 13:29:11 UTC 2009 - crrodriguez@opensuse.org
- libdvdnav4-4.1.3 contains libdvdnav.so.4.1.2 binaries [bnc#503753]
-------------------------------------------------------------------
Wed Sep 10 11:06:40 CEST 2008 - hvogel@suse.de

View File

@ -1,7 +1,7 @@
#
# spec file for package libdvdnav (Version 4.1.3)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2010 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
@ -21,10 +21,10 @@
Name: libdvdnav
Summary: A DVD Navigation Library
Url: http://www.mplayerhq.hu/
License: GPL v2 or later
License: GPLv2+
Group: Productivity/Multimedia/Other
Version: 4.1.3
Release: 1
Release: 2
Source0: http://www1.mplayerhq.hu/MPlayer/releases/dvdnav/%name-%version.tar.bz2
Patch: libdvdnav.diff
Patch1: libdvdnav-strict-aliasing.patch
@ -44,7 +44,7 @@ Authors:
Kees Cook <kees@outflux.net>
%package -n libdvdnav4
License: GPL v2 or later
License: GPLv2+
Summary: A DVD Navigation Library
Group: Productivity/Multimedia/Other
Provides: %{name} = %{version}
@ -63,7 +63,7 @@ Authors:
Kees Cook <kees@outflux.net>
%package devel
License: GPL v2 or later
License: GPLv2+
Summary: Development Environment for libdvdnav
Group: Development/Libraries/C and C++
Requires: libdvdnav4 = %{version} libdvdread-devel
@ -116,47 +116,3 @@ rm -rf $RPM_BUILD_ROOT
%_libdir/pkgconfig/dvdnavmini.pc
%changelog
* Wed Sep 10 2008 hvogel@suse.de
- update to 4.1.3
* fixes regarding potential memory and resource leaks
* added pkg-config support
- branch library subpackage
* Tue Jul 01 2008 hvogel@suse.de
- update to version 4.1.2, switching to version from mplayerhq
* multiple build system fixes
* added dvdnav_describe_title_chapters(title) to get title
and chapters duration
* added dvdnav_audio_stream_channels() to return number
of channels
* fixed dvdnav_time_search() in multi-angle dvds (but it still
needs improvements)
* added dvdnav_audio_stream_format() to identify the codec used
in audio streams
* starting DVD playback at specific title/part positions with
dvdnav_{title,part}_play() works again
* fixed error "Expected NAV packet but none found." occuring
sometimes on resume from menu
* Wed Jan 10 2007 hvogel@suse.de
- fix possible strncat overflow
* Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires
* Wed Nov 02 2005 hvogel@suse.de
- add -fno-strict-aliasing to CFLAGS
* Fri Sep 03 2004 hvogel@suse.de
- update to version 0.1.10
* Mon Jan 12 2004 adrian@suse.de
- fix build
* Sun Jan 11 2004 adrian@suse.de
- add %%defattr and %%run_ldconfig
* Thu Oct 23 2003 stepan@suse.de
- update to 0.1.9, needed by gnome 2.4
* Sun Jun 01 2003 ro@suse.de
- add aclocal file to devel filelist
* Fri Feb 14 2003 stepan@suse.de
- update to v0.1.4, needed by vdr-plugins
* Sun Feb 02 2003 adrian@suse.de
- fix requires
* Sun Nov 03 2002 stepan@suse.de
- include dvdnavconfig (needed by MPlayer et al)
* Mon Oct 21 2002 stepan@suse.de
- initial release