Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] gd: update to 2.3.3.
@ 2023-01-26 23:10 motorto
  2023-01-26 23:25 ` [PR PATCH] [Updated] " motorto
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: motorto @ 2023-01-26 23:10 UTC (permalink / raw)
  To: ml

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

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

https://github.com/motorto/void-packages gd-2.3.3
https://github.com/void-linux/void-packages/pull/41895

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

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


#### Local build testing
```

```

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gd-2.3.3-41895.patch --]
[-- Type: text/x-diff, Size: 1072 bytes --]

From 3767b4086284402ddb7e138c6d59e4dfd07b65ca Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Thu, 26 Jan 2023 23:04:28 +0000
Subject: [PATCH] gd: update to 2.3.3.

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

diff --git a/srcpkgs/gd/template b/srcpkgs/gd/template
index 47285df4a802..c0ab066caa70 100644
--- a/srcpkgs/gd/template
+++ b/srcpkgs/gd/template
@@ -1,6 +1,6 @@
 # Template file for 'gd'
 pkgname=gd
-version=2.3.2
+version=2.3.3
 revision=1
 build_style=gnu-configure
 configure_args="--without-xpm"
@@ -14,10 +14,10 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="custom:BSD-like"
 homepage="http://www.libgd.org/"
 distfiles="https://github.com/libgd/libgd/releases/download/gd-${version}/libgd-${version}.tar.xz"
-checksum=478a047084e0d89b83616e4c2cf3c9438175fb0cc55d8c8967f06e0427f7d7fb
+checksum=3fe822ece20796060af63b7c60acb151e5844204d289da0ce08f8fdf131e5a61
 
 post_install() {
-	vlicense COPYING
+	vlicense COPYING LICENSE
 }
 
 gd-devel_package() {

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

* Re: [PR PATCH] [Updated] gd: update to 2.3.3.
  2023-01-26 23:10 [PR PATCH] gd: update to 2.3.3 motorto
@ 2023-01-26 23:25 ` motorto
  2023-01-26 23:26 ` motorto
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: motorto @ 2023-01-26 23:25 UTC (permalink / raw)
  To: ml

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

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

https://github.com/motorto/void-packages gd-2.3.3
https://github.com/void-linux/void-packages/pull/41895

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

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


#### Local build testing
```

```

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gd-2.3.3-41895.patch --]
[-- Type: text/x-diff, Size: 1754 bytes --]

From 45d47864e752696dffd96079be469bb4a22c386f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Thu, 26 Jan 2023 23:04:28 +0000
Subject: [PATCH] gd: update to 2.3.3.

---
 srcpkgs/gd/template | 17 ++++++++++++-----
 1 file changed, 12 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/gd/template b/srcpkgs/gd/template
index 47285df4a802..c440657310ee 100644
--- a/srcpkgs/gd/template
+++ b/srcpkgs/gd/template
@@ -1,23 +1,29 @@
 # Template file for 'gd'
 pkgname=gd
-version=2.3.2
+version=2.3.3
 revision=1
 build_style=gnu-configure
-configure_args="--without-xpm"
 hostmakedepends="pkg-config"
 makedepends="libheif-devel libjpeg-turbo-devel libpng-devel libwebp-devel tiff-devel
- fontconfig-devel"
+ fontconfig-devel libXpm-devel"
 # There needs to be a font installed for fontconfig/basic test
 checkdepends="liberation-fonts-ttf"
 short_desc="Graphics library for the dynamic creation of images"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="custom:BSD-like"
 homepage="http://www.libgd.org/"
+changelog="https://raw.githubusercontent.com/libgd/libgd/gd-2.3.3/CHANGELOG.md"
 distfiles="https://github.com/libgd/libgd/releases/download/gd-${version}/libgd-${version}.tar.xz"
-checksum=478a047084e0d89b83616e4c2cf3c9438175fb0cc55d8c8967f06e0427f7d7fb
+checksum=3fe822ece20796060af63b7c60acb151e5844204d289da0ce08f8fdf131e5a61
+
+pre_check(){
+	# Without this some tests fail
+	# `tmpdir failed to be used or initialized (/tmp)`
+	export TMPDIR=/tmp
+}
 
 post_install() {
-	vlicense COPYING
+	vlicense COPYING LICENSE
 }
 
 gd-devel_package() {
@@ -30,6 +36,7 @@ gd-devel_package() {
 		vmove usr/lib/pkgconfig
 	}
 }
+
 gd-progs_package() {
 	depends="perl"
 	short_desc+=" - utilities"

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

* Re: [PR PATCH] [Updated] gd: update to 2.3.3.
  2023-01-26 23:10 [PR PATCH] gd: update to 2.3.3 motorto
  2023-01-26 23:25 ` [PR PATCH] [Updated] " motorto
