pkgsrc/graphics/gwenview/Makefile
markd 12681d5437 gwenview 1.1.7a update from maintainer Ian Zagorskih
Since there was some trouble building the 1.1.7 version on some distributions,
I just released version 1.1.7a.

A new development release is out: version 1.1.7. You can get it from the
download page. It features the following changes:
New features:
  * Double clicking the image view toggles the full screen mode (By Daniel
Thaler)
  * It's now possible to select which KIPI plugins should be loaded.
  * The On Screen Display now contains "Previous", "Next" and "Exit
fullscreen"   buttons. These buttons automatically hide when the cursor hides
itself.
  * Adjust brightness, contrast and gamma.
  * Going to next/previous image in the image KPart.
Fixes:
  * If the URL given as an argument is a directory, start in browse mode, not
in view mode.
 * On Screen Display is back, it was broken in 1.1.6.
  * Updated man page.
  * KIPI Batch image processing tools now work again.
  * Fixed a few bugs in image saving.
  * Made the save error messages more explicit.
  * Removed the "show toolbar/menubar/statusbar in fullscreen" options.
  * When selecting multiple images with Ctrl or Shift, block the "double click
an image goes to fullscreen" feature.
  * Removed the "Auto load image" option, it's useless since Gwenview does not
block anymore when loading images.
  * Fix reloading in the image KPart.
2005-01-07 12:35:10 +00:00

23 lines
569 B
Makefile

# $NetBSD: Makefile,v 1.6 2005/01/07 12:35:10 markd Exp $
#
DISTNAME= gwenview-1.1.7a
CATEGORIES= kde graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gwenview/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= ianzag@mail.ru
HOMEPAGE= http://gwenview.sourceforge.net/
COMMENT= Image viewer for KDE whose aims are ease of use and speed
USE_BUILDLINK3= YES
USE_GNU_TOOLS+= make
USE_LANGUAGES= c c++
USE_LIBTOOL= YES
GNU_CONFIGURE= YES
SHLIBTOOL_OVERRIDE= libtool
.include "../../meta-pkgs/kde3/kde3.mk"
.include "../../x11/kdelibs3/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"