Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] SDL2_image: update to 2.6.3.
@ 2023-03-28 13:06 motorto
  2023-03-29  5:56 ` [PR REVIEW] " classabbyamp
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: motorto @ 2023-03-28 13:06 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 570 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.3
https://github.com/void-linux/void-packages/pull/43059

SDL2_image: update to 2.6.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
- I built this PR locally for my native architecture, x86_64-glibc

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

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

From 752c238e5020ca205e88f89543e365f800eea4ad Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Tue, 28 Mar 2023 14:01:37 +0100
Subject: [PATCH] SDL2_image: update to 2.6.3.

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

diff --git a/srcpkgs/SDL2_image/template b/srcpkgs/SDL2_image/template
index cefcff0b4c2f..853eef6a69da 100644
--- a/srcpkgs/SDL2_image/template
+++ b/srcpkgs/SDL2_image/template
@@ -1,20 +1,18 @@
 # Template file for 'SDL2_image'
 pkgname=SDL2_image
-version=2.6.2
+version=2.6.3
 revision=1
-build_style=gnu-configure
-configure_args="--disable-static --disable-jpg-shared --disable-png-shared
- --disable-stb-image --disable-tif-shared --disable-jxl-shared
- --disable-webp-shared"
+build_style=cmake
 hostmakedepends="pkg-config"
-makedepends="libpng-devel tiff-devel SDL2-devel libwebp-devel"
+makedepends="SDL2-devel libjpeg-turbo-devel libpng-devel libwebp-devel
+ tiff-devel zlib-devel"
 short_desc="Load images as SDL surfaces (SDL 2.x)"
 maintainer="André Cerqueira <acerqueira021@gmail.com>"
 license="Zlib"
 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=48355fb4d8d00bac639cd1c4f4a7661c4afef2c212af60b340e06b7059814777
+checksum=931c9be5bf1d7c8fae9b7dc157828b7eee874e23c7f24b44ba7eff6b4836312c
 
 post_install() {
 	vlicense LICENSE.txt LICENSE

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

* Re: [PR REVIEW] SDL2_image: update to 2.6.3.
  2023-03-28 13:06 [PR PATCH] SDL2_image: update to 2.6.3 motorto
@ 2023-03-29  5:56 ` classabbyamp
  2023-03-29  5:56 ` classabbyamp
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2023-03-29  5:56 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/43059#discussion_r1151426338

Comment:
```suggestion
distfiles="http://www.libsdl.org/projects/SDL_image/release/SDL2_image-${version}.tar.gz"
```

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

* Re: [PR REVIEW] SDL2_image: update to 2.6.3.
  2023-03-28 13:06 [PR PATCH] SDL2_image: update to 2.6.3 motorto
  2023-03-29  5:56 ` [PR REVIEW] " classabbyamp
@ 2023-03-29  5:56 ` classabbyamp
  2023-03-29 10:39 ` [PR PATCH] [Updated] " motorto
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2023-03-29  5:56 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/43059#discussion_r1151426210

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

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

* Re: [PR PATCH] [Updated] SDL2_image: update to 2.6.3.
  2023-03-28 13:06 [PR PATCH] SDL2_image: update to 2.6.3 motorto
  2023-03-29  5:56 ` [PR REVIEW] " classabbyamp
  2023-03-29  5:56 ` classabbyamp
@ 2023-03-29 10:39 ` motorto
  2023-03-29 10:39 ` motorto
  2023-03-29 14:37 ` [PR PATCH] [Merged]: " abenson
  4 siblings, 0 replies; 6+ messages in thread
From: motorto @ 2023-03-29 10:39 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 575 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.3
https://github.com/void-linux/void-packages/pull/43059

SDL2_image: update to 2.6.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
- I built this PR locally for my native architecture, x86_64-glibc

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

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

From 37016185729c65a34eba8727164e25166c3f760a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Tue, 28 Mar 2023 14:01:37 +0100
Subject: [PATCH] SDL2_image: update to 2.6.3.

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

diff --git a/srcpkgs/SDL2_image/template b/srcpkgs/SDL2_image/template
index cefcff0b4c2f..0bd3305d0f90 100644
--- a/srcpkgs/SDL2_image/template
+++ b/srcpkgs/SDL2_image/template
@@ -1,20 +1,18 @@
 # Template file for 'SDL2_image'
 pkgname=SDL2_image
-version=2.6.2
+version=2.6.3
 revision=1
-build_style=gnu-configure
-configure_args="--disable-static --disable-jpg-shared --disable-png-shared
- --disable-stb-image --disable-tif-shared --disable-jxl-shared
- --disable-webp-shared"
+build_style=cmake
 hostmakedepends="pkg-config"
-makedepends="libpng-devel tiff-devel SDL2-devel libwebp-devel"
+makedepends="SDL2-devel libjpeg-turbo-devel libpng-devel libwebp-devel
+ tiff-devel zlib-devel"
 short_desc="Load images as SDL surfaces (SDL 2.x)"
 maintainer="André Cerqueira <acerqueira021@gmail.com>"
 license="Zlib"
 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=48355fb4d8d00bac639cd1c4f4a7661c4afef2c212af60b340e06b7059814777
+changelog="https://raw.githubusercontent.com/libsdl-org/SDL_image/SDL2/CHANGES.txt"
+distfiles="http://www.libsdl.org/projects/SDL_image/release/SDL2_image-${version}.tar.gz"
+checksum=931c9be5bf1d7c8fae9b7dc157828b7eee874e23c7f24b44ba7eff6b4836312c
 
 post_install() {
 	vlicense LICENSE.txt LICENSE

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

* Re: SDL2_image: update to 2.6.3.
  2023-03-28 13:06 [PR PATCH] SDL2_image: update to 2.6.3 motorto
                   ` (2 preceding siblings ...)
  2023-03-29 10:39 ` [PR PATCH] [Updated] " motorto
@ 2023-03-29 10:39 ` motorto
  2023-03-29 14:37 ` [PR PATCH] [Merged]: " abenson
  4 siblings, 0 replies; 6+ messages in thread
From: motorto @ 2023-03-29 10:39 UTC (permalink / raw)
  To: ml

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

New comment by motorto on void-packages repository

https://github.com/void-linux/void-packages/pull/43059#issuecomment-1488355418

Comment:
@classabbyamp : added the changes you proposed on the review

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

* Re: [PR PATCH] [Merged]: SDL2_image: update to 2.6.3.
  2023-03-28 13:06 [PR PATCH] SDL2_image: update to 2.6.3 motorto
                   ` (3 preceding siblings ...)
  2023-03-29 10:39 ` motorto
@ 2023-03-29 14:37 ` abenson
  4 siblings, 0 replies; 6+ messages in thread
From: abenson @ 2023-03-29 14:37 UTC (permalink / raw)
  To: ml

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

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

SDL2_image: update to 2.6.3.
https://github.com/void-linux/void-packages/pull/43059

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

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

end of thread, other threads:[~2023-03-29 14:37 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-28 13:06 [PR PATCH] SDL2_image: update to 2.6.3 motorto
2023-03-29  5:56 ` [PR REVIEW] " classabbyamp
2023-03-29  5:56 ` classabbyamp
2023-03-29 10:39 ` [PR PATCH] [Updated] " motorto
2023-03-29 10:39 ` motorto
2023-03-29 14:37 ` [PR PATCH] [Merged]: " abenson

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