f4bcd6a55e
-- (from package's webpages) - added qiv_command_patch from post@volker-wysk.de - image_moving now uses func update_m_image. no screen clean first anymore -> faster moving :) zoom now uses update_z_image -> a little bit faster zoom (+0.1s?) added README.TODO - Fixed window-resizing in non-fullscreen mode. - Fixed combining -x with -m or -t. - Fixed mouse-hiding on button-push when fullscreen. - Added some missing names to the doc file. - Hide the mouse on keypress and button push when it is in the qiv window (the mouse is re-shown on mouse movement). Improved the sort algorithms (particularly the numeric sort). - rreaddir() patch. - Added undelete image command (bound to u & U). Allow the user to specify multiple -u options and also to specify files on the commandline in addition to -uDIRs. - Added new commandline sorting options (-I, -M, & -N). - Optimized rreaddir(), next_image(), and get_random(). - Improved the implementation of shuffle. Other misc. (and minor) bug fixes and tweaks. - removed slideshow_exit from default event. - added the option -w x or --width x for displaying with a fixed window-width.
27 lines
541 B
Makefile
27 lines
541 B
Makefile
# $OpenBSD: Makefile,v 1.2 2001/07/20 09:41:46 lebel Exp $
|
|
|
|
COMMENT= "very small and pretty fast gdk/Imlib image viewer"
|
|
|
|
DISTNAME= qiv-1.7
|
|
CATEGORIES= graphics
|
|
NEED_VERSION= 1.364
|
|
|
|
EXTRACT_SUFX= -src.tgz
|
|
|
|
HOMEPAGE= http://www.klografx.net/qiv/
|
|
|
|
MASTER_SITES= http://www.klografx.net/qiv/download/
|
|
|
|
LIB_DEPENDS= gdk_imlib.19::graphics/imlib
|
|
|
|
MAINTAINER= David Lebel <lebel@openbsd.org>
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
USE_GMAKE= Yes
|
|
|
|
.include <bsd.port.mk>
|