Imv is a minimalist command-line image viewer with support for over 30 image

formats including Adobe Photoshop .psd files, animated GIFs and various raw
formats.

OK and tweak from zhuk@
This commit is contained in:
czarkoff 2016-07-10 10:27:56 +00:00
parent 2f601aefb0
commit 0e44726a30
4 changed files with 40 additions and 0 deletions

30
graphics/imv/Makefile Normal file
View File

@ -0,0 +1,30 @@
# $OpenBSD: Makefile,v 1.1.1.1 2016/07/10 10:27:56 czarkoff Exp $
GH_ACCOUNT = eXeC64
GH_PROJECT = imv
GH_TAGNAME = v2.1.1
COMMENT = simple image viewer
CATEGORIES = graphics x11
MAINTAINER = Dmitrij D. Czarkoff <czarkoff@openbsd.org>
# GPLv2+
PERMIT_PACKAGE_CDROM = Yes
WANTLIB += SDL2 SDL2_ttf c fontconfig freeimage pthread
LIB_DEPENDS = devel/sdl2 \
devel/sdl2-ttf \
graphics/freeimage
RUN_DEPENDS = devel/desktop-file-utils
TEST_DEPENDS = devel/cmocka
MAKE_FLAGS += V=1 BUILDDIR="${WRKDIR}/build-${ARCH}"
FAKE_FLAGS += $(MAKE_FLAGS) MANPREFIX=${PREFIX}/man PREFIX=${PREFIX}
USE_GMAKE = Yes
ALL_TARGET = imv
TEST_TARGET = check
.include <bsd.port.mk>

2
graphics/imv/distinfo Normal file
View File

@ -0,0 +1,2 @@
SHA256 (imv-2.1.1.tar.gz) = zfxcC0wWMnL9fzuHLolGQNUM1zUIiQSz5GWNVcqVlY4=
SIZE (imv-2.1.1.tar.gz) = 27107

2
graphics/imv/pkg/DESCR Normal file
View File

@ -0,0 +1,2 @@
Minimalist command-line image viewer with support for over 30 image formats
including Adobe Photoshop .psd files, animated GIFs and various raw formats.

6
graphics/imv/pkg/PLIST Normal file
View File

@ -0,0 +1,6 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2016/07/10 10:27:56 czarkoff Exp $
@bin bin/imv
@man man/man1/imv.1
share/applications/imv.desktop
@exec %D/bin/update-desktop-database
@unexec-delete %D/bin/update-desktop-database