Mailinglist Archive: opensuse-commit (1421 mails)

< Previous Next >
commit dvgrab
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Tue, 06 May 2008 01:15:57 +0200
  • Message-id: <20080505231558.37CBF678168@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package dvgrab
checked in at Tue May 6 01:15:57 CEST 2008.


--------
--- dvgrab/dvgrab.changes 2007-11-29 03:00:27.000000000 +0100
+++ /mounts/work_src_done/STABLE/dvgrab/dvgrab.changes 2008-05-05
20:11:39.000000000 +0200
@@ -1,0 +2,6 @@
+Mon May 5 20:11:12 CEST 2008 - aj@xxxxxxx
+
+- Fix missing return statement (bnc #386479).
+- Compile everything with RPM_OPT_FLAGS.
+
+-------------------------------------------------------------------



New:
----
dvgrab-warn.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ dvgrab.spec ++++++
--- /var/tmp/diff_new_pack.N16856/_old 2008-05-06 01:15:47.000000000 +0200
+++ /var/tmp/diff_new_pack.N16856/_new 2008-05-06 01:15:47.000000000 +0200
@@ -1,7 +1,7 @@
#
# spec file for package dvgrab (Version 3.0)
#
-# 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,6 +10,7 @@

# norootforbuild

+
Name: dvgrab
BuildRequires: gcc-c++ libiec61883-devel libjpeg-devel libquicktime-devel
pkgconfig
Url: http://kino.schirmacher.de/
@@ -18,12 +19,13 @@
#Requires: xforms
AutoReqProv: on
Version: 3.0
-Release: 33
+Release: 81
Summary: Record Digital Video (DV) via an IEEE 1394 (Firewire) Interface
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source: %{name}-%{version}.tar.bz2
Patch0: dvgrab.writeable-strings.patch
Patch1: dvgrab-gcc43.patch
+Patch2: dvgrab-warn.patch

%description
dvgrab receives audio and video data from a digital camcorder via an
@@ -41,11 +43,12 @@
%setup -q
%patch0 -p1
%patch1
+%patch2

%build
autoreconf -fi
-CXXFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr --mandir=%{_mandir}
-make CXXFLAGS="$RPM_OPT_FLAGS" %{?jobs:-j%{jobs}}
+CXXFLAGS="$RPM_OPT_FLAGS" CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr
--mandir=%{_mandir}
+make %{?jobs:-j%{jobs}}

%install
make DESTDIR=$RPM_BUILD_ROOT install
@@ -60,9 +63,12 @@
%{_mandir}/man1/dvgrab.1*

%changelog
-* Thu Nov 29 2007 - ro@xxxxxxx
+* Mon May 05 2008 aj@xxxxxxx
+- Fix missing return statement (bnc #386479).
+- Compile everything with RPM_OPT_FLAGS.
+* Thu Nov 29 2007 ro@xxxxxxx
- add many includes to fix build with gcc-4.3
-* Tue Aug 07 2007 - olh@xxxxxxx
+* Tue Aug 07 2007 olh@xxxxxxx
- build parallel, remove INSTALL file
- fix some -fwriteable-string warnings
- update to 3.0
@@ -77,26 +83,26 @@
filename or filename containing recording date or timecode. This makes
dvgrab work nicely with StopMotion (http://stopmotion.bjoernen.com/).
Bugfixes with dropped frame counting and quicktime support.
-* Mon Oct 16 2006 - ro@xxxxxxx
+* Mon Oct 16 2006 ro@xxxxxxx
- update to 2.0 to fix build
- added libiec61883 support
- added lockstep features
-* Wed Jan 25 2006 - mls@xxxxxxx
+* Wed Jan 25 2006 mls@xxxxxxx
- converted neededforbuild to BuildRequires
-* Wed May 04 2005 - wengel@xxxxxxx
+* Wed May 04 2005 wengel@xxxxxxx
- update to version 1.8
-* Mon Aug 23 2004 - ro@xxxxxxx
+* Mon Aug 23 2004 ro@xxxxxxx
- update to 1.6 to make it build with current libdv
-* Fri May 07 2004 - wengel@xxxxxxx
+* Fri May 07 2004 wengel@xxxxxxx
- update to version 1.5
- deleted patch (not needed anymore)
-* Sat Jan 10 2004 - adrian@xxxxxxx
+* Sun Jan 11 2004 adrian@xxxxxxx
- add %%defattr
-* Tue May 27 2003 - coolo@xxxxxxx
+* Tue May 27 2003 coolo@xxxxxxx
- use BuildRoot
-* Mon Mar 10 2003 - wengel@xxxxxxx
+* Mon Mar 10 2003 wengel@xxxxxxx
- update to version 1.2
-* Tue Feb 25 2003 - kukuk@xxxxxxx
+* Tue Feb 25 2003 kukuk@xxxxxxx
- Include assert.h
-* Tue Nov 20 2001 - uli@xxxxxxx
+* Tue Nov 20 2001 uli@xxxxxxx
- initial package

++++++ dvgrab-warn.patch ++++++
--- iec13818-1.cc
+++ iec13818-1.cc
@@ -39,7 +39,7 @@
bool HDVPacket::payload_unit_start_indicator() { return GetBits( 9, 1 ); }
bool HDVPacket::transport_priority() { return GetBits( 10, 1 ); }
unsigned short HDVPacket::pid() { return GetBits( 11, 13 ); }
-unsigned char HDVPacket::transport_scrambling_control() { GetBits( 24, 2 ); }
+unsigned char HDVPacket::transport_scrambling_control() { return GetBits( 24,
2 ); }
unsigned char HDVPacket::adaptation_field_control() { return GetBits( 26, 2 );
}
unsigned char HDVPacket::continuity_counter() { return GetBits( 28, 4 ); }


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread
  • No further messages