gifsicle: update from 1.78 to 1.84

This commit is contained in:
Mateusz Kowalczyk 2014-09-30 10:40:10 +01:00
parent 397b0de1c1
commit 4ebeeead31

View File

@ -3,20 +3,21 @@
with stdenv.lib; with stdenv.lib;
stdenv.mkDerivation { stdenv.mkDerivation {
name = "gifsicle-1.78"; name = "gifsicle-1.84";
src = fetchurl { src = fetchurl {
url = http://www.lcdf.org/gifsicle/gifsicle-1.78.tar.gz; url = http://www.lcdf.org/gifsicle/gifsicle-1.84.tar.gz;
sha256 = "0dzp5sg82klji4lbj1m4cyg9fb3l837gkipdx657clib97klyv53"; sha256 = "1ymk7lkk50fds6090icnjg69dswzz5zyiirq2ws23aagw3l46z86";
}; };
buildInputs = optional gifview [ xproto libXt libX11 ]; buildInputs = optional gifview [ xproto libXt libX11 ];
LDFLAGS = optional static "-static"; LDFLAGS = optional static "-static";
meta = { meta = {
description = "Command-line tool for creating, editing, and getting information about GIF images and animations"; description = "Command-line tool for creating, editing, and getting information about GIF images and animations";
homepage = http://www.lcdf.org/gifsicle/; homepage = http://www.lcdf.org/gifsicle/;
license = stdenv.lib.licenses.gpl2; license = stdenv.lib.licenses.gpl2;
maintainers = with stdenv.lib.maintainers; [ fuuzetsu ];
}; };
} }