Mailinglist Archive: opensuse-commit (875 mails)
| < Previous | Next > |
commit libdvdnav
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Tue, 08 Jul 2008 21:36:23 +0200
- Message-id: <20080708193624.3ECA267817B@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package libdvdnav
checked in at Tue Jul 8 21:36:23 CEST 2008.
--------
--- libdvdnav/libdvdnav.changes 2007-01-10 13:50:50.000000000 +0100
+++ libdvdnav/libdvdnav.changes 2008-07-01 13:49:46.000000000 +0200
@@ -1,0 +2,18 @@
+Tue Jul 1 13:47:30 CEST 2008 - hvogel@xxxxxxx
+
+- 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
+
+-------------------------------------------------------------------
Old:
----
libdvdnav-0.1.10.tar.bz2
libdvdnav-strncat_overflow.patch
New:
----
libdvdnav-4.1.2.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ libdvdnav.spec ++++++
--- /var/tmp/diff_new_pack.z10724/_old 2008-07-08 21:34:18.000000000 +0200
+++ /var/tmp/diff_new_pack.z10724/_new 2008-07-08 21:34:18.000000000 +0200
@@ -1,7 +1,7 @@
#
-# spec file for package libdvdnav (Version 0.1.10)
+# spec file for package libdvdnav (Version 4.1.2)
#
-# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
@@ -10,20 +10,20 @@
# norootforbuild
+Url: http://dvd.sourceforge.net/
+
Name: libdvdnav
-BuildRequires: libdvdread-devel
-URL: http://dvd.sourceforge.net/
-License: GNU General Public License (GPL)
+License: GPL v2 or later
Group: Productivity/Multimedia/Other
-Autoreqprov: on
-Version: 0.1.10
-Release: 35
-Source0: %name-%version.tar.bz2
-Patch: %name.diff
+AutoReqProv: on
+Version: 4.1.2
+Release: 1
+Source0:
http://www1.mplayerhq.hu/MPlayer/releases/dvdnav/%name-%version.tar.bz2
+Patch: libdvdnav.diff
Patch1: libdvdnav-strict-aliasing.patch
-Patch2: libdvdnav-strncat_overflow.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Summary: A DVD Navigation Library
+BuildRequires: libdvdread-devel
%description
This library contains functions to display DVD video menus.
@@ -38,6 +38,7 @@
Kees Cook <kees@xxxxxxxxxxx>
%package devel
+License: GPL v2 or later
Summary: DVD navigation library
Group: Productivity/Multimedia/Other
Requires: libdvdnav libdvdread-devel
@@ -58,11 +59,9 @@
%setup -q
%patch
%patch1
-%patch2
%build
-%{?suse_update_config:%{suse_update_config -f }}
-autoreconf --force --install
+./autogen.sh
export CFLAGS="$RPM_OPT_FLAGS"
./configure --prefix=/usr --libdir=%{_libdir} --includedir=/usr/include
make
@@ -94,28 +93,43 @@
%{_libdir}/*.so
%{_libdir}/*.la
-%changelog -n libdvdnav
-* Wed Jan 10 2007 - hvogel@xxxxxxx
+%changelog
+* Tue Jul 01 2008 hvogel@xxxxxxx
+- 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@xxxxxxx
- fix possible strncat overflow
-* Wed Jan 25 2006 - mls@xxxxxxx
+* Wed Jan 25 2006 mls@xxxxxxx
- converted neededforbuild to BuildRequires
-* Wed Nov 02 2005 - hvogel@xxxxxxx
+* Wed Nov 02 2005 hvogel@xxxxxxx
- add -fno-strict-aliasing to CFLAGS
-* Fri Sep 03 2004 - hvogel@xxxxxxx
+* Fri Sep 03 2004 hvogel@xxxxxxx
- update to version 0.1.10
-* Mon Jan 12 2004 - adrian@xxxxxxx
+* Mon Jan 12 2004 adrian@xxxxxxx
- fix build
-* Sun Jan 11 2004 - adrian@xxxxxxx
+* Sun Jan 11 2004 adrian@xxxxxxx
- add %%defattr and %%run_ldconfig
-* Thu Oct 23 2003 - stepan@xxxxxxx
+* Thu Oct 23 2003 stepan@xxxxxxx
- update to 0.1.9, needed by gnome 2.4
-* Sun Jun 01 2003 - ro@xxxxxxx
+* Sun Jun 01 2003 ro@xxxxxxx
- add aclocal file to devel filelist
-* Fri Feb 14 2003 - stepan@xxxxxxx
+* Fri Feb 14 2003 stepan@xxxxxxx
- update to v0.1.4, needed by vdr-plugins
-* Sun Feb 02 2003 - adrian@xxxxxxx
+* Sun Feb 02 2003 adrian@xxxxxxx
- fix requires
-* Sat Nov 02 2002 - stepan@xxxxxxx
+* Sun Nov 03 2002 stepan@xxxxxxx
- include dvdnavconfig (needed by MPlayer et al)
-* Mon Oct 21 2002 - stepan@xxxxxxx
+* Mon Oct 21 2002 stepan@xxxxxxx
- initial release
++++++ libdvdnav-0.1.10.tar.bz2 -> libdvdnav-4.1.2.tar.bz2 ++++++
++++ 55583 lines of diff (skipped)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |