c3690e57dc
Version 1.1.8 has been released. Thanks to the hard work of Lubos Lunak, this new version can play MNG and GIF animations! Here is the complete list of changes: New features: * Zoom actions added to both KPart's. * Support for animated pictures. * Fast image scaling function from Imlib2/Mosfet (select 'fast' smoothing in the configuration dialog). * Added an item in the "Windows" menu to reset the window layout to the default configuration. Fixes: * "Lock zoom"/"Auto zoom" options fixed. * Fixed "Clear location"/"Location" shortcuts. * Make it impossible to undock the file view. It should be easier for new users to use it this way. * Fixed crash which could occur when copying multiple files.
23 lines
568 B
Makefile
23 lines
568 B
Makefile
# $NetBSD: Makefile,v 1.7 2005/01/11 13:16:25 markd Exp $
|
|
#
|
|
|
|
DISTNAME= gwenview-1.1.8
|
|
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"
|