Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] SDL2_image: update to 2.6.2; adopt.
@ 2022-09-18 12:29 motorto
  2022-09-22  7:22 ` [PR REVIEW] " classabbyamp
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: motorto @ 2022-09-18 12:29 UTC (permalink / raw)
  To: ml

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

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

https://github.com/motorto/void-packages SDL2_image-2.6.2
https://github.com/void-linux/void-packages/pull/39342

SDL2_image: update to 2.6.2; adopt.
<!-- 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:
  - armv6l (crossbuild)



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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-SDL2_image-2.6.2-39342.patch --]
[-- Type: text/x-diff, Size: 1630 bytes --]

From eae0270c83cf765c1d70c884ec33d33db062d71b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Sun, 18 Sep 2022 13:28:34 +0100
Subject: [PATCH] SDL2_image: update to 2.6.2; adopt.

---
 srcpkgs/SDL2_image/template | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/SDL2_image/template b/srcpkgs/SDL2_image/template
index 07885314de48..2f0f1c0a1770 100644
--- a/srcpkgs/SDL2_image/template
+++ b/srcpkgs/SDL2_image/template
@@ -1,21 +1,22 @@
 # Template file for 'SDL2_image'
 pkgname=SDL2_image
-version=2.0.5
-revision=2
+version=2.6.2
+revision=1
 build_style=gnu-configure
-configure_args="--disable-static --disable-jpg-shared
- --disable-png-shared --disable-webp-shared --disable-tif-shared"
+configure_args="--disable-static --disable-jpg-shared --disable-png-shared
+ --disable-stb-image --disable-tif-shared --disable-jxl-shared
+ --disable-webp-shared"
 hostmakedepends="pkg-config"
 makedepends="libpng-devel tiff-devel SDL2-devel libwebp-devel"
 short_desc="Load images as SDL surfaces (SDL 2.x)"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="André Cerqueira <acerqueira021@gmail.com>"
 license="Zlib"
 homepage="http://www.libsdl.org/projects/SDL_image/"
 distfiles="http://www.libsdl.org/projects/SDL_image/release/${pkgname}-${version}.tar.gz"
-checksum=bdd5f6e026682f7d7e1be0b6051b209da2f402a2dd8bd1c4bd9c25ad263108d0
+checksum=48355fb4d8d00bac639cd1c4f4a7661c4afef2c212af60b340e06b7059814777
 
 post_install() {
-	vlicense COPYING.txt COPYING
+	vlicense LICENSE.txt LICENSE
 }
 
 SDL2_image-devel_package() {

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

* Re: [PR REVIEW] SDL2_image: update to 2.6.2; adopt.
  2022-09-18 12:29 [PR PATCH] SDL2_image: update to 2.6.2; adopt motorto
@ 2022-09-22  7:22 ` classabbyamp
  2022-09-22 12:56 ` [PR PATCH] [Updated] " motorto
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: classabbyamp @ 2022-09-22  7:22 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/39342#discussion_r977290256

Comment:
```suggestion
homepage="https://github.com/libsdl-org/SDL_image"
changelog="https://raw.githubusercontent.com/libsdl-org/SDL_image/main/CHANGES.txt"
```

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

* Re: [PR PATCH] [Updated] SDL2_image: update to 2.6.2; adopt.
  2022-09-18 12:29 [PR PATCH] SDL2_image: update to 2.6.2; adopt motorto
  2022-09-22  7:22 ` [PR REVIEW] " classabbyamp
@ 2022-09-22 12:56 ` motorto
  2022-09-22 12:57 ` [PR REVIEW] " motorto
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: motorto @ 2022-09-22 12:56 UTC (permalink / raw)
  To: ml

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

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

https://github.com/motorto/void-packages SDL2_image-2.6.2
https://github.com/void-linux/void-packages/pull/39342

SDL2_image: update to 2.6.2; adopt.
<!-- 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:
  - armv6l (crossbuild)



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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-SDL2_image-2.6.2-39342.patch --]
[-- Type: text/x-diff, Size: 1771 bytes --]

From cfcae95c012b1a57addf9f6f72a34eb187a69dc6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Sun, 18 Sep 2022 13:28:34 +0100
Subject: [PATCH] SDL2_image: update to 2.6.2; adopt.

---
 srcpkgs/SDL2_image/template | 18 ++++++++++--------
 1 file changed, 10 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/SDL2_image/template b/srcpkgs/SDL2_image/template
index 07885314de48..cefcff0b4c2f 100644
--- a/srcpkgs/SDL2_image/template
+++ b/srcpkgs/SDL2_image/template
@@ -1,21 +1,23 @@
 # Template file for 'SDL2_image'
 pkgname=SDL2_image
-version=2.0.5
-revision=2
+version=2.6.2
+revision=1
 build_style=gnu-configure
-configure_args="--disable-static --disable-jpg-shared
- --disable-png-shared --disable-webp-shared --disable-tif-shared"
+configure_args="--disable-static --disable-jpg-shared --disable-png-shared
+ --disable-stb-image --disable-tif-shared --disable-jxl-shared
+ --disable-webp-shared"
 hostmakedepends="pkg-config"
 makedepends="libpng-devel tiff-devel SDL2-devel libwebp-devel"
 short_desc="Load images as SDL surfaces (SDL 2.x)"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="André Cerqueira <acerqueira021@gmail.com>"
 license="Zlib"
-homepage="http://www.libsdl.org/projects/SDL_image/"
+homepage="https://github.com/libsdl-org/SDL_image"
+changelog="https://raw.githubusercontent.com/libsdl-org/SDL_image/main/CHANGES.txt"
 distfiles="http://www.libsdl.org/projects/SDL_image/release/${pkgname}-${version}.tar.gz"
-checksum=bdd5f6e026682f7d7e1be0b6051b209da2f402a2dd8bd1c4bd9c25ad263108d0
+checksum=48355fb4d8d00bac639cd1c4f4a7661c4afef2c212af60b340e06b7059814777
 
 post_install() {
-	vlicense COPYING.txt COPYING
+	vlicense LICENSE.txt LICENSE
 }
 
 SDL2_image-devel_package() {

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

* Re: [PR REVIEW] SDL2_image: update to 2.6.2; adopt.
  2022-09-18 12:29 [PR PATCH] SDL2_image: update to 2.6.2; adopt motorto
  2022-09-22  7:22 ` [PR REVIEW] " classabbyamp
  2022-09-22 12:56 ` [PR PATCH] [Updated] " motorto
@ 2022-09-22 12:57 ` motorto
  2022-09-22 13:00 ` [PR PATCH] [Updated] " motorto
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: motorto @ 2022-09-22 12:57 UTC (permalink / raw)
  To: ml

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

New review comment by motorto on void-packages repository

https://github.com/void-linux/void-packages/pull/39342#discussion_r977623181

Comment:
Thanks for the changelog, wasnt aware of that one !!! 

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

* Re: [PR PATCH] [Updated] SDL2_image: update to 2.6.2; adopt.
  2022-09-18 12:29 [PR PATCH] SDL2_image: update to 2.6.2; adopt motorto
                   ` (2 preceding siblings ...)
  2022-09-22 12:57 ` [PR REVIEW] " motorto
@ 2022-09-22 13:00 ` motorto
  2022-10-02 19:48 ` motorto
  2022-10-03 14:32 ` [PR PATCH] [Merged]: " classabbyamp
  5 siblings, 0 replies; 7+ messages in thread
From: motorto @ 2022-09-22 13:00 UTC (permalink / raw)
  To: ml

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

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

https://github.com/motorto/void-packages SDL2_image-2.6.2
https://github.com/void-linux/void-packages/pull/39342

SDL2_image: update to 2.6.2; adopt.
<!-- 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:
  - armv6l (crossbuild)



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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-SDL2_image-2.6.2-39342.patch --]
[-- Type: text/x-diff, Size: 1771 bytes --]

From e3566175d47021e65c06ceb99afde85fbd1903e8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Sun, 18 Sep 2022 13:28:34 +0100
Subject: [PATCH] SDL2_image: update to 2.6.2; adopt.

---
 srcpkgs/SDL2_image/template | 18 ++++++++++--------
 1 file changed, 10 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/SDL2_image/template b/srcpkgs/SDL2_image/template
index 07885314de48..cefcff0b4c2f 100644
--- a/srcpkgs/SDL2_image/template
+++ b/srcpkgs/SDL2_image/template
@@ -1,21 +1,23 @@
 # Template file for 'SDL2_image'
 pkgname=SDL2_image
-version=2.0.5
-revision=2
+version=2.6.2
+revision=1
 build_style=gnu-configure
-configure_args="--disable-static --disable-jpg-shared
- --disable-png-shared --disable-webp-shared --disable-tif-shared"
+configure_args="--disable-static --disable-jpg-shared --disable-png-shared
+ --disable-stb-image --disable-tif-shared --disable-jxl-shared
+ --disable-webp-shared"
 hostmakedepends="pkg-config"
 makedepends="libpng-devel tiff-devel SDL2-devel libwebp-devel"
 short_desc="Load images as SDL surfaces (SDL 2.x)"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="André Cerqueira <acerqueira021@gmail.com>"
 license="Zlib"
-homepage="http://www.libsdl.org/projects/SDL_image/"
+homepage="https://github.com/libsdl-org/SDL_image"
+changelog="https://raw.githubusercontent.com/libsdl-org/SDL_image/main/CHANGES.txt"
 distfiles="http://www.libsdl.org/projects/SDL_image/release/${pkgname}-${version}.tar.gz"
-checksum=bdd5f6e026682f7d7e1be0b6051b209da2f402a2dd8bd1c4bd9c25ad263108d0
+checksum=48355fb4d8d00bac639cd1c4f4a7661c4afef2c212af60b340e06b7059814777
 
 post_install() {
-	vlicense COPYING.txt COPYING
+	vlicense LICENSE.txt LICENSE
 }
 
 SDL2_image-devel_package() {

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

* Re: [PR PATCH] [Updated] SDL2_image: update to 2.6.2; adopt.
  2022-09-18 12:29 [PR PATCH] SDL2_image: update to 2.6.2; adopt motorto
                   ` (3 preceding siblings ...)
  2022-09-22 13:00 ` [PR PATCH] [Updated] " motorto
@ 2022-10-02 19:48 ` motorto
  2022-10-03 14:32 ` [PR PATCH] [Merged]: " classabbyamp
  5 siblings, 0 replies; 7+ messages in thread
From: motorto @ 2022-10-02 19:48 UTC (permalink / raw)
  To: ml

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

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

https://github.com/motorto/void-packages SDL2_image-2.6.2
https://github.com/void-linux/void-packages/pull/39342

SDL2_image: update to 2.6.2; adopt.
<!-- 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:
  - armv6l (crossbuild)



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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-SDL2_image-2.6.2-39342.patch --]
[-- Type: text/x-diff, Size: 1771 bytes --]

From 01316d7f8500a406beed58ee68d804d5668c4611 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Sun, 18 Sep 2022 13:28:34 +0100
Subject: [PATCH] SDL2_image: update to 2.6.2; adopt.

---
 srcpkgs/SDL2_image/template | 18 ++++++++++--------
 1 file changed, 10 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/SDL2_image/template b/srcpkgs/SDL2_image/template
index 07885314de48..cefcff0b4c2f 100644
--- a/srcpkgs/SDL2_image/template
+++ b/srcpkgs/SDL2_image/template
@@ -1,21 +1,23 @@
 # Template file for 'SDL2_image'
 pkgname=SDL2_image
-version=2.0.5
-revision=2
+version=2.6.2
+revision=1
 build_style=gnu-configure
-configure_args="--disable-static --disable-jpg-shared
- --disable-png-shared --disable-webp-shared --disable-tif-shared"
+configure_args="--disable-static --disable-jpg-shared --disable-png-shared
+ --disable-stb-image --disable-tif-shared --disable-jxl-shared
+ --disable-webp-shared"
 hostmakedepends="pkg-config"
 makedepends="libpng-devel tiff-devel SDL2-devel libwebp-devel"
 short_desc="Load images as SDL surfaces (SDL 2.x)"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="André Cerqueira <acerqueira021@gmail.com>"
 license="Zlib"
-homepage="http://www.libsdl.org/projects/SDL_image/"
+homepage="https://github.com/libsdl-org/SDL_image"
+changelog="https://raw.githubusercontent.com/libsdl-org/SDL_image/main/CHANGES.txt"
 distfiles="http://www.libsdl.org/projects/SDL_image/release/${pkgname}-${version}.tar.gz"
-checksum=bdd5f6e026682f7d7e1be0b6051b209da2f402a2dd8bd1c4bd9c25ad263108d0
+checksum=48355fb4d8d00bac639cd1c4f4a7661c4afef2c212af60b340e06b7059814777
 
 post_install() {
-	vlicense COPYING.txt COPYING
+	vlicense LICENSE.txt LICENSE
 }
 
 SDL2_image-devel_package() {

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

* Re: [PR PATCH] [Merged]: SDL2_image: update to 2.6.2; adopt.
  2022-09-18 12:29 [PR PATCH] SDL2_image: update to 2.6.2; adopt motorto
                   ` (4 preceding siblings ...)
  2022-10-02 19:48 ` motorto
@ 2022-10-03 14:32 ` classabbyamp
  5 siblings, 0 replies; 7+ messages in thread
From: classabbyamp @ 2022-10-03 14:32 UTC (permalink / raw)
  To: ml

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

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

SDL2_image: update to 2.6.2; adopt.
https://github.com/void-linux/void-packages/pull/39342

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:
  - armv6l (crossbuild)



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

end of thread, other threads:[~2022-10-03 14:32 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-18 12:29 [PR PATCH] SDL2_image: update to 2.6.2; adopt motorto
2022-09-22  7:22 ` [PR REVIEW] " classabbyamp
2022-09-22 12:56 ` [PR PATCH] [Updated] " motorto
2022-09-22 12:57 ` [PR REVIEW] " motorto
2022-09-22 13:00 ` [PR PATCH] [Updated] " motorto
2022-10-02 19:48 ` motorto
2022-10-03 14:32 ` [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).