Your message dated Sat, 25 Aug 2007 13:05:10 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#231557: fixed in xawtv 3.95.dfsg.1-5
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: scantv
Version: 3.91
Severity: wishlist


Following patch allows the card's input to be specifed (overriding
"Television" !),

Sincerely,

Adrian Phillips

*** xawtv-3.91/console/scantv.c 2003-12-08 13:14:15.000000000 +0100
--- xawtv-3.91.hacked/console/scantv.c  2004-02-07 13:11:14.000000000 +0100
***************
*** 116,121 ****
--- 116,122 ----
            "options:\n"
            "   -h           print this text\n"
            "   -o outfile   set output file.        [%s]\n"
+           "   -i input     set input.\n"
            "   -n norm      set tv norm.\n"
            "   -f table     set frequency table.\n"
            "   -c device    set video device file.  [%s]\n"
***************
*** 137,142 ****
--- 138,144 ----
      unsigned int f,f1,f2,fc;
      char *name,dummy[32];
      char *tvnorm  = NULL;
+     char *tvinput  = NULL;
      char *freqtab = NULL;
      char *outfile = NULL;
      FILE *conf = stdout;
***************
*** 144,150 ****
      /* parse options */
      ng_init();
      for (;;) {
!       if (-1 == (c = getopt(argc, argv, "hsadn:f:o:c:C:")))
            break;
        switch (c) {
        case 'd':
--- 146,152 ----
      /* parse options */
      ng_init();
      for (;;) {
!       if (-1 == (c = getopt(argc, argv, "hsadi:n:f:o:c:C:")))
            break;
        switch (c) {
        case 'd':
***************
*** 156,161 ****
--- 158,166 ----
        case 'a':
            fullscan=1;
            break;
+       case 'i':
+           tvinput = optarg;
+           break;
        case 'n':
            tvnorm = optarg;
            break;
***************
*** 203,214 ****
      attr = ng_attr_byid(attrs,ATTR_ID_NORM);
      i = menu("please select your TV norm",attr->choices,tvnorm);
      j = menu("please select a frequency table",chanlist_names,freqtab);
  
      fprintf(conf,"[global]\n");
      fprintf(conf,"freqtab = %s\n",chanlist_names[j].str);
      fprintf(conf,"\n");
      fprintf(conf,"[defaults]\n");
!     fprintf(conf,"input = Television\n");
      fprintf(conf,"norm = %s\n",ng_attr_getstr(attr,i));
      fprintf(conf,"\n");
      fflush(conf);
--- 208,222 ----
      attr = ng_attr_byid(attrs,ATTR_ID_NORM);
      i = menu("please select your TV norm",attr->choices,tvnorm);
      j = menu("please select a frequency table",chanlist_names,freqtab);
+       if (tvinput == NULL) {
+         tvinput = "Television";
+       }
  
      fprintf(conf,"[global]\n");
      fprintf(conf,"freqtab = %s\n",chanlist_names[j].str);
      fprintf(conf,"\n");
      fprintf(conf,"[defaults]\n");
!     fprintf(conf,"input = %s\n", tvinput);
      fprintf(conf,"norm = %s\n",ng_attr_getstr(attr,i));
      fprintf(conf,"\n");
      fflush(conf);
***************
*** 220,226 ****
        exit(0);
      }
      set_defaults();
!     do_va_cmd(2,"setinput","television");
      do_va_cmd(2,"setnorm",ng_attr_getstr(attr,i));
      do_va_cmd(2,"setfreqtab",chanlist_names[j].str);
  
--- 228,234 ----
        exit(0);
      }
      set_defaults();
!     do_va_cmd(2,"setinput",tvinput);
      do_va_cmd(2,"setnorm",ng_attr_getstr(attr,i));
      do_va_cmd(2,"setfreqtab",chanlist_names[j].str);
  



-- System Information
Debian Release: testing/unstable
Kernel Version: Linux grannyogg 2.4.24+grannyogg-1.2 #1 Fri Feb 6 22:59:55 CET 
2004 i686 GNU/Linux

Versions of the packages scantv depends on:
ii  libc6          2.3.2.ds1-10   GNU C Library: Shared libraries and Timezone
ii  libjpeg62      6b-6           The Independent JPEG Group's JPEG runtime li
ii  libpng12-0     1.2.5.0-4      PNG library - runtime
ii  libzvbi0       0.2.5-1        Video Blank Interval decoder - runtime files
ii  xawtv-plugins  3.91           plugins for xawtv and motv
ii  zlib1g         1.2.1-3        compression library - runtime


--- End Message ---
--- Begin Message ---
Source: xawtv
Source-Version: 3.95.dfsg.1-5

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

alevtd_3.95.dfsg.1-5_i386.deb
  to pool/main/x/xawtv/alevtd_3.95.dfsg.1-5_i386.deb
fbtv_3.95.dfsg.1-5_i386.deb
  to pool/main/x/xawtv/fbtv_3.95.dfsg.1-5_i386.deb
pia_3.95.dfsg.1-5_i386.deb
  to pool/main/x/xawtv/pia_3.95.dfsg.1-5_i386.deb
radio_3.95.dfsg.1-5_i386.deb
  to pool/main/x/xawtv/radio_3.95.dfsg.1-5_i386.deb
scantv_3.95.dfsg.1-5_i386.deb
  to pool/main/x/xawtv/scantv_3.95.dfsg.1-5_i386.deb
streamer_3.95.dfsg.1-5_i386.deb
  to pool/main/x/xawtv/streamer_3.95.dfsg.1-5_i386.deb
ttv_3.95.dfsg.1-5_i386.deb
  to pool/main/x/xawtv/ttv_3.95.dfsg.1-5_i386.deb
v4l-conf_3.95.dfsg.1-5_i386.deb
  to pool/main/x/xawtv/v4l-conf_3.95.dfsg.1-5_i386.deb
webcam_3.95.dfsg.1-5_i386.deb
  to pool/main/x/xawtv/webcam_3.95.dfsg.1-5_i386.deb
xawtv-plugin-qt_3.95.dfsg.1-5_i386.deb
  to pool/main/x/xawtv/xawtv-plugin-qt_3.95.dfsg.1-5_i386.deb
xawtv-plugins_3.95.dfsg.1-5_i386.deb
  to pool/main/x/xawtv/xawtv-plugins_3.95.dfsg.1-5_i386.deb
xawtv-tools_3.95.dfsg.1-5_i386.deb
  to pool/main/x/xawtv/xawtv-tools_3.95.dfsg.1-5_i386.deb
xawtv_3.95.dfsg.1-5.diff.gz
  to pool/main/x/xawtv/xawtv_3.95.dfsg.1-5.diff.gz
xawtv_3.95.dfsg.1-5.dsc
  to pool/main/x/xawtv/xawtv_3.95.dfsg.1-5.dsc
xawtv_3.95.dfsg.1-5_i386.deb
  to pool/main/x/xawtv/xawtv_3.95.dfsg.1-5_i386.deb



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.
Krzysztof Burghardt <[EMAIL PROTECTED]> (supplier of updated xawtv 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, 15 Aug 2007 20:36:57 +0200
Source: xawtv
Binary: xawtv-plugins fbtv radio ttv webcam xawtv-plugin-qt pia xawtv 
xawtv-tools scantv streamer alevtd v4l-conf
Architecture: source i386
Version: 3.95.dfsg.1-5
Distribution: unstable
Urgency: low
Maintainer: Krzysztof Burghardt <[EMAIL PROTECTED]>
Changed-By: Krzysztof Burghardt <[EMAIL PROTECTED]>
Description: 
 alevtd     - http daemon for videotext pages
 fbtv       - linux console (fbcon) TV application
 pia        - movie player
 radio      - ncurses-based radio application
 scantv     - scan TV channels for stations
 streamer   - capture tool (images / movies)
 ttv        - tty TV application
 v4l-conf   - tool to configure video4linux drivers
 webcam     - capture and upload images
 xawtv      - X11 TV application
 xawtv-plugin-qt - quicktime plugin for xawtv and motv
 xawtv-plugins - plugins for xawtv and motv
 xawtv-tools - Miscellaneous tools distributed with xawtv
Closes: 55016 231557 394001 414261 436513 436953 437843
Changes: 
 xawtv (3.95.dfsg.1-5) unstable; urgency=low
 .
   * Add desktop file provided by Luca Falavigna (Closes: #414261)
   * Applied quicktime patch from Alexis Ballier
     and re-enabled quicktime feature (Closes: #394001)
   * Applied patch for scantv provided by Adrian Phillips that allow card's
     input to be specified (overriding default "Television" input) (Closes: 
#231557)
   * Add streamer-wrapper.pl provided by John Goerzen (Closes: #55016)
     (can be found in streamer package in /usr/share/doc/streamer/contrib)
   * Add German debconf translation updated by Helge Kreutzmann (Closes: 
#436953)
   * Add French debconf translation updated by Michel Grentzinger (Closes: 
#437843)
   * Add Spanish debconf translation updated by Carlos Valdivia Yagüe (Closes: 
#436513)
   * Updated debian/copyright to cover copyright statements found in sources
   * Updated debian/*.menu to use "Applications" instead of "Apps".
Files: 
 b10aa9e274bee57d728ee59937695adc 1147 graphics extra xawtv_3.95.dfsg.1-5.dsc
 521caf7922c73c4a4a908ae7a4c083c4 32259 graphics extra 
xawtv_3.95.dfsg.1-5.diff.gz
 78f62f38666bf0e7783dbce17ebe40f2 242658 x11 extra xawtv_3.95.dfsg.1-5_i386.deb
 8d55e888e6c79bc2ed506e0176ae2130 37130 x11 extra pia_3.95.dfsg.1-5_i386.deb
 5c4176df4f4cfbb85baf82d320cff3e1 66364 graphics extra 
fbtv_3.95.dfsg.1-5_i386.deb
 5e537adbe2d75b32eceecdd3e655d0fb 49314 graphics extra 
ttv_3.95.dfsg.1-5_i386.deb
 eb6bb87ad36aa456ef519f0c1a4f4051 54212 graphics extra 
scantv_3.95.dfsg.1-5_i386.deb
 42171b731926960895da9e87aeac5810 51384 graphics extra 
streamer_3.95.dfsg.1-5_i386.deb
 1497dbca39b5aaee4cf96f4be916100b 17622 sound extra radio_3.95.dfsg.1-5_i386.deb
 5917f5f54fc93c5e5cc96a7ba9e44abc 26472 graphics extra 
v4l-conf_3.95.dfsg.1-5_i386.deb
 70a45eeb4cfa979a8b2ac53dff2c083f 31340 graphics extra 
xawtv-tools_3.95.dfsg.1-5_i386.deb
 782d494da32b362448f612dc24062f0b 16084 graphics extra 
xawtv-plugin-qt_3.95.dfsg.1-5_i386.deb
 281df6bf553f4959ee9468b0cf9babc6 84664 graphics extra 
xawtv-plugins_3.95.dfsg.1-5_i386.deb
 125f7334651c4f18698cb2a5af4ee545 35948 net extra webcam_3.95.dfsg.1-5_i386.deb
 3668fc2d4318dc11d856a8f3c769ac9e 32374 net extra alevtd_3.95.dfsg.1-5_i386.deb

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

iD8DBQFGw2GFAQwuptkwlkQRAucFAJ9hNyY6V/0TASxR2jrFwB3w9mAulgCeK81R
M29+ta3f/L7ZZ/vwd0jIcUw=
=ghKN
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to