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 | cb9bf3d32a85caf74a7f3fb86ddcb566712eda65 (patch) | |
tree | 759b2226cec07bb909a2d5d2b6e914d0952bcac3 | |
parent | 652fbb68c0ca0a7eaf1f1a90ad3a228d5d5e37f2 (diff) | |
download | pkgsrc-cb9bf3d32a85caf74a7f3fb86ddcb566712eda65.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
-rw-r--r-- | graphics/gimp/Makefile | 7 | ||||
-rw-r--r-- | graphics/gimp/PLIST | 3 | ||||
-rw-r--r-- | graphics/gimp/distinfo | 8 |
3 files changed, 11 insertions, 7 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" diff --git a/graphics/gimp/PLIST b/graphics/gimp/PLIST index 74add1f9341..54d46ccec08 100644 --- a/graphics/gimp/PLIST +++ b/graphics/gimp/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.51 2013/08/15 15:37:46 richard Exp $ +@comment $NetBSD: PLIST,v 1.52 2013/12/01 11:58:44 adam Exp $ bin/gimp bin/gimp-2.8 bin/gimp-console @@ -422,6 +422,7 @@ man/man1/gimptool-2.0.1 man/man5/gimprc-2.8.5 man/man5/gimprc.5 share/aclocal/gimp-2.0.m4 +share/appdata/gimp.appdata.xml share/applications/gimp.desktop share/examples/gimp-2.0/controllerrc share/examples/gimp-2.0/gimprc diff --git a/graphics/gimp/distinfo b/graphics/gimp/distinfo index 66105fe5e17..272425a974b 100644 --- a/graphics/gimp/distinfo +++ b/graphics/gimp/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.78 2013/11/10 20:12:32 dholland Exp $ +$NetBSD: distinfo,v 1.79 2013/12/01 11:58:44 adam Exp $ -SHA1 (gimp-2.8.8.tar.bz2) = a97b93d608a8b0cccd0d97da63bee48d40cc4b35 -RMD160 (gimp-2.8.8.tar.bz2) = e8f06db6af449594fcee3ab1249ba59149c8509e -Size (gimp-2.8.8.tar.bz2) = 20345808 bytes +SHA1 (gimp-2.8.10.tar.bz2) = 6d3c98fcc86f42b0a825a5c62d5d3a5e1c83f48b +RMD160 (gimp-2.8.10.tar.bz2) = c5364c49af2c695bc3d0bd97e792bf3ad75b1175 +Size (gimp-2.8.10.tar.bz2) = 20343461 bytes SHA1 (patch-aa) = bc998a9510458e1f296c44ae26c8ee3900ce49ab SHA1 (patch-ab) = 37820b9e03702248294f0030ffbd09e7f14f3dcb SHA1 (patch-ad) = 7863678d59ccf54e2ce61a4ac4b883fb9eb5fb82 |