Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] ImageMagick: update to 7.1.0.57.
@ 2023-01-13  8:52 motorto
  2023-01-13  8:53 ` [PR PATCH] [Updated] " motorto
  2023-01-15 11:44 ` [PR PATCH] [Merged]: " paper42
  0 siblings, 2 replies; 3+ messages in thread
From: motorto @ 2023-01-13  8:52 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1008 bytes --]

There is a new pull request by motorto against master on the void-packages repository

https://github.com/motorto/void-packages ImageMagick-7.1.0-57
https://github.com/void-linux/void-packages/pull/41612

ImageMagick: update to 7.1.0.57.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

```
pkg          host         target        cross  result
ImageMagick  x86_64       x86_64        n      OK
ImageMagick  x86_64-musl  x86_64-musl   n      OK
ImageMagick  i686         i686          n      OK
ImageMagick  x86_64-musl  aarch64-musl  y      OK
ImageMagick  x86_64-musl  aarch64       y      OK
ImageMagick  x86_64-musl  armv7l-musl   y      OK
ImageMagick  x86_64-musl  armv7l        y      OK
ImageMagick  x86_64-musl  armv6l-musl   y      OK
ImageMagick  x86_64-musl  armv6l        y      OK
```

A patch file from https://github.com/void-linux/void-packages/pull/41612.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-ImageMagick-7.1.0-57-41612.patch --]
[-- Type: text/x-diff, Size: 1257 bytes --]

From cfb46a7d8d177469cd1bc51d53ace64351d1df9b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Sat, 7 Jan 2023 14:38:35 +0000
Subject: [PATCH] ImageMagick: update to 7.1.0.57.

---
 srcpkgs/ImageMagick/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/ImageMagick/template b/srcpkgs/ImageMagick/template
index 425d74a75c29..f0d8808633f9 100644
--- a/srcpkgs/ImageMagick/template
+++ b/srcpkgs/ImageMagick/template
@@ -1,7 +1,7 @@
 # Template file for 'ImageMagick'
 pkgname=ImageMagick
-version=7.1.0.55
-revision=2
+version=7.1.0.57
+revision=1
 _upstream_version="${version/.${version##*.}/-${version##*.}}"
 build_style=gnu-configure
 configure_args="--disable-static --enable-opencl --with-modules --with-gslib
@@ -19,7 +19,7 @@ license="ImageMagick"
 homepage="https://www.imagemagick.org"
 changelog="https://raw.githubusercontent.com/ImageMagick/Website/main/ChangeLog.md"
 distfiles="https://github.com/ImageMagick/ImageMagick/archive/${_upstream_version}.tar.gz"
-checksum=77e1535448d6c7f951a8c9d10804246b76044b879adf5bf1f12c836ed9d4b5ec
+checksum=e0157354e0282d34968af6686830216b48d175b65720cd9650b4fae5af2f6251
 
 subpackages="libmagick libmagick-devel"
 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Updated] ImageMagick: update to 7.1.0.57.
  2023-01-13  8:52 [PR PATCH] ImageMagick: update to 7.1.0.57 motorto
@ 2023-01-13  8:53 ` motorto
  2023-01-15 11:44 ` [PR PATCH] [Merged]: " paper42
  1 sibling, 0 replies; 3+ messages in thread
From: motorto @ 2023-01-13  8:53 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1013 bytes --]

There is an updated pull request by motorto against master on the void-packages repository

https://github.com/motorto/void-packages ImageMagick-7.1.0-57
https://github.com/void-linux/void-packages/pull/41612

ImageMagick: update to 7.1.0.57.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

```
pkg          host         target        cross  result
ImageMagick  x86_64       x86_64        n      OK
ImageMagick  x86_64-musl  x86_64-musl   n      OK
ImageMagick  i686         i686          n      OK
ImageMagick  x86_64-musl  aarch64-musl  y      OK
ImageMagick  x86_64-musl  aarch64       y      OK
ImageMagick  x86_64-musl  armv7l-musl   y      OK
ImageMagick  x86_64-musl  armv7l        y      OK
ImageMagick  x86_64-musl  armv6l-musl   y      OK
ImageMagick  x86_64-musl  armv6l        y      OK
```

A patch file from https://github.com/void-linux/void-packages/pull/41612.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-ImageMagick-7.1.0-57-41612.patch --]
[-- Type: text/x-diff, Size: 1257 bytes --]

From 6f0dbb9a299aff62c38dab8e0eab073bba3b99a2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Sat, 7 Jan 2023 14:38:35 +0000
Subject: [PATCH] ImageMagick: update to 7.1.0.57.

---
 srcpkgs/ImageMagick/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/ImageMagick/template b/srcpkgs/ImageMagick/template
index 425d74a75c29..f0d8808633f9 100644
--- a/srcpkgs/ImageMagick/template
+++ b/srcpkgs/ImageMagick/template
@@ -1,7 +1,7 @@
 # Template file for 'ImageMagick'
 pkgname=ImageMagick
-version=7.1.0.55
-revision=2
+version=7.1.0.57
+revision=1
 _upstream_version="${version/.${version##*.}/-${version##*.}}"
 build_style=gnu-configure
 configure_args="--disable-static --enable-opencl --with-modules --with-gslib
@@ -19,7 +19,7 @@ license="ImageMagick"
 homepage="https://www.imagemagick.org"
 changelog="https://raw.githubusercontent.com/ImageMagick/Website/main/ChangeLog.md"
 distfiles="https://github.com/ImageMagick/ImageMagick/archive/${_upstream_version}.tar.gz"
-checksum=77e1535448d6c7f951a8c9d10804246b76044b879adf5bf1f12c836ed9d4b5ec
+checksum=e0157354e0282d34968af6686830216b48d175b65720cd9650b4fae5af2f6251
 
 subpackages="libmagick libmagick-devel"
 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Merged]: ImageMagick: update to 7.1.0.57.
  2023-01-13  8:52 [PR PATCH] ImageMagick: update to 7.1.0.57 motorto
  2023-01-13  8:53 ` [PR PATCH] [Updated] " motorto
@ 2023-01-15 11:44 ` paper42
  1 sibling, 0 replies; 3+ messages in thread
From: paper42 @ 2023-01-15 11:44 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 844 bytes --]

There's a merged pull request on the void-packages repository

ImageMagick: update to 7.1.0.57.
https://github.com/void-linux/void-packages/pull/41612

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

```
pkg          host         target        cross  result
ImageMagick  x86_64       x86_64        n      OK
ImageMagick  x86_64-musl  x86_64-musl   n      OK
ImageMagick  i686         i686          n      OK
ImageMagick  x86_64-musl  aarch64-musl  y      OK
ImageMagick  x86_64-musl  aarch64       y      OK
ImageMagick  x86_64-musl  armv7l-musl   y      OK
ImageMagick  x86_64-musl  armv7l        y      OK
ImageMagick  x86_64-musl  armv6l-musl   y      OK
ImageMagick  x86_64-musl  armv6l        y      OK
```

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-01-15 11:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-13  8:52 [PR PATCH] ImageMagick: update to 7.1.0.57 motorto
2023-01-13  8:53 ` [PR PATCH] [Updated] " motorto
2023-01-15 11:44 ` [PR PATCH] [Merged]: " paper42

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).