@ 2023-01-26 23:26 ` motorto
  2023-01-27 12:06 ` motorto
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: motorto @ 2023-01-26 23:26 UTC (permalink / raw)
  To: ml

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

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

https://github.com/motorto/void-packages gd-2.3.3
https://github.com/void-linux/void-packages/pull/41895

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

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


#### Local build testing
```
SUMMARY
pkg:gd host:x86_64 target:x86_64 cross:n result:OK
pkg:gd host:x86_64 target:aarch64 cross:y result:OK
```

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gd-2.3.3-41895.patch --]
[-- Type: text/x-diff, Size: 1755 bytes --]

From ce5f552b8fa02fb348e11e3c3e751d54c4c2ee4d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Thu, 26 Jan 2023 23:04:28 +0000
Subject: [PATCH] gd: update to 2.3.3.

---
 srcpkgs/gd/template | 17 ++++++++++++-----
 1 file changed, 12 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/gd/template b/srcpkgs/gd/template
index 47285df4a802..114290d85b29 100644
--- a/srcpkgs/gd/template
+++ b/srcpkgs/gd/template
@@ -1,23 +1,29 @@
 # Template file for 'gd'
 pkgname=gd
-version=2.3.2
+version=2.3.3
 revision=1
 build_style=gnu-configure
-configure_args="--without-xpm"
 hostmakedepends="pkg-config"
 makedepends="libheif-devel libjpeg-turbo-devel libpng-devel libwebp-devel tiff-devel
- fontconfig-devel"
+ fontconfig-devel libXpm-devel"
 # There needs to be a font installed for fontconfig/basic test
 checkdepends="liberation-fonts-ttf"
 short_desc="Graphics library for the dynamic creation of images"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="custom:BSD-like"
 homepage="http://www.libgd.org/"
+changelog="https://raw.githubusercontent.com/libgd/libgd/gd-2.3.3/CHANGELOG.md"
 distfiles="https://github.com/libgd/libgd/releases/download/gd-${version}/libgd-${version}.tar.xz"
-checksum=478a047084e0d89b83616e4c2cf3c9438175fb0cc55d8c8967f06e0427f7d7fb
+checksum=3fe822ece20796060af63b7c60acb151e5844204d289da0ce08f8fdf131e5a61
+
+pre_check() {
+	# Without this some tests fail
+	# `tmpdir failed to be used or initialized (/tmp)`
+	export TMPDIR=/tmp
+}
 
 post_install() {
-	vlicense COPYING
+	vlicense COPYING LICENSE
 }
 
 gd-devel_package() {
@@ -30,6 +36,7 @@ gd-devel_package() {
 		vmove usr/lib/pkgconfig
 	}
 }
+
 gd-progs_package() {
 	depends="perl"
 	short_desc+=" - utilities"

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

* Re: [PR PATCH] [Updated] gd: update to 2.3.3.
  2023-01-26 23:10 [PR PATCH] gd: update to 2.3.3 motorto
  2023-01-26 23:25 ` [PR PATCH] [Updated] " motorto
  2023-01-26 23:26 ` motorto
@ 2023-01-27 12:06 ` motorto
  2023-02-16  3:07 ` [PR REVIEW] " classabbyamp
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: motorto @ 2023-01-27 12:06 UTC (permalink / raw)
  To: ml

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

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

https://github.com/motorto/void-packages gd-2.3.3
https://github.com/void-linux/void-packages/pull/41895

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

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


#### Local build testing
```
SUMMARY
pkg:gd host:x86_64 target:x86_64 cross:n result:OK
pkg:gd host:x86_64 target:aarch64 cross:y result:OK
```

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gd-2.3.3-41895.patch --]
[-- Type: text/x-diff, Size: 1820 bytes --]

