mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-28 05:59:20 -05:00
gnu: imlib2: Reintroduce 1.7.1.
* gnu/packages/image.scm (imlib2-1.7): New variable.
This commit is contained in:
parent
64c043e63a
commit
405019f590
1 changed files with 14 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
;;; GNU Guix --- Functional package management for GNU
|
;;; GNU Guix --- Functional package management for GNU
|
||||||
;;; Copyright © 2013, 2017, 2019, 2021 Ludovic Courtès <ludo@gnu.org>
|
;;; Copyright © 2013, 2017, 2019, 2021-2022 Ludovic Courtès <ludo@gnu.org>
|
||||||
;;; Copyright © 2013, 2015, 2016 Andreas Enge <andreas@enge.fr>
|
;;; Copyright © 2013, 2015, 2016 Andreas Enge <andreas@enge.fr>
|
||||||
;;; Copyright © 2014, 2015, 2016, 2020 Mark H Weaver <mhw@netris.org>
|
;;; Copyright © 2014, 2015, 2016, 2020 Mark H Weaver <mhw@netris.org>
|
||||||
;;; Copyright © 2014, 2015 Alex Kost <alezost@gmail.com>
|
;;; Copyright © 2014, 2015 Alex Kost <alezost@gmail.com>
|
||||||
|
@ -1024,6 +1024,19 @@ (define-public imlib2
|
||||||
more modular, simple, and flexible.")
|
more modular, simple, and flexible.")
|
||||||
(license license:imlib2)))
|
(license license:imlib2)))
|
||||||
|
|
||||||
|
(define-public imlib2-1.7
|
||||||
|
(package
|
||||||
|
(inherit imlib2)
|
||||||
|
(version "1.7.1")
|
||||||
|
(source (origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (string-append
|
||||||
|
"mirror://sourceforge/enlightenment/imlib2-src/" version
|
||||||
|
"/imlib2-" version ".tar.bz2"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"01y45cdml2dr9cqgybrgxr86sd77d1qfa1gzclzy1j6bkminlfh3"))))))
|
||||||
|
|
||||||
(define-public giblib
|
(define-public giblib
|
||||||
(package
|
(package
|
||||||
(name "giblib")
|
(name "giblib")
|
||||||
|
|
Loading…
Reference in a new issue