Sun Dec 1 11:58:44 2013 UTC ()
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


(adam)
diff -r1.240 -r1.241 pkgsrc/graphics/gimp/Makefile
diff -r1.51 -r1.52 pkgsrc/graphics/gimp/PLIST
diff -r1.78 -r1.79 pkgsrc/graphics/gimp/distinfo

cvs diff -r1.240 -r1.241 pkgsrc/graphics/gimp/Makefile (expand / switch to unified diff)

--- pkgsrc/graphics/gimp/Makefile 2013/11/06 20:32:45 1.240
+++ pkgsrc/graphics/gimp/Makefile 2013/12/01 11:58:44 1.241
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.240 2013/11/06 20:32:45 adam Exp $ 1# $NetBSD: Makefile,v 1.241 2013/12/01 11:58:44 adam Exp $
2 2
3DISTNAME= gimp-2.8.8 3DISTNAME= gimp-2.8.10
4CATEGORIES= graphics 4CATEGORIES= graphics
5MASTER_SITES= ftp://ftp.gimp.org/pub/gimp/v${PKGVERSION_NOREV:R}/ \ 5MASTER_SITES= ftp://ftp.gimp.org/pub/gimp/v${PKGVERSION_NOREV:R}/ \
6 ${MASTER_SITE_GNU:=gimp/v${PKGVERSION_NOREV:R}/} \ 6 ${MASTER_SITE_GNU:=gimp/v${PKGVERSION_NOREV:R}/} \
7 ftp://ftp.gwdg.de/pub/misc/grafik/gimp/gimp/v${PKGVERSION_NOREV:R}/ 7 ftp://ftp.gwdg.de/pub/misc/grafik/gimp/gimp/v${PKGVERSION_NOREV:R}/
8EXTRACT_SUFX= .tar.bz2 8EXTRACT_SUFX= .tar.bz2
9 9
10MAINTAINER= adam@NetBSD.org 10MAINTAINER= adam@NetBSD.org
11HOMEPAGE= http://www.gimp.org/ 11HOMEPAGE= http://www.gimp.org/
12COMMENT= The GNU image manipulation program 12COMMENT= The GNU image manipulation program
13LICENSE= gnu-lgpl-v2.1 AND gnu-gpl-v2 13LICENSE= gnu-lgpl-v2.1 AND gnu-gpl-v2
14 14
15BUILD_DEPENDS+= p5-XML-Parser>=2.31nb1:../../textproc/p5-XML-Parser 15BUILD_DEPENDS+= p5-XML-Parser>=2.31nb1:../../textproc/p5-XML-Parser
16CONFLICTS+= gimp<=1.2.3 16CONFLICTS+= gimp<=1.2.3
@@ -59,15 +59,18 @@ BUILDLINK_API_DEPENDS.lcms+= lcms>=1.12 @@ -59,15 +59,18 @@ BUILDLINK_API_DEPENDS.lcms+= lcms>=1.12
59.include "../../graphics/libart/buildlink3.mk" 59.include "../../graphics/libart/buildlink3.mk"
60.include "../../graphics/libexif/buildlink3.mk" 60.include "../../graphics/libexif/buildlink3.mk"
61.include "../../graphics/png/buildlink3.mk" 61.include "../../graphics/png/buildlink3.mk"
62.include "../../graphics/tiff/buildlink3.mk" 62.include "../../graphics/tiff/buildlink3.mk"
63.include "../../graphics/libwmf/buildlink3.mk" 63.include "../../graphics/libwmf/buildlink3.mk"
64.include "../../x11/gtk2/buildlink3.mk" 64.include "../../x11/gtk2/buildlink3.mk"
65.if !empty(PKG_BUILD_OPTIONS.gtk2:Mx11) 65.if !empty(PKG_BUILD_OPTIONS.gtk2:Mx11)
66PLIST.remote= yes 66PLIST.remote= yes
67.include "../../x11/libICE/buildlink3.mk" 67.include "../../x11/libICE/buildlink3.mk"
68.include "../../x11/libSM/buildlink3.mk" 68.include "../../x11/libSM/buildlink3.mk"
69.include "../../x11/libXmu/buildlink3.mk" 69.include "../../x11/libXmu/buildlink3.mk"
70.include "../../x11/libXpm/buildlink3.mk" 70.include "../../x11/libXpm/buildlink3.mk"
71.endif 71.endif
 72.if !empty(PKG_BUILD_OPTIONS.gtk2:Mquartz)
 73.include "../../x11/gtk-mac-integration/buildlink3.mk"
 74.endif
72.include "../../mk/pthread.buildlink3.mk" 75.include "../../mk/pthread.buildlink3.mk"
73.include "../../mk/bsd.pkg.mk" 76.include "../../mk/bsd.pkg.mk"

cvs diff -r1.51 -r1.52 pkgsrc/graphics/gimp/PLIST (expand / switch to unified diff)

--- pkgsrc/graphics/gimp/PLIST 2013/08/15 15:37:46 1.51
+++ pkgsrc/graphics/gimp/PLIST 2013/12/01 11:58:44 1.52
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.51 2013/08/15 15:37:46 richard Exp $ 1@comment $NetBSD: PLIST,v 1.52 2013/12/01 11:58:44 adam Exp $
2bin/gimp 2bin/gimp
3bin/gimp-2.8 3bin/gimp-2.8
4bin/gimp-console 4bin/gimp-console
5bin/gimp-console-2.8 5bin/gimp-console-2.8
6bin/gimptool-2.0 6bin/gimptool-2.0
7include/gimp-2.0/libgimp/gimp.h 7include/gimp-2.0/libgimp/gimp.h
8include/gimp-2.0/libgimp/gimp_pdb.h 8include/gimp-2.0/libgimp/gimp_pdb.h
9include/gimp-2.0/libgimp/gimp_pdb_headers.h 9include/gimp-2.0/libgimp/gimp_pdb_headers.h
10include/gimp-2.0/libgimp/gimpaspectpreview.h 10include/gimp-2.0/libgimp/gimpaspectpreview.h
11include/gimp-2.0/libgimp/gimpbrush_pdb.h 11include/gimp-2.0/libgimp/gimpbrush_pdb.h
12include/gimp-2.0/libgimp/gimpbrushes.h 12include/gimp-2.0/libgimp/gimpbrushes.h
13include/gimp-2.0/libgimp/gimpbrushes_pdb.h 13include/gimp-2.0/libgimp/gimpbrushes_pdb.h
14include/gimp-2.0/libgimp/gimpbrushmenu.h 14include/gimp-2.0/libgimp/gimpbrushmenu.h
@@ -412,26 +412,27 @@ lib/libgimpthumb-2.0.la @@ -412,26 +412,27 @@ lib/libgimpthumb-2.0.la
412lib/libgimpui-2.0.la 412lib/libgimpui-2.0.la
413lib/libgimpwidgets-2.0.la 413lib/libgimpwidgets-2.0.la
414lib/pkgconfig/gimp-2.0.pc 414lib/pkgconfig/gimp-2.0.pc
415lib/pkgconfig/gimpthumb-2.0.pc 415lib/pkgconfig/gimpthumb-2.0.pc
416lib/pkgconfig/gimpui-2.0.pc 416lib/pkgconfig/gimpui-2.0.pc
417man/man1/gimp-2.8.1 417man/man1/gimp-2.8.1
418man/man1/gimp-console-2.8.1 418man/man1/gimp-console-2.8.1
419man/man1/gimp-console.1 419man/man1/gimp-console.1
420man/man1/gimp.1 420man/man1/gimp.1
421man/man1/gimptool-2.0.1 421man/man1/gimptool-2.0.1
422man/man5/gimprc-2.8.5 422man/man5/gimprc-2.8.5
423man/man5/gimprc.5 423man/man5/gimprc.5
424share/aclocal/gimp-2.0.m4 424share/aclocal/gimp-2.0.m4
 425share/appdata/gimp.appdata.xml
425share/applications/gimp.desktop 426share/applications/gimp.desktop
426share/examples/gimp-2.0/controllerrc 427share/examples/gimp-2.0/controllerrc
427share/examples/gimp-2.0/gimprc 428share/examples/gimp-2.0/gimprc
428share/examples/gimp-2.0/gtkrc 429share/examples/gimp-2.0/gtkrc
429share/examples/gimp-2.0/menurc 430share/examples/gimp-2.0/menurc
430share/examples/gimp-2.0/sessionrc 431share/examples/gimp-2.0/sessionrc
431share/examples/gimp-2.0/templaterc 432share/examples/gimp-2.0/templaterc
432share/examples/gimp-2.0/unitrc 433share/examples/gimp-2.0/unitrc
433share/gimp/2.0/brushes/Basic/1-pixel.vbr 434share/gimp/2.0/brushes/Basic/1-pixel.vbr
434share/gimp/2.0/brushes/Basic/Block-01.vbr 435share/gimp/2.0/brushes/Basic/Block-01.vbr
435share/gimp/2.0/brushes/Basic/Block-02.vbr 436share/gimp/2.0/brushes/Basic/Block-02.vbr
436share/gimp/2.0/brushes/Basic/Block-03.vbr 437share/gimp/2.0/brushes/Basic/Block-03.vbr
437share/gimp/2.0/brushes/Basic/Hardness-025.vbr 438share/gimp/2.0/brushes/Basic/Hardness-025.vbr

cvs diff -r1.78 -r1.79 pkgsrc/graphics/gimp/distinfo (expand / switch to unified diff)

--- pkgsrc/graphics/gimp/distinfo 2013/11/10 20:12:32 1.78
+++ pkgsrc/graphics/gimp/distinfo 2013/12/01 11:58:44 1.79
@@ -1,13 +1,13 @@ @@ -1,13 +1,13 @@
1$NetBSD: distinfo,v 1.78 2013/11/10 20:12:32 dholland Exp $ 1$NetBSD: distinfo,v 1.79 2013/12/01 11:58:44 adam Exp $
2 2
3SHA1 (gimp-2.8.8.tar.bz2) = a97b93d608a8b0cccd0d97da63bee48d40cc4b35 3SHA1 (gimp-2.8.10.tar.bz2) = 6d3c98fcc86f42b0a825a5c62d5d3a5e1c83f48b
4RMD160 (gimp-2.8.8.tar.bz2) = e8f06db6af449594fcee3ab1249ba59149c8509e 4RMD160 (gimp-2.8.10.tar.bz2) = c5364c49af2c695bc3d0bd97e792bf3ad75b1175
5Size (gimp-2.8.8.tar.bz2) = 20345808 bytes 5Size (gimp-2.8.10.tar.bz2) = 20343461 bytes
6SHA1 (patch-aa) = bc998a9510458e1f296c44ae26c8ee3900ce49ab 6SHA1 (patch-aa) = bc998a9510458e1f296c44ae26c8ee3900ce49ab
7SHA1 (patch-ab) = 37820b9e03702248294f0030ffbd09e7f14f3dcb 7SHA1 (patch-ab) = 37820b9e03702248294f0030ffbd09e7f14f3dcb
8SHA1 (patch-ad) = 7863678d59ccf54e2ce61a4ac4b883fb9eb5fb82 8SHA1 (patch-ad) = 7863678d59ccf54e2ce61a4ac4b883fb9eb5fb82
9SHA1 (patch-app_Makefile.in) = 1677fa436f76d0b83bf048447fc025584a255e68 9SHA1 (patch-app_Makefile.in) = 1677fa436f76d0b83bf048447fc025584a255e68
10SHA1 (patch-app_config_Makefile.in) = c5376f98649255b163cf9af448b5931d7675526c 10SHA1 (patch-app_config_Makefile.in) = c5376f98649255b163cf9af448b5931d7675526c
11SHA1 (patch-devel-docs_app_Makefile.in) = 89aec477783899cc6a5ac765d567d73f79474d5e 11SHA1 (patch-devel-docs_app_Makefile.in) = 89aec477783899cc6a5ac765d567d73f79474d5e
12SHA1 (patch-plug-ins_common_file-mng.c) = 8ed244997cdef7125e1aa5da4d0fac5068ad5159 12SHA1 (patch-plug-ins_common_file-mng.c) = 8ed244997cdef7125e1aa5da4d0fac5068ad5159
13SHA1 (patch-plug-ins_script-fu_script-fu-server.c) = c424b1a8e345ec3d0763ac2cf1f8535da9e10797 13SHA1 (patch-plug-ins_script-fu_script-fu-server.c) = c424b1a8e345ec3d0763ac2cf1f8535da9e10797