update graphics/qiv to 1.7:
-- (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.
This commit is contained in:
parent
924b35d781
commit
f4bcd6a55e
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2001/04/13 20:56:05 lebel Exp $
|
||||
# $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.6
|
||||
DISTNAME= qiv-1.7
|
||||
CATEGORIES= graphics
|
||||
NEED_VERSION= 1.364
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (qiv-1.6-src.tgz) = 2852d7f7f008a9fec58d63e50e30c736
|
||||
RMD160 (qiv-1.6-src.tgz) = 3b75a3d154f7e62a3d18570285445306c55efbf4
|
||||
SHA1 (qiv-1.6-src.tgz) = e30e3e39ed31266ca4cb510d15ae18b6964966b2
|
||||
MD5 (qiv-1.7-src.tgz) = f8b0f4edaf6b596bc9aab4be5f0faf4c
|
||||
RMD160 (qiv-1.7-src.tgz) = ff49a3319e9a3219ba6093aed9adb0837e08bb14
|
||||
SHA1 (qiv-1.7-src.tgz) = 5dc8db9cdece29e8184207ea6015ff81c5b47368
|
||||
|
Loading…
Reference in New Issue
Block a user