DaemonForums  

Go Back   DaemonForums > OpenBSD > OpenBSD Packages and Ports

OpenBSD Packages and Ports Installation and upgrading of packages and ports on OpenBSD.

Reply
 
Thread Tools Display Modes
  #1   (View Single Post)  
Old 19th December 2022
hd77 hd77 is offline
Shell Scout
 
Join Date: Jan 2022
Posts: 101
Default images/pictures viewer, without big DE?

hello

Im looking for a standard/common image viewer, whom doesnt requires many deps even a big DE (xfce, kde..) to work on. Im running dwm and the little nsxiv images viewer doesnt takes in charge few features, such as arrows to jump on several files when watching pictures ; it does not takes slideshow neither. Do you know one, whom can do these, but doesnt asks for dozen of deps at installation?

thank you
Reply With Quote
  #2   (View Single Post)  
Old 19th December 2022
jggimi's Avatar
jggimi jggimi is offline
More noise than signal
 
Join Date: May 2008
Location: USA
Posts: 7,983
Default

I have graphics/feh installed.
Code:
$pkg_info feh
Information for inst:feh-3.8

Comment:
lightweight image viewer

Description:
feh is a lightweight image viewer with support for slideshows,
filelists, image loading via http and montage and collage creation.

Maintainer: ... <redacted>

WWW: https://feh.finalrewind.org/
Full dependency list:
Code:
$ cd /usr/ports/graphics/feh
$ make full-run-depends
hicolor-icon-theme-0.17
bzip2-1.0.8p0
pcre2-10.37p1
lz4-1.9.4
ngtcp2-0.11.0
nghttp3-0.8.0
nghttp2-1.51.0
curl-7.86.0p1
xz-5.2.9
zstd-1.5.2
giflib-5.2.1
jpeg-2.1.4v0
tiff-4.4.0p2
libiconv-1.17
gettext-runtime-0.21.1
libexif-0.6.24
libxml-2.10.3p1
sqlite3-3.39.4
libid3tag-0.15.1bp5
png-1.6.38
imlib2-1.4.10p0
libffi-3.4.4
python-3.10.9p0
glib2-2.74.3p1
desktop-file-utils-0.26
shared-mime-info-2.2
gdk-pixbuf-2.42.10
gtk-update-icon-cache-3.24.35p0
Reply With Quote
  #3   (View Single Post)  
Old 19th December 2022
frcc frcc is offline
Don't Worry Be Happy!
 
Join Date: Jul 2011
Location: hot,dry,dusty,rainy,windy,straight winds, tornado,puts the fear of God in you-Texas
Posts: 335
Default

My vote as well, feh.....
Reply With Quote
  #4   (View Single Post)  
Old 19th December 2022
Head_on_a_Stick's Avatar
Head_on_a_Stick Head_on_a_Stick is offline
Real Name: Matthew
Bitchy Nerd Elitist
 
Join Date: Dec 2015
Location: London
Posts: 465
Default

Quote:
Originally Posted by harrollld View Post
but doesnt asks for dozen of deps
Unfortunately OpenBSD ports do not have a concept of optional dependencies so they all bring in a lot of cruft. It's quite annoying.

The only way to deal with it is to make your own ports with only the dependencies you actually need. Or just live with the bloat.
Reply With Quote
  #5   (View Single Post)  
Old 20th December 2022
shep shep is offline
Real Name: Scott
Arp Constable
 
Join Date: May 2008
Location: Dry and Dusty
Posts: 1,507
Default

Quote:
Originally Posted by harrollld View Post
hello
Do you know one, whom can do these, but doesnt asks for dozen of deps at installation?
At it core, Unix is modular and each dependency is a module that enables a capability in feh.
In the above dependency list you can pick out the modules to view png, jpeg, gif, time and date stamps (exif), web images (curl) and invoke feh to view image attachments to emails (mime types) and compressed images (xz, bzip2). feh renders everything but svg and animated gif's. See ImageMagick/GraphicsMagick for those.
Reply With Quote
  #6   (View Single Post)  
Old 20th December 2022
J65nko J65nko is offline
Administrator
 
Join Date: May 2008
Location: Budel - the Netherlands
Posts: 4,131
Default

You can find quite a lot of image viewers in https://openports.pl/cat/graphics (Use your browser 'find' function to search for 'view' on that page)
I just installed and tried https://openports.pl/path/graphics/mapivi which does not have too many dependencies:
Code:
adriaan@lenap[~]doas pkg_add mapivi
quirks-5.5 signed on 2022-10-18T12:24:43Z
mapivi-0.97p4:x265-3.5p0: ok
mapivi-0.97p4:aom-3.3.0p1: ok
mapivi-0.97p4:dav1d-1.0.0: ok
mapivi-0.97p4:libde265-1.0.7p0: ok
mapivi-0.97p4:libheif-1.12.0: ok
mapivi-0.97p4:fftw3-common-3.3.8p1: ok
mapivi-0.97p4:fftw3-3.3.8p1: ok
mapivi-0.97p4:djvulibre-3.5.28p0: ok
mapivi-0.97p4:libraw-0.20.2: ok
mapivi-0.97p4:ImageMagick-6.9.12.38: ok
mapivi-0.97p4:p5-URI-5.10: ok
mapivi-0.97p4:p5-Clone-0.45: ok
mapivi-0.97p4:p5-IO-HTML-1.004: ok
mapivi-0.97p4:p5-LWP-MediaTypes-6.02p0: ok
mapivi-0.97p4:p5-HTTP-Date-6.02p0: ok
mapivi-0.97p4:p5-Encode-Locale-1.05p0: ok
mapivi-0.97p4:p5-HTTP-Message-6.31: ok
mapivi-0.97p4:p5-HTML-Tagset-3.20p2: ok
mapivi-0.97p4:p5-HTML-Parser-3.77: ok
mapivi-0.97p4:p5-Tk-804.036: ok
mapivi-0.97p4:p5-Tk-Splash-0.16p0: ok
mapivi-0.97p4:p5-Image-ExifTool-12.40: ok
mapivi-0.97p4:p5-IO-String-1.08p3: ok
mapivi-0.97p4:p5-Image-Info-1.42p0: ok
mapivi-0.97p4:p5-Image-MetaData-JPEG-0.159p1: ok
mapivi-0.97p4:jhead-3.06.0.1: ok
mapivi-0.97p4: ok
Running tags: ok
__________________
You don't need to be a genius to debug a pf.conf firewall ruleset, you just need the guts to run tcpdump
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
sxiv image viewer nihil OpenBSD Packages and Ports 6 5th October 2021 12:39 PM
PDF editor / viewer PapaParrot OpenBSD Packages and Ports 5 26th October 2017 01:16 AM
Sony Pictures system compromise jjstorm News 22 19th December 2014 11:53 PM
iphone pictures to /home frcc OpenBSD General 5 14th August 2014 04:49 PM
Viewing DVD's, pictures, and ps/pdf without X JMJ_coder Other BSD and UNIX/UNIX-like 6 17th June 2008 02:43 PM


All times are GMT. The time now is 03:24 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Content copyright © 2007-2010, the authors
Daemon image copyright ©1988, Marshall Kirk McKusick