[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/19: gnu: imlib2: Update to 1.6.0.
From: |
guix-commits |
Subject: |
05/19: gnu: imlib2: Update to 1.6.0. |
Date: |
Mon, 25 Nov 2019 07:08:54 -0500 (EST) |
efraim pushed a commit to branch master
in repository guix.
commit 115ace6ba515bcd3057ecb61c77785bd57c20ffe
Author: Efraim Flashner <address@hidden>
Date: Sun Nov 24 16:13:56 2019 +0200
gnu: imlib2: Update to 1.6.0.
* gnu/packages/image.scm (imlib2): Update to 1.6.0.
[inputs]: Add libwebp, libid3tag.
---
gnu/packages/image.scm | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm
index 1ef7027..b96f2cd 100644
--- a/gnu/packages/image.scm
+++ b/gnu/packages/image.scm
@@ -8,7 +8,7 @@
;;; Copyright © 2015 Amirouche Boubekki <address@hidden>
;;; Copyright © 2014, 2017 John Darrington <address@hidden>
;;; Copyright © 2016, 2017, 2018 Leo Famulari <address@hidden>
-;;; Copyright © 2016, 2017, 2018 Efraim Flashner <address@hidden>
+;;; Copyright © 2016, 2017, 2018, 2019 Efraim Flashner <address@hidden>
;;; Copyright © 2016, 2017, 2018, 2019 Tobias Geerinckx-Rice <address@hidden>
;;; Copyright © 2016 Eric Bavier <address@hidden>
;;; Copyright © 2016, 2017 Arun Isaac <address@hidden>
@@ -63,6 +63,7 @@
#:use-module (gnu packages man)
#:use-module (gnu packages maths)
#:use-module (gnu packages mcrypt)
+ #:use-module (gnu packages mp3)
#:use-module (gnu packages perl)
#:use-module (gnu packages photo)
#:use-module (gnu packages pkg-config)
@@ -853,7 +854,7 @@ compose, and analyze GIF images.")
(define-public imlib2
(package
(name "imlib2")
- (version "1.5.1")
+ (version "1.6.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -861,7 +862,7 @@ compose, and analyze GIF images.")
"/imlib2-" version ".tar.bz2"))
(sha256
(base32
- "1bms2iwmvnvpz5jqq3r52glarqkafif47zbh1ykz8hw85d2mfkps"))))
+ "07b9v3ycwhici35fnczvpyjpgkc7gbcdhajpl9dwhpzdzbfl1i6g"))))
(build-system gnu-build-system)
(native-inputs
`(("pkgconfig" ,pkg-config)))
@@ -873,6 +874,8 @@ compose, and analyze GIF images.")
("libpng" ,libpng)
("libtiff" ,libtiff)
("giflib" ,giflib)
+ ("libwebp" ,libwebp)
+ ("libid3tag" ,libid3tag)
("bzip2" ,bzip2)))
(home-page "https://sourceforge.net/projects/enlightenment/")
(synopsis
- 15/19: gnu: coq-bignums: Don't use unstable tarball., (continued)
- 15/19: gnu: coq-bignums: Don't use unstable tarball., guix-commits, 2019/11/25
- 14/19: gnu: bioperl-minimal: Don't use unstable tarball., guix-commits, 2019/11/25
- 13/19: gnu: innoextract: Update to 1.8., guix-commits, 2019/11/25
- 17/19: gnu: libdivsufsort: Move to datastructures.scm., guix-commits, 2019/11/25
- 12/19: gnu: innoextract: Don't use unstable tarball., guix-commits, 2019/11/25
- 19/19: gnu: sdsl-lite: Don't use bundled libraries., guix-commits, 2019/11/25
- 18/19: gnu: sdsl-lite: Remove unused inputs., guix-commits, 2019/11/25
- 16/19: gnu: Add boost-static., guix-commits, 2019/11/25
- 10/19: gnu: snappy: Don't use unstable tarball., guix-commits, 2019/11/25
- 07/19: gnu: sparsehash: Don't use unstable tarball., guix-commits, 2019/11/25
- 05/19: gnu: imlib2: Update to 1.6.0.,
guix-commits <=
- 03/19: gnu: gnunet-gtk: Update to 0.11.7., guix-commits, 2019/11/25
- 02/19: gnu: gnunet: Update to 0.11.8., guix-commits, 2019/11/25
- 08/19: gnu: cinnamon-desktop: Don't use unstable tarball., guix-commits, 2019/11/25
- 04/19: gnu: gnunet-gtk: Sort inputs alphabetically., guix-commits, 2019/11/25
- 09/19: gnu: sfarklib: Don't use unstable tarball., guix-commits, 2019/11/25
- 01/19: gnu: gnunet-gtk: Set upstream ftp-directory., guix-commits, 2019/11/25
- 06/19: gnu: imlib2: Sort inputs alphabetically., guix-commits, 2019/11/25