Bug#265846: librsvg2-bin: missing manpage for rsvg-view

Paul Brossier piem@altern.org, 265846@bugs.debian.org
Sun, 15 Aug 2004 12:39:27 +0200


Package: librsvg2-bin
Version: 2.7.2-5
Severity: wishlist


hi

i wrote the missing manpage for rsvg-view. it is largely based on the
existing upstream manpage for rsvg, in which i found a small typo.
Attached is a patch for rsvg.1 and the file rsvg-view.1.

cheers, piem

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.7piem
Locale: LANG=C, LC_CTYPE=C

Versions of packages librsvg2-bin depends on:
ii  libart-2.0-2              2.3.16-6       Library of functions for 2D graphi
ii  libatk1.0-0               1.6.1-3        The ATK accessibility toolkit
ii  libbonobo2-0              2.6.2-5        Bonobo CORBA interfaces library
ii  libbz2-1.0                1.0.2-1        A high-quality block-sorting file 
ii  libc6                     2.3.2.ds1-16   GNU C Library: Shared libraries an
ii  libcroco3                 0.6.0-2        a generic Cascading Style Sheet (C
ii  libfontconfig1            2.2.3-1        generic font configuration library
ii  libfreetype6              2.1.7-2.2      FreeType 2 font engine, shared lib
ii  libgconf2-4               2.6.3-2        GNOME configuration database syste
ii  libgcrypt11               1.2.0-6        LGPL Crypto library - runtime libr
ii  libglib2.0-0              2.4.5-2        The GLib library of C routines
ii  libgnomecanvas2-0         2.6.1.1-2      A powerful object-oriented display
ii  libgnomeprint2.2-0        2.6.2-3        The GNOME 2.2 print architecture -
ii  libgnomeprintui2.2-0      2.6.2-1        The GNOME 2.2 print architecture U
ii  libgnomevfs2-0            2.6.1.1-6      The GNOME virtual file-system libr
ii  libgnutls11               1.0.16-6       GNU TLS library - runtime library
ii  libgpg-error0             1.0-1          library for common error values an
ii  libgsf-1                  1.10.0-3       Structured File Library - runtime 
ii  libgtk2.0-0               2.4.4-2        The GTK+ graphical user interface 
ii  liborbit2                 1:2.10.2-1.1   libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0             1.4.1-1        Layout and rendering of internatio
ii  libpopt0                  1.7-4          lib for parsing cmdline parameters
ii  librsvg2-2                2.7.2-5        SAX-based renderer library for SVG
ii  libx11-6                  4.3.0.dfsg.1-6 X Window System protocol client li
ii  libxml2                   2.6.11-3       GNOME XML library
ii  xlibs                     4.3.0.dfsg.1-6 X Window System client libraries m
ii  zlib1g                    1:1.2.1.1-5    compression library - runtime

-- no debconf information

*** /home/piem/dev/debian/rsvg/librsvg2-2.7.2/rsvg.1.diff
--- rsvg.orig.1	2003-01-16 18:01:28.000000000 +0100
+++ rsvg.1	2004-08-15 12:24:07.000000000 +0200
@@ -6,7 +6,7 @@
 [option] in.svg out.png
 .I ""
 .SH DESCRIPTION
-RSVG coverts SVG images into PNG and JPEG raster images.
+RSVG converts SVG images into PNG and JPEG raster images.
 .SS OPTIONS
 .TP
 .I "\-d \-\-dpi number"


*** /home/piem/dev/debian/rsvg/librsvg2-2.7.2/rsvg-view.1
.TH rsvg-view 1
.SH NAME
rsvg-view \- Display SVG files
.SH SYNOPSIS
.B rsvg-view
.I [options] 
file.svg
.I ""
.SH DESCRIPTION
RSVG displays SVG images on the screen.
.SS OPTIONS
.TP
.I "\-i \-\-xid int" 
XWindow ID (for X11 embedding).
.TP
.I "\-s \-\-stdin
Read from stdin instead of a file.
.TP
.I "\-d \-\-dpi number"
Set the resolution of the image in pixels per inch. RSVG's current default is 90dpi.
.TP
.I "\-x \-\-x\-zoom number"
X Zoom factor, as a percentage. If unspecified, 1.0 is used as the default.
.TP
.I "\-y \-\-y\-zoom number"
Y Zoom factor, as a percentage. If unspecified, 1.0 is used as the default.
.TP
.I "\-w \-\-width integer"
Specify how wide you wish the image to be. If unspecified, the natural width of the image is used as the default.
.TP
.I "\-h \-\-height integer"
Specify how tall you wish the image to be. If unspecified, the natural height of the image is used as the default.
.TP
.I "\-b \-\-bgcolor string"
Set the image background color (default: transparent).
.TP
.I "\-k \-\-keep\-aspect"
Preserve the image's aspect ratio.
.TP
.I "\-? \-\-help"
Show a short help message.
.TP
.I "\-\-usage"
Display a brief usage message.
.TP
.I "\-v \-\-version"
Display what version of rsvg-view this is.
.SH MORE INFORMATION
.B http://www.gnome.org/
.br
.B http://librsvg.sourceforge.net/
.br
.B http://www.w3.org/TR/SVG11/
.SH "AUTHORS"
This manpage was written for the Debian project by Paul Brossier
<piem@altern.org>, based on the similar rsvg upstream manpage, originally
written by Dom Lachowicz (cinamod@hotmail.com), Alex Larsson (alex@redhat.com),
and a host of others.