./wip/mirage, Fast and simple image viewer

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.9.5.2, Package name: mirage-0.9.5.2, Maintainer: netbsd

Mirage is a fast and simple GTK+ image viewer.
Features

- Supports png, jpg, svg, xpm, gif, bmp, tiff, and others
- Cycling through multiple images (with preloading)
- Thumbnail pane for quick navigation
- Slideshow and fullscreen modes
- Rotating, zooming, flipping, resizing, cropping
- Saving, deleting, renaming
- Custom actions
- Command-line access
- Configurable interface


Required to run:
[sysutils/desktop-file-utils] [graphics/hicolor-icon-theme] [devel/GConf] [x11/py-gtk2]

Required to build:
[pkgtools/x11-links] [devel/py-gobject-shared] [x11/xcb-proto] [x11/fixesproto4] [pkgtools/cwrappers] [x11/xorgproto]

Master sites:

RMD160: 223176c3e6c8dbfeaa8c013070e3f1ed0f6016a0
Filesize: 112.296 KB

Version history: (Expand)


CVS history: (Expand)


   2014-05-09 09:38:42 by Thomas Klausner | Files touched by this commit (229)
Log message:
Mark packages that are not ready for python-3.3 also not ready for 3.4,
until proven otherwise.
   2014-01-25 11:38:08 by Thomas Klausner | Files touched by this commit (171) | Package updated
Log message:
Mark packages as not ready for python-3.x where applicable;
either because they themselves are not ready or because a
dependency isn't. This is annotated by
PYTHON_VERSIONS_INCOMPATIBLE=  33 # not yet ported as of x.y.z
or
PYTHON_VERSIONS_INCOMPATIBLE=  33 # py-foo, py-bar
respectively, please use the same style for other packages,
and check during updates.

Use versioned_dependencies.mk where applicable.
Use REPLACE_PYTHON instead of handcoded alternatives, where applicable.
Reorder Makefile sections into standard order, where applicable.

Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default
with the next commit.

Whitespace cleanups and other nits corrected, where necessary.
   2012-10-03 17:09:47 by Aleksej Saushev | Files touched by this commit (124)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
   2012-04-08 21:09:41 by Thomas Klausner | Files touched by this commit (127)
Log message:
Remove python24 and all traces of it from pkgsrc.
Remove devel/py-ctypes (only needed by and supporting python24).
Remove PYTHON_VERSIONS_ACCEPTED and PYTHON_VERSIONS_INCOMPATIBLE
lines that just mirror defaults now.
Miscellaneous cleanup while editing all these files.
   2011-08-06 20:49:05 by Guillaume Lasmayous | Files touched by this commit (3)
Log message:
Update wip/mirage to 0.9.5.2

February 13, 2011 (Version 0.9.5.2):

    * Added ukrainian translation
    * Bug: The screenshot function did not work correctly
    * Bug: Fixed a bug in the use of keymodifiers
    * Known bug: Mirage hangs in the wrap dialog when set to ask
   2011-02-25 10:47:47 by Thomas Klausner | Files touched by this commit (76)
Log message:
Let's assume for now that everything that worked with python-2.6 also
works with python-2.7.
   2010-08-23 04:37:51 by Guillaume Lasmayous | Files touched by this commit (3)
Log message:
Update to 0.9.5.1

Pkgsrc changes:
- set license.
- remove useless dependency.

Upstream changes:

v0.9.5.1 - July 23, 2010
+ Added dutch translation
+ Bug: Mirage showed verbose output by default
+ Bug: Misplaced parenthesis in Open Remote Image dialog code
+ Changes: Fixed translations again...

v0.9.5 - July 20, 2010
+ Added a windows icon
+ Added new shortcuts PgUP/PgDN for previous/next image
+ Added option to disable the backgroundcolor in windowed mode
+ Bug: & in custom actions caused an error when mirage tried to open custom
action dialog (bug #17329)
+ Bug: Save image didn't work. (bug #17330)
+ Bug: Fixed gettext files not found if installed into /usr/local (bug #17359)
+ Changes: now uses $XDG_CONFIG_HOME/mirage as config directory if possible
(patch taken from debian)
+ Changes: Switched zooming directions for Ctrl+Mousewheel up/down.
+ Changes: Small interface changes
+ Changes: Updated mnemonics (bug #17350 and patch 3020)
+ Changes: Improvements to localized strings

v0.9.4 - June 26, 2010
+ Mirage now requires PyGTK 2.12.0
+ Added the ability to set the quality for saving images
+ Added windows support
+ Fixed DeprecationWarnings for old tooltip API in pygtk
+ Fixed DeprecationWarnings for md5
+ Prevent toolbar from getting focus on keypresses
+ Bug: Fix returning from fullscreen mode with no images displayed
+ Bug: delete_image() could cause some thumbnails to not get loaded
+ Bug: If a image modified image was deleted mirage would ask to save the image
+ Bug: Hopefully fixed image preloading
+ Bug: Fixed wrong tooltip for hidden images
+ Bug: Some menu entries was visible while they shouldnt have been
+ Bug: Fixed parsing of custom commands
+ Changes: Properties now show "file modified" instead of "file \ 
date"
+ Changes: Slideshow delay is choosen with a spinner
+ Changes: Fixed DeprecationWarnings for old tooltip API in pygtk
+ Changes: Fixed DeprecationWarnings for md5
+ Feature request: Show filename in statusbar
+ Translation: Added Portuguese translation (Danilo)
+ Translation: Added Chinese translation (Jayden)
+ Translation: Updated the po-files
   2010-06-14 00:47:10 by Thomas Klausner | Files touched by this commit (235)
Log message:
Bump PKGREVISION for libpng shlib name change.
Also add some patches to remove use of deprecated symbols and fix other
problems when looking for or compiling against libpng-1.4.x.