diff options
author | adam <adam@pkgsrc.org> | 2013-12-01 11:58:44 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2013-12-01 11:58:44 +0000 |
commit | 38b402fcf3f12f7a94b11fe5e59b1e9ae49b5e05 (patch) | |
tree | 759b2226cec07bb909a2d5d2b6e914d0952bcac3 /graphics/gimp/Makefile | |
parent | 2f595b951892d1f2540b49d0f0a3aa42bb6a7e5d (diff) | |
download | pkgsrc-38b402fcf3f12f7a94b11fe5e59b1e9ae49b5e05.tar.gz |
Changes 2.8.10:
Core:
- Set manifest as Windows 8 compatible
GUI:
- Indicate if a file was exported in the Quit dialog
- Add shortcuts and hint labels to the close and quit dialogs
that make closing and quitting easier and more consistent
- Rename the File->Export menu labels to match Save/Save as
- Fix keyboard shortcuts on OSX Mavericks
- Don't open lots of progress popups when opening many files
- Correctly restore the hidden state of docks in single window mode
Libgimp:
- Fix exporting an image consisting of a single layer group
- Don't attempt to pick transparent colors
Plug-ins:
- Fix crash in LCMS plugin if RGB profile was missing
General:
- Fix compile on NetBSD (missing -lexecinfo)
- Bug fixes
- Translation updates
Diffstat (limited to 'graphics/gimp/Makefile')
-rw-r--r-- | graphics/gimp/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile index 7aa7ff3affd..171ce2f645c 100644 --- a/graphics/gimp/Makefile +++ b/graphics/gimp/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.240 2013/11/06 20:32:45 adam Exp $ +# $NetBSD: Makefile,v 1.241 2013/12/01 11:58:44 adam Exp $ -DISTNAME= gimp-2.8.8 +DISTNAME= gimp-2.8.10 CATEGORIES= graphics MASTER_SITES= ftp://ftp.gimp.org/pub/gimp/v${PKGVERSION_NOREV:R}/ \ ${MASTER_SITE_GNU:=gimp/v${PKGVERSION_NOREV:R}/} \ @@ -69,5 +69,8 @@ PLIST.remote= yes .include "../../x11/libXmu/buildlink3.mk" .include "../../x11/libXpm/buildlink3.mk" .endif +.if !empty(PKG_BUILD_OPTIONS.gtk2:Mquartz) +.include "../../x11/gtk-mac-integration/buildlink3.mk" +.endif .include "../../mk/pthread.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |