[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/40: gnu: ImageMagick: Update to 6.9.11-48.
From: |
guix-commits |
Subject: |
09/40: gnu: ImageMagick: Update to 6.9.11-48. |
Date: |
Sun, 13 Dec 2020 15:46:14 -0500 (EST) |
mbakke pushed a commit to branch staging
in repository guix.
commit cb89b36cbcd9dee265787bcd0af9502e236059bb
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sat Dec 12 16:27:01 2020 +0100
gnu: ImageMagick: Update to 6.9.11-48.
* gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.11-48.
(imagemagick-next): Remove variable.
* gnu/packages/video.scm (transcode)[inputs]: Change from IMAGEMAGICK-NEXT
to
IMAGEMAGICK.
---
gnu/packages/imagemagick.scm | 18 ++----------------
gnu/packages/video.scm | 2 +-
2 files changed, 3 insertions(+), 17 deletions(-)
diff --git a/gnu/packages/imagemagick.scm b/gnu/packages/imagemagick.scm
index a624d7b..383a3f9 100644
--- a/gnu/packages/imagemagick.scm
+++ b/gnu/packages/imagemagick.scm
@@ -49,14 +49,14 @@
;; The 7 release series has an incompatible API, while the 6 series is
still
;; maintained. Don't update to 7 until we've made sure that the ImageMagick
;; users are ready for the 7-series API.
- (version "6.9.11-34")
+ (version "6.9.11-48")
(source (origin
(method url-fetch)
(uri (string-append "mirror://imagemagick/ImageMagick-"
version ".tar.xz"))
(sha256
(base32
- "0acdjkkgjgpfcwj9h9zncywjjrrgb9sh0cvfn3jamjxh5byf638s"))))
+ "0m8nkmywkqwyrr01q7aiakj6mi4rb2psjgzv8n0x82x3s1rpfyql"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags '("--with-frozenpaths" "--without-gcc-arch"
@@ -125,20 +125,6 @@ transform images, adjust image colors, apply various
special effects, or draw
text, lines, polygons, ellipses and Bézier curves.")
(license (license:fsf-free
"http://www.imagemagick.org/script/license.php"))))
-;; XXX: 'transcode' fails to detect the above ImageMagick, so we provide
-;; this newer version.
-(define-public imagemagick-next
- (package
- (inherit imagemagick)
- (version "6.9.11-37")
- (source (origin
- (method url-fetch)
- (uri (string-append "mirror://imagemagick/ImageMagick-"
- version ".tar.xz"))
- (sha256
- (base32
- "19r6fyhr1bycx0p6jz034mil1zh2k7hfr02is40h4g3wf9b9sdni"))))))
-
(define-public perl-image-magick
(package
(name "perl-image-magick")
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index e4576de..17037c2 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -246,7 +246,7 @@
("faac" ,faac)
("ffmpeg" ,ffmpeg)
("freetype" ,freetype)
- ("imagemagick" ,imagemagick-next)
+ ("imagemagick" ,imagemagick)
("lame" ,lame)
("liba52" ,liba52)
("libdv" ,libdv)
- branch staging updated (bdfdb9d -> a73302e), guix-commits, 2020/12/13
- 01/40: Merge branch 'ungrafting' into staging, guix-commits, 2020/12/13
- 02/40: gnu: linux-pam: Update to 1.5.1., guix-commits, 2020/12/13
- 03/40: gnu: nss, nss-certs: Update to 3.59., guix-commits, 2020/12/13
- 06/40: gnu: Remove gdb@9., guix-commits, 2020/12/13
- 04/40: gnu: MariaDB: Update to 10.5.8., guix-commits, 2020/12/13
- 05/40: gnu: Qt: Update to 5.15.2., guix-commits, 2020/12/13
- 09/40: gnu: ImageMagick: Update to 6.9.11-48.,
guix-commits <=
- 13/40: gnu: python-cryptography: Update to 3.3.1., guix-commits, 2020/12/13
- 12/40: gnu: python-iso8601: Update to 0.1.13., guix-commits, 2020/12/13
- 08/40: gnu: libva: Update to 2.10.0., guix-commits, 2020/12/13
- 16/40: gnu: python-babel: Update to 2.9.0., guix-commits, 2020/12/13
- 19/40: gnu: python-urllib3: Update to 1.26.2., guix-commits, 2020/12/13
- 20/40: gnu: python-sphinx: Update to 3.3.1., guix-commits, 2020/12/13
- 14/40: gnu: python-pyopenssl: Update to 20.0.0., guix-commits, 2020/12/13
- 25/40: gnu: xorg-server-for-tests: Update to 1.20.10., guix-commits, 2020/12/13
- 26/40: gnu: GStreamer: Update to 1.18.2., guix-commits, 2020/12/13
- 23/40: gnu: libdrm: Update to 2.4.103., guix-commits, 2020/12/13