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
This commit is contained in:
parent
652fbb68c0
commit
cb9bf3d32a
3 changed files with 11 additions and 7 deletions
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue