./graphics/xv, X11 program that displays images of various formats

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 3.10anb30, Package name: xv-3.10anb30, Maintainer: tsutsui

xv is an X11 program that displays images in the GIF,
JPEG, TIFF, PBM, PGM, PPM, X11 bitmap, Utah Raster Toolkit
RLE, PDS/VICAR, Sun Rasterfile, BMP, XPM, PCX, IRIS RGB,
possibly PostScript, and PM formats on workstations and
terminals running the X Window System, Version 11.

Note that this program is shareware except for personal use only.


Required to run:
[graphics/tiff] [graphics/png]

Required to build:
[pkgtools/x11-links] [pkgtools/cwrappers]

Master sites:

Filesize: 2206.176 KB

Version history: (Expand)


CVS history: (Expand)


   2024-03-23 19:07:38 by Izumi Tsutsui | Files touched by this commit (2)
Log message:
xv: fix build errors on NetBSD/vax.
   2023-11-25 09:19:15 by Izumi Tsutsui | Files touched by this commit (1) | Package updated
Log message:
xv: update distinfo properly for a new patch (botch in previous).
   2023-11-25 09:03:02 by Izumi Tsutsui | Files touched by this commit (3)
Log message:
xv: fix a bug when loading xbm filename contains '0x' strings.

Bump PKGREVISION.
   2023-10-21 19:11:59 by Greg Troxel | Files touched by this commit (1345) | Package updated
Log message:
recursive revbump for tiff update
   2023-08-21 21:16:00 by Izumi Tsutsui | Files touched by this commit (1)
Log message:
xv: put back an explicit dependency of jpeg.

Actually jpeg is pulled via graphics/tiff (and graphics/libwebp), but
xv itself explicitly requires jpeg via "UseInstalledJpeg" in Imakefile.
   2023-08-16 19:02:20 by Izumi Tsutsui | Files touched by this commit (4)
Log message:
xv: improve webp support, in a pkgsrc patch by me.

- minimum support for loading animation webp (decode only the first frame)
- handle RGBA images properly (libwebp APIs don't convert RGBA to RGB)
  https://bugs.chromium.org/p/webp/issues/detail?id=616
- plug several resouce leaks
- use snprintf(3) rather than sprintf(3)

Bump PKGREVISION.
   2023-07-30 18:30:17 by Izumi Tsutsui | Files touched by this commit (1)
Log message:
xv: appease pkglint.
   2023-07-30 09:55:45 by Izumi Tsutsui | Files touched by this commit (11)
Log message:
xv: add webp support.

Taken from https://gitlab.com/DavidGriffith/xv/-/commit/5682a07e
and several fixes by me (see patch comments for details).

Bump PKGREVISION.