Your message dated Mon, 11 Feb 2008 18:47:02 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#457998: fixed in dvgrab 3.1-1
has caused the Debian Bug report #457998,
regarding dvgrab: Output filename "-" is no longer interpreted as stdout
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
457998: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=457998
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: dvgrab
Version: 3.0-1
Severity: normal

The manual page for dvgrab says that:

       If you specify a trailing ’-’ then the format is forced to
       raw DV or HDV and sent to stdout. dvgrab will also output raw
       DV or HDV to stdout while capturing to a file if stdout is
       piped or redirected.

This used to work, but now it results in an output file named
"-001.avi".

The following patch appears to fix this, though the informational messages
still refer to "-001.dv":

--- dvgrab-3.0~/dvgrab.cc       2007-12-27 20:08:35.000000000 +0000
+++ dvgrab-3.0/dvgrab.cc        2007-12-27 20:12:46.000000000 +0000
@@ -287,6 +287,11 @@
                if ( m_file_format != JPEG_FORMAT )
                        m_dst_file_name[ filename.find_last_of( '.' ) ] = '\0';
        }
+       else if ( filename == "-" )
+       {
+               m_file_format = RAW_FORMAT;
+               m_raw_pipe = true;
+       }
 }
 
 void DVgrab::getargs( int argc, char *argv[] )
@@ -436,9 +441,6 @@
                        print_version();
                        exit( EXIT_SUCCESS );
                        break;
-               case '-':
-                       m_raw_pipe = true;
-                       break;
                default:
                        print_usage();
                        exit( EXIT_FAILURE );
@@ -458,7 +460,7 @@
                exit( EXIT_FAILURE );
        }
 
-       if ( m_dst_file_name == NULL && !m_raw_pipe )
+       if ( m_dst_file_name == NULL )
                m_dst_file_name = "dvgrab-";
 }
 
--- END ---

Actually only the first hunk of this patch is necessary; the second and
third hunks delete redundant code.

Ben.

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-686
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)



--- End Message ---
--- Begin Message ---
Source: dvgrab
Source-Version: 3.1-1

We believe that the bug you reported is fixed in the latest version of
dvgrab, which is due to be installed in the Debian FTP archive:

dvgrab_3.1-1.diff.gz
  to pool/main/d/dvgrab/dvgrab_3.1-1.diff.gz
dvgrab_3.1-1.dsc
  to pool/main/d/dvgrab/dvgrab_3.1-1.dsc
dvgrab_3.1-1_i386.deb
  to pool/main/d/dvgrab/dvgrab_3.1-1_i386.deb
dvgrab_3.1.orig.tar.gz
  to pool/main/d/dvgrab/dvgrab_3.1.orig.tar.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Erik Schanze <[EMAIL PROTECTED]> (supplier of updated dvgrab package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Wed, 30 Jan 2008 22:22:45 +0100
Source: dvgrab
Binary: dvgrab
Architecture: source i386
Version: 3.1-1
Distribution: unstable
Urgency: low
Maintainer: Erik Schanze <[EMAIL PROTECTED]>
Changed-By: Erik Schanze <[EMAIL PROTECTED]>
Description: 
 dvgrab     - grab digital video data via IEEE1394 and USB links
Closes: 455188 457998 464359
Changes: 
 dvgrab (3.1-1) unstable; urgency=low
 .
   * New upstream release (Closes: #457998, #464359)
   * Removed 10_include_cassert.dpatch
   * Added 10_cstring_include.dpatch (Closes: #455188)
   * Increase Standards-Version
Files: 
 0180c04cc69eda324e28b45203fbc757 862 graphics extra dvgrab_3.1-1.dsc
 1356223d2b444b824a80bce33390687d 188640 graphics extra dvgrab_3.1.orig.tar.gz
 efccc4e4a0ca40bf1011b7df88cd88d8 12854 graphics extra dvgrab_3.1-1.diff.gz
 4a2d2478432b71d63424826d05e1029c 126302 graphics extra dvgrab_3.1-1_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFHsInywAfeuzCCU0URAhFsAKCmmxMk7g+yD4nawYCNff7dLx7HlwCfUyEe
YnUr0gIf4zjU4ZIi5vxLOSI=
=OFdJ
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to