Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] GraphicsMagick: update to 1.3.38.
@ 2022-10-08 16:12 motorto
  2022-10-08 17:34 ` [PR PATCH] [Merged]: " classabbyamp
  0 siblings, 1 reply; 2+ messages in thread
From: motorto @ 2022-10-08 16:12 UTC (permalink / raw)
  To: ml

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

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

https://github.com/motorto/void-packages GraphicsMagick-1.3.38
https://github.com/void-linux/void-packages/pull/39816

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

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

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - armv6l *


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-GraphicsMagick-1.3.38-39816.patch --]
[-- Type: text/x-diff, Size: 2737 bytes --]

From cfabc83d0a1bde5abb6156ee930d38dcec6d20e8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Sat, 8 Oct 2022 17:10:24 +0100
Subject: [PATCH] GraphicsMagick: update to 1.3.38.

---
 .../patches/disable_perlmagick_tests.patch    | 23 -------------------
 srcpkgs/GraphicsMagick/template               |  8 +++----
 2 files changed, 4 insertions(+), 27 deletions(-)
 delete mode 100644 srcpkgs/GraphicsMagick/patches/disable_perlmagick_tests.patch

diff --git a/srcpkgs/GraphicsMagick/patches/disable_perlmagick_tests.patch b/srcpkgs/GraphicsMagick/patches/disable_perlmagick_tests.patch
deleted file mode 100644
index 6081690edabd..000000000000
--- a/srcpkgs/GraphicsMagick/patches/disable_perlmagick_tests.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-# workaround for https://sourceforge.net/p/graphicsmagick/bugs/580/
-
---- a/Makefile.am
-+++ b/Makefile.am
-@@ -79,7 +79,6 @@ TESTS_ENVIRONMENT = \
- 
- # Tests to run
- TESTS = \
--	$(PERLMAGICK_TESTS) \
- 	$(TESTS_TESTS) \
- 	$(MAGICKPP_TESTS) \
- 	$(WAND_TESTS) \
---- a/Makefile.in
-+++ b/Makefile.in
-@@ -4767,7 +4767,7 @@ PERLMAGICK_MAINTAINER_TARGETS = $(top_sr
- @WITH_PERL_TRUE@PERLMAGICK_DISTCLEAN_LOCAL_TARGETS = clean-perl
- @WITH_PERL_TRUE@PERLMAGICK_MAINTAINER_CLEAN_LOCAL_TARGETS = distclean-local
- #PERLMAGICK_CHECK_LOCAL_TARGETS = check-perl
--@WITH_PERL_TRUE@PERLMAGICK_TESTS = PerlMagick/PerlMagickCheck.sh
-+#@WITH_PERL_TRUE@PERLMAGICK_TESTS = PerlMagick/PerlMagickCheck.sh
- @WITH_PERL_DYNAMIC_FALSE@@WITH_PERL_STATIC_TRUE@@WITH_PERL_TRUE@PERLMAGICK_CHECKSCRIPTS = perl-build
- 
- #PERLMAGICK_CHECKSCRIPTS = perl-build
diff --git a/srcpkgs/GraphicsMagick/template b/srcpkgs/GraphicsMagick/template
index 35f5269eac7c..1ff695590a78 100644
--- a/srcpkgs/GraphicsMagick/template
+++ b/srcpkgs/GraphicsMagick/template
@@ -1,6 +1,6 @@
 # Template file for 'GraphicsMagick'
 pkgname=GraphicsMagick
-version=1.3.36
+version=1.3.38
 revision=1
 build_style=gnu-configure
 configure_args="--with-quantum-depth=16 --with-gs-font-dir=/usr/share/fonts/Type1
@@ -16,10 +16,10 @@ depends="ghostscript"
 short_desc="GraphicsMagick Image Processing System"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
-homepage="http://www.graphicsmagick.org/"
-changelog="http://www.graphicsmagick.org/NEWS.html"
+homepage="https://graphicsmagick.sourceforge.io/index.html"
+changelog="https://graphicsmagick.sourceforge.io/NEWS.html"
 distfiles="${SOURCEFORGE_SITE}/graphicsmagick/graphicsmagick/${version}/${pkgname}-${version}.tar.gz"
-checksum=1e6723c48c4abbb31197fadf8396b2d579d97e197123edc70a4f057f0533d563
+checksum=35b8661f508337314e46aebcbdca6875cc6033a1cf3edff29aa5e14ef8d2d4e1
 keep_libtool_archives=yes
 
 post_install() {

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

* Re: [PR PATCH] [Merged]: GraphicsMagick: update to 1.3.38.
  2022-10-08 16:12 [PR PATCH] GraphicsMagick: update to 1.3.38 motorto
@ 2022-10-08 17:34 ` classabbyamp
  0 siblings, 0 replies; 2+ messages in thread
From: classabbyamp @ 2022-10-08 17:34 UTC (permalink / raw)
  To: ml

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

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

GraphicsMagick: update to 1.3.38.
https://github.com/void-linux/void-packages/pull/39816

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

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

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - armv6l *


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

end of thread, other threads:[~2022-10-08 17:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-08 16:12 [PR PATCH] GraphicsMagick: update to 1.3.38 motorto
2022-10-08 17:34 ` [PR PATCH] [Merged]: " classabbyamp

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).