From 074004abdf11d51bea459250ff4cf0347696adca Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Thu, 26 Jan 2023 23:04:28 +0000
Subject: [PATCH] gd: update to 2.3.3.

---
 srcpkgs/gd/template | 18 +++++++++++++-----
 1 file changed, 13 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/gd/template b/srcpkgs/gd/template
index 47285df4a802..14477adf7e47 100644
--- a/srcpkgs/gd/template
+++ b/srcpkgs/gd/template
@@ -1,23 +1,30 @@
 # Template file for 'gd'
 pkgname=gd
-version=2.3.2
+version=2.3.3
 revision=1
 build_style=gnu-configure
-configure_args="--without-xpm"
 hostmakedepends="pkg-config"
 makedepends="libheif-devel libjpeg-turbo-devel libpng-devel libwebp-devel tiff-devel
- fontconfig-devel"
+ fontconfig-devel libXpm-devel"
 # There needs to be a font installed for fontconfig/basic test
 checkdepends="liberation-fonts-ttf"
 short_desc="Graphics library for the dynamic creation of images"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="custom:BSD-like"
 homepage="http://www.libgd.org/"
+changelog="https://raw.githubusercontent.com/libgd/libgd/gd-2.3.3/CHANGELOG.md"
 distfiles="https://github.com/libgd/libgd/releases/download/gd-${version}/libgd-${version}.tar.xz"
-checksum=478a047084e0d89b83616e4c2cf3c9438175fb0cc55d8c8967f06e0427f7d7fb
+checksum=3fe822ece20796060af63b7c60acb151e5844204d289da0ce08f8fdf131e5a61
+make_check=ci-skip # https://github.com/libgd/libgd/issues/745
+
+pre_check() {
+	# Without this some tests fail
+	# `tmpdir failed to be used or initialized (/tmp)`
+	export TMPDIR=/tmp
+}
 
 post_install() {
-	vlicense COPYING
+	vlicense COPYING LICENSE
 }
 
 gd-devel_package() {
@@ -30,6 +37,7 @@ gd-devel_package() {
 		vmove usr/lib/pkgconfig
 	}
 }
+
 gd-progs_package() {
 	depends="perl"
 	short_desc+=" - utilities"

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

* Re: [PR REVIEW] gd: update to 2.3.3.
  2023-01-26 23:10 [PR PATCH] gd: update to 2.3.3 motorto
                   ` (2 preceding siblings ...)
  2023-01-27 12:06 ` motorto
@ 2023-02-16  3:07 ` classabbyamp
  2023-02-16  3:07 ` classabbyamp
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: classabbyamp @ 2023-02-16  3:07 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/41895#discussion_r1107958481

Comment:
```suggestion
changelog="https://raw.githubusercontent.com/libgd/libgd/master/CHANGELOG.md"
```

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

* Re: [PR REVIEW] gd: update to 2.3.3.
  2023-01-26 23:10 [PR PATCH] gd: update to 2.3.3 motorto
                   ` (3 preceding siblings ...)
  2023-02-16  3:07 ` [PR REVIEW] " classabbyamp
@ 2023-02-16  3:07 ` classabbyamp
  2023-04-02 17:40 ` [PR PATCH] [Updated] " motorto
  2023-04-02 19:42 ` [PR PATCH] [Merged]: " classabbyamp
  6 siblings, 0 replies; 8+ messages in thread
From: classabbyamp @ 2023-02-16  3:07 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/41895#discussion_r1107958848

Comment:
don't think we need to do this

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

* Re: [PR PATCH] [Updated] gd: update to 2.3.3.
  2023-01-26 23:10 [PR PATCH] gd: update to 2.3.3 motorto
                   ` (4 preceding siblings ...)
  2023-02-16  3:07 ` classabbyamp
@ 2023-04-02 17:40 ` motorto
  2023-04-02 19:42 ` [PR PATCH] [Merged]: " classabbyamp
  6 siblings, 0 replies; 8+ messages in thread
From: motorto @ 2023-04-02 17:40 UTC (permalink / raw)
  To: ml

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

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

https://github.com/motorto/void-packages gd-2.3.3
https://github.com/void-linux/void-packages/pull/41895

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

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


#### Local build testing
```
SUMMARY
pkg:gd host:x86_64 target:x86_64 cross:n result:OK
pkg:gd host:x86_64 target:aarch64 cross:y result:OK
```

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gd-2.3.3-41895.patch --]
[-- Type: text/x-diff, Size: 1762 bytes --]

From 2b60442ce4a7376b672bc392f2c6242cdc3c18cd Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Thu, 26 Jan 2023 23:04:28 +0000
Subject: [PATCH] gd: update to 2.3.3.

---
 srcpkgs/gd/template | 16 ++++++++++++----
 1 file changed, 12 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/gd/template b/srcpkgs/gd/template
index 47285df4a802..d6b0c5b314af 100644
--- a/srcpkgs/gd/template
+++ b/srcpkgs/gd/template
@@ -1,20 +1,27 @@
 # Template file for 'gd'
 pkgname=gd
-version=2.3.2
+version=2.3.3
 revision=1
 build_style=gnu-configure
-configure_args="--without-xpm"
 hostmakedepends="pkg-config"
 makedepends="libheif-devel libjpeg-turbo-devel libpng-devel libwebp-devel tiff-devel
- fontconfig-devel"
+ fontconfig-devel libXpm-devel"
 # There needs to be a font installed for fontconfig/basic test
 checkdepends="liberation-fonts-ttf"
 short_desc="Graphics library for the dynamic creation of images"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="custom:BSD-like"
 homepage="http://www.libgd.org/"
+changelog="https://raw.githubusercontent.com/libgd/libgd/master/CHANGELOG.md"
 distfiles="https://github.com/libgd/libgd/releases/download/gd-${version}/libgd-${version}.tar.xz"
-checksum=478a047084e0d89b83616e4c2cf3c9438175fb0cc55d8c8967f06e0427f7d7fb
+checksum=3fe822ece20796060af63b7c60acb151e5844204d289da0ce08f8fdf131e5a61
+make_check=ci-skip # https://github.com/libgd/libgd/issues/745
+
+pre_check() {
+	# Without this some tests fail
+	# `tmpdir failed to be used or initialized (/tmp)`
+	export TMPDIR=/tmp
+}
 
 post_install() {
 	vlicense COPYING
@@ -30,6 +37,7 @@ gd-devel_package() {
 		vmove usr/lib/pkgconfig
 	}
 }
+
 gd-progs_package() {
 	depends="perl"
 	short_desc+=" - utilities"

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

* Re: [PR PATCH] [Merged]: gd: update to 2.3.3.
  2023-01-26 23:10 [PR PATCH] gd: update to 2.3.3 motorto
                   ` (5 preceding siblings ...)
  2023-04-02 17:40 ` [PR PATCH] [Updated] " motorto
@ 2023-04-02 19:42 ` classabbyamp
  6 siblings, 0 replies; 8+ messages in thread
From: classabbyamp @ 2023-04-02 19:42 UTC (permalink / raw)
  To: ml

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

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

gd: update to 2.3.3.
https://github.com/void-linux/void-packages/pull/41895

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

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


#### Local build testing
```
SUMMARY
pkg:gd host:x86_64 target:x86_64 cross:n result:OK
pkg:gd host:x86_64 target:aarch64 cross:y result:OK
```

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

end of thread, other threads:[~2023-04-02 19:42 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-26 23:10 [PR PATCH] gd: update to 2.3.3 motorto
2023-01-26 23:25 ` [PR PATCH] [Updated] " motorto
2023-01-26 23:26 ` motorto
2023-01-27 12:06 ` motorto
2023-02-16  3:07 ` [PR REVIEW] " classabbyamp
2023-02-16  3:07 ` classabbyamp
2023-04-02 17:40 ` [PR PATCH] [Updated] " motorto
2023-04-02 19:42 ` [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).