Port details on branch 2025Q1 |
- timg Terminal Image and Video Viewer
- 1.6.1 graphics
=0 1.6.1Version of this port present on the latest quarterly branch. - Maintainer: uzsolt@FreeBSD.org
 - Port Added: 2025-01-26 18:15:14
- Last Update: 2025-02-11 13:29:50
- Commit Hash: 07a9339
- License: GPLv2
- WWW:
- https://github.com/hzeller/timg
- Description:
- timg - Terminal Image and Video Viewer
A user-friendly viewer that uses 24-Bit color capabilities
and unicode character blocks to display images, animations
and videos in the terminal.
Displays regular images, plays animated gifs, scrolls
static images and plays videos.
Very useful for if you want to have a quick visual check
without starting a bulky image viewer or in an SSH session.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/graphics/timg/ && make install clean
- To add the package, run one of these commands:
- pkg install graphics/timg
- pkg install timg
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: timg
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1735920930
SHA256 (hzeller-timg-v1.6.1_GH0.tar.gz) = 08147c41ce4cea61b6c494ad746e743b7c4501cfd247bec5134e8ede773bf2af
SIZE (hzeller-timg-v1.6.1_GH0.tar.gz) = 1166886
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:

- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- cmake : devel/cmake-core
- ninja : devel/ninja
- pkgconf>=1.3.0_1 : devel/pkgconf
- Library dependencies:
-
- libavutil.so : multimedia/ffmpeg
- libdeflate.so : archivers/libdeflate
- libexif.so : graphics/libexif
- libGraphicsMagick.so : graphics/GraphicsMagick
- libpng.so : graphics/png
- libsixel.so : graphics/libsixel
- libturbojpeg.so : graphics/libjpeg-turbo
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- graphics_timg
- USES:
- cmake compiler:c++17-lang pkgconfig
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 2
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.6.1 11 Feb 2025 13:29:50
    |
Robert Clausecker (fuz)  |
graphics/timg: fix build on 32-bit architectures
Add a bunch of missing casts.
Approved by: portmgr (build fix blanket)
MFH: 2025Q1
(cherry picked from commit bf83a6ced2e0a5be4040df05c400930cffcb042b) |
1.6.1 26 Jan 2025 18:14:19
    |
Zsolt Udvari (uzsolt)  |
graphics/timg: Set NOT_FOR_ARCHS=i386
On i386 the build causes an error:
/wrkdirs/usr/ports/graphics/timg/work/timg-1.6.1/src/timg-time.h:59:37:
error: non-constant-expression cannot be narrowed from type 'int64_t'
(aka 'long long') to 'long' in initializer list [-Wc++11-narrowing]
(cherry picked from commit 342f30257a4d6ff0320f4cf88770b798da08ec69) |
Number of commits found: 2
|