Merge pull request #25085 from romildo/upd.imlib2

imlib2: 1.4.9 -> 1.4.10
This commit is contained in:
Michael Raskin 2017-05-01 13:55:01 +02:00 committed by GitHub
commit 833cae0113
1 changed files with 3 additions and 2 deletions

View File

@ -5,11 +5,11 @@
with stdenv.lib;
stdenv.mkDerivation rec {
name = "imlib2-1.4.9";
name = "imlib2-1.4.10";
src = fetchurl {
url = "mirror://sourceforge/enlightenment/${name}.tar.bz2";
sha256 = "08809xxk2555yj6glixzw9a0x3x8cx55imd89kj3r0h152bn8a3x";
sha256 = "0wm2q2xlkbm71k7mw2jyzbxgzylrkcj5yh6nq58w5gybhp98qs9z";
};
buildInputs = [ libjpeg libtiff giflib libpng bzip2 freetype ]
@ -46,6 +46,7 @@ stdenv.mkDerivation rec {
easily, without sacrificing speed.
'';
homepage = http://docs.enlightenment.org/api/imlib2/html;
license = licenses.free;
platforms = platforms.unix;
maintainers = with maintainers; [ spwhitt ];