Skip to content

Commit

Permalink
AU: 1 updated - gimp
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed May 10, 2018
1 parent fd2ca24 commit 60af256
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 7 deletions.
18 changes: 14 additions & 4 deletions automatic/gimp/gimp.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>gimp</id>
<version>2.10.0</version>
<version>2.10.0.20180510</version>
<title>GIMP</title>
<owners>chocolatey</owners>
<authors>GIMP Team</authors>
Expand All @@ -18,11 +18,21 @@
<summary>GNU Image Manipulation Program</summary>
<!-- Do not touch the description here in the nuspec file. Description is imported during update from the Readme.md file -->
<description><![CDATA[
GIMP is a multi-platform photo manipulation tool. GIMP is an acronym for GNU Image Manipulation Program. The GIMP is suitable for a variety of image manipulation tasks, including photo retouching, image composition, and image construction.
GIMP has many capabilities. It can be used as a simple paint program, an expert quality photo retouching program, an online batch processing system, a mass production image renderer, an image format converter, etc.
GIMP is a multi-platform photo manipulation tool. GIMP is an acronym for GNU Image Manipulation Program. The GIMP is suitable for a variety of image manipulation tasks, including photo retouching, image composition, and image construction.It can be used as a simple paint program, an expert quality photo retouching program, an online batch processing system, a mass production image renderer, an image format converter, etc.
GIMP is expandable and extensible. It is designed to be augmented with plug-ins and extensions to do just about anything. The advanced scripting interface allows everything from the simplest task to the most complex image manipulation procedures to be easily scripted.
## Features
- High Quality Photo Manipulation: retouching, restoring to creative composites etc.
- Original Artwork Creation: power and flexibility to transform images into unique creations.
- Graphic Design Elements: gIMP is used for producing icons, graphical design elements, and art for user interface components and mockups.
- Programming Algorithms: high quality framework for scripted image manipulation, with multi-language support such as C, C++, Perl, Python, Scheme, and more
- Desktop Publishing Workflow: color management features to ensure high-fidelity color reproduction across digital and printed media.
- [More features...](https://www.gimp.org/features)
![screenshot](https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/master/automatic/gimp/screenshot.jpg)
]]></description>
<releaseNotes>https://www.gimp.org/release-notes</releaseNotes>
<copyright>GIMP Team</copyright>
Expand Down
4 changes: 2 additions & 2 deletions automatic/gimp/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ The embedded software have been downloaded from the listed download
location on <https://www.gimp.org/downloads/>
and can be verified by doing the following:

1. Download the following <https://download.gimp.org/mirror/pub/gimp/v2.10/windows/gimp-2.10.0-x64-setup.exe>
1. Download the following <https://download.gimp.org/mirror/pub/gimp/v2.10/windows/gimp-2.10.0-setup-1.exe>
2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
- Use chocolatey utility 'checksum.exe'
3. The checksums should match the following:

checksum type: sha256
checksum: 1BABC967A37AD4692D0C2CFB76309C381BAB0F4208077E9E2F38C8DEEC5E0A44
checksum: 76819FAD10DB52844BCF3D1F6A5CFBF1671B3EFF783E63149AF7218C8D191BF5

The file 'LICENSE.txt' has been obtained from <https://www.gimp.org/about/COPYING>
2 changes: 1 addition & 1 deletion automatic/gimp/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
file = gi $toolsPath\*.exe
file = Get-Item $toolsPath\*.exe
softwareName = 'GIMP'
silentArgs = "/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP- /LOG=`"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).InnoSetup.log`""
validExitCodes = @(0)
Expand Down

0 comments on commit 60af256

Please sign in to comment.