imv is a command line image viewer intended for use with tiling window
managers. It supports over 30 different image file formats including: Photoshop PSD files, animated GIFS, and various RAW formats. WWW: https://github.com/eXeC64/imv/ PR: 210951 Submitted by: Tobias Kortkamp <t@tobik.me>
This commit is contained in:
parent
5d282f809c
commit
c988f7c173
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=418404
@ -365,6 +365,7 @@
|
||||
SUBDIR += imlib2
|
||||
SUBDIR += imlib2_loaders
|
||||
SUBDIR += impressive
|
||||
SUBDIR += imv
|
||||
SUBDIR += inkscape
|
||||
SUBDIR += intel-backlight
|
||||
SUBDIR += intergif
|
||||
|
39
graphics/imv/Makefile
Normal file
39
graphics/imv/Makefile
Normal file
@ -0,0 +1,39 @@
|
||||
# Created by: Tobias Kortkamp <t@tobik.me>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= imv
|
||||
PORTVERSION= 2.1.2
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= graphics
|
||||
|
||||
MAINTAINER= t@tobik.me
|
||||
COMMENT= Simple image viewer
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
|
||||
libfreeimage.so:graphics/freeimage
|
||||
|
||||
USES= desktop-file-utils gmake
|
||||
USE_SDL= sdl2 ttf2
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= eXeC64
|
||||
|
||||
ALL_TARGET= imv
|
||||
|
||||
MAKE_ARGS= V=1
|
||||
|
||||
PLIST_FILES= bin/imv \
|
||||
man/man1/imv.1.gz \
|
||||
share/applications/imv.desktop
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${STAGEDIR}${PREFIX}/bin
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/build/imv \
|
||||
${STAGEDIR}${PREFIX}/bin
|
||||
${INSTALL_DATA} ${WRKSRC}/files/imv.desktop \
|
||||
${STAGEDIR}${PREFIX}/share/applications
|
||||
${INSTALL_MAN} ${WRKSRC}/doc/imv.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
|
||||
|
||||
.include <bsd.port.mk>
|
3
graphics/imv/distinfo
Normal file
3
graphics/imv/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1468102451
|
||||
SHA256 (eXeC64-imv-v2.1.2_GH0.tar.gz) = 7bb264c23d55795234556b98d63aa17afadbda87cc5a38d684e3a735cb12c135
|
||||
SIZE (eXeC64-imv-v2.1.2_GH0.tar.gz) = 27137
|
5
graphics/imv/pkg-descr
Normal file
5
graphics/imv/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
imv is a command line image viewer intended for use with tiling window
|
||||
managers. It supports over 30 different image file formats including:
|
||||
Photoshop PSD files, animated GIFS, and various RAW formats.
|
||||
|
||||
WWW: https://github.com/eXeC64/imv/
|
Loading…
Reference in New Issue
Block a user