232878dc3e
Compared to the latest stable release (1.0.1), this version includes... too many things to list them all! Nevertheless, I would like to mention a few important features (in no particular order): * Support for KIPI plugins, which brings you lots of fancy image manipulation possibilities. * Support for animated images. * Fast MMX-optimized image smoothing. * Asynchronous image loading, so the application do not look frozen while loading a big image. * Two KParts: one to display an image, another to browse folders. * Nifty On Screen Display toolbar. * Brightness, contrast and gamma adjustment.
27 lines
691 B
Makefile
27 lines
691 B
Makefile
# $NetBSD: Makefile,v 1.9 2005/04/06 12:42:49 markd Exp $
|
|
#
|
|
|
|
DISTNAME= gwenview-1.2.0
|
|
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
|
|
|
|
# Enable kipi (KDE Image Plugin Interface)
|
|
CONFIGURE_ARGS+= --enable-kipi
|
|
|
|
SHLIBTOOL_OVERRIDE= libtool
|
|
|
|
.include "../../meta-pkgs/kde3/kde3.mk"
|
|
.include "../../graphics/libkipi/buildlink3.mk"
|
|
.include "../../x11/kdelibs3/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|