Path to this page:
./
graphics/sxiv,
Simple (or small or suckless) X Image Viewer
Branch: CURRENT,
Version: 24nb2,
Package name: sxiv-24nb2,
Maintainer: leotsxiv is an alternative to feh and qiv. Its only dependencies besides xlib are
imlib2 and giflib. The primary goal for writing sxiv is to create an image
viewer, which only has the most basic features required for fast image viewing
(the ones I want). It has vi key bindings and works nicely with tiling window
managers. Its code base should be kept small and clean to make it easy for you
to dig into it and customize it for your needs.
Features
* Basic image operations, e.g. zooming, panning, rotating
* Customizable key and mouse button mappings (in config.h)
* Thumbnail mode: grid of selectable previews of all images
* Ability to cache thumbnails for fast re-loading
* Basic support for multi-frame images
* Load all frames from GIF files and play GIF animations
* Display image information in window title
Required to run:[
graphics/libexif] [
graphics/imlib2] [
fonts/Xft2] [
graphics/giflib]
Required to build:[
pkgtools/x11-links] [
pkgtools/cwrappers] [
x11/xorgproto]
Master sites:
SHA1: 47940118169d51dbf02338e76878215ef066013f
RMD160: 61eaf03ca5c106289d41588f2d882f43ca8a6ff1
Filesize: 46.043 KB
Version history: (Expand)
- (2018-03-13) Updated to version: sxiv-24nb2
- (2017-12-10) Updated to version: sxiv-24nb1
- (2017-11-23) Package has been reborn
- (2017-10-28) Updated to version: sxiv-24
- (2016-02-04) Package added to pkgsrc.se, version sxiv-1.3.2 (created)
CVS history: (Expand)
2018-03-12 12:18:01 by Thomas Klausner | Files touched by this commit (2155) |
Log message:
Recursive bumps for fontconfig and libzip dependency changes.
|
2017-12-10 17:37:53 by Leonardo Taccari | Files touched by this commit (3) |  |
Log message:
sxiv: Avoid 100% CPU usage when sxiv is invoked non-interactively
Add patches/patch-autoreload_nop.c to avoid 100% CPU usage when sxiv is invoked
non-interactively (e.g. in a subshell in background via `( sxiv ... & )').
Bump PKGREVISION
|
2017-10-28 18:00:05 by Leonardo Taccari | Files touched by this commit (2) |  |
Log message:
sxiv: Update graphics/sxiv to 24.
pkgsrc changes:
- Add AUTORELOAD=nop to MAKE_FLAGS in order to avoid optional inotify
support to automatically reload the current image whenever it changes
- Needs `c99' (`-std=c99' is passed to CFLAGS)
Changes:
24
--
- Automatically reload the current image whenever it changes
- Support embedding into other X windows with -e (e.g. tabbed)
- New option -p prevents sxiv from creating cache and temporary files
- Simpler mouse mappings, the most basic features are accessible with
the mouse only (navigate, zoom, pan)
|
2017-07-31 00:32:28 by Thomas Klausner | Files touched by this commit (229) |
Log message:
Switch github HOMEPAGEs to https.
|
2016-02-04 14:49:06 by Leonardo Taccari | Files touched by this commit (4) |
Log message:
Import sxiv-1.3.2 as graphics/sxiv.
Packaged in pkgsrc-wip by myself.
sxiv is an alternative to feh and qiv. Its only dependencies besides xlib are
imlib2 and giflib. The primary goal for writing sxiv is to create an image
viewer, which only has the most basic features required for fast image viewing
(the ones I want). It has vi key bindings and works nicely with tiling window
managers. Its code base should be kept small and clean to make it easy for you
to dig into it and customize it for your needs.
Features
* Basic image operations, e.g. zooming, panning, rotating
* Customizable key and mouse button mappings (in config.h)
* Thumbnail mode: grid of selectable previews of all images
* Ability to cache thumbnails for fast re-loading
* Basic support for multi-frame images
* Load all frames from GIF files and play GIF animations
* Display image information in window title
Reviewed by wiz@ and kamil@.
|