381ff20817
The first bug fix release of Gwenview, version 1.3.1, is out. This version contains the following fixes: * Make sure Gwenview libs do not require an executable stack. (Patch by Christopher Martin) * PNG loader has been fixed to pass PNG gamma tests from W3C. (Patch by Christopher Martin) * Fix compilation with GCC 4.1. * Fix MMX configure check with GCC 4.x. * Fix a bug which could lead to truncated images when saving to non-local URLs.
27 lines
717 B
Makefile
27 lines
717 B
Makefile
# $NetBSD: Makefile,v 1.14 2005/11/23 19:23:27 markd Exp $
|
|
#
|
|
|
|
DISTNAME= gwenview-1.3.1
|
|
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_TOOLS+= gmake
|
|
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 "../../graphics/libexif/buildlink3.mk"
|
|
.include "../../x11/kdelibs3/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|