diff options
author | gdt <gdt@pkgsrc.org> | 2006-12-03 17:00:39 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2006-12-03 17:00:39 +0000 |
commit | b2fe61906e33c8bb43258e7051b8b25eec62469a (patch) | |
tree | ab140a235ad87211673e5e81545a5a2668f9a605 /graphics/gqview-devel/Makefile | |
parent | 2953e559320b2fcac66690ce5027d1fa5f57762f (diff) | |
download | pkgsrc-b2fe61906e33c8bb43258e7051b8b25eec62469a.tar.gz |
Update to 2.1.5. Signficant changes since 2.1.4:
+ Add support for color profiles
(optional and requires lcms, see Notes in README).
+ Add ability to delete a folder and it's contents (with restrictions).
- Add support for jpegs embedded in pentax and olympus raw files.
- Add icons for image state, enabled with I keyboard shortcut.
- For pan view calendar only show months that contain an image.
* Escape filename characters "`$\ before passing them to the
system shell when running an editor command.
* Always use aligned memory access in EXIF parser, fixes crash
with BUS error on sparc.
Diffstat (limited to 'graphics/gqview-devel/Makefile')
-rw-r--r-- | graphics/gqview-devel/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/gqview-devel/Makefile b/graphics/gqview-devel/Makefile index fa07676cce6..abcab9d564e 100644 --- a/graphics/gqview-devel/Makefile +++ b/graphics/gqview-devel/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.24 2006/11/27 19:28:37 gdt Exp $ +# $NetBSD: Makefile,v 1.25 2006/12/03 17:00:39 gdt Exp $ -DISTNAME= gqview-2.1.4 +DISTNAME= gqview-2.1.5 CATEGORIES= graphics x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gqview/} @@ -14,6 +14,7 @@ USE_DIRS+= xdg-1.1 USE_PKGLOCALEDIR= yes .include "../../devel/gettext-lib/buildlink3.mk" +.include "../../graphics/lcms/buildlink3.mk" .include "../../graphics/png/buildlink3.mk" .include "../../x11/gtk2/buildlink3.mk" |