Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] libjpeg-turbo: update to 2.1.2.
@ 2022-02-06  2:04 josegpt
  2022-02-20 21:40 ` [PR REVIEW] " paper42
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: josegpt @ 2022-02-06  2:04 UTC (permalink / raw)
  To: ml

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

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

https://github.com/josegpt/void-packages libjpeg-turbo
https://github.com/void-linux/void-packages/pull/35430

libjpeg-turbo: update to 2.1.2.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### 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/35430.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-libjpeg-turbo-35430.patch --]
[-- Type: text/x-diff, Size: 1098 bytes --]

From a54587945e2124c57613aaa05446afcbfa95457e Mon Sep 17 00:00:00 2001
From: Jose G Perez Taveras <josegpt27@gmail.com>
Date: Sat, 5 Feb 2022 21:03:08 -0500
Subject: [PATCH] libjpeg-turbo: update to 2.1.2.

---
 srcpkgs/libjpeg-turbo/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/libjpeg-turbo/template b/srcpkgs/libjpeg-turbo/template
index 916818e67d55..84a3b4ebeda2 100644
--- a/srcpkgs/libjpeg-turbo/template
+++ b/srcpkgs/libjpeg-turbo/template
@@ -1,6 +1,6 @@
 # Template file for 'libjpeg-turbo'
 pkgname=libjpeg-turbo
-version=2.1.1
+version=2.1.2
 revision=1
 build_style=cmake
 configure_args="-DWITH_JPEG8=1 -DCMAKE_INSTALL_LIBDIR=/usr/lib"
@@ -10,7 +10,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="IJG, BSD-3-Clause, Zlib"
 homepage="https://libjpeg-turbo.org/"
 distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
-checksum=b76aaedefb71ba882cbad4e9275b30c2ae493e3195be0a099425b5c6b99bd510
+checksum=09b96cb8cbff9ea556a9c2d173485fd19488844d55276ed4f42240e1e2073ce5
 
 provides="jpeg-8_1"
 replaces="jpeg>=0"

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

* Re: [PR REVIEW] libjpeg-turbo: update to 2.1.2.
  2022-02-06  2:04 [PR PATCH] libjpeg-turbo: update to 2.1.2 josegpt
@ 2022-02-20 21:40 ` paper42
  2022-02-20 22:50 ` [PR PATCH] [Updated] " josegpt
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: paper42 @ 2022-02-20 21:40 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/35430#discussion_r810688389

Comment:
```suggestion
homepage="https://libjpeg-turbo.org/"
changelog="https://raw.githubusercontent.com/libjpeg-turbo/libjpeg-turbo/main/ChangeLog.md"
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
```

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

* Re: [PR PATCH] [Updated] libjpeg-turbo: update to 2.1.2.
  2022-02-06  2:04 [PR PATCH] libjpeg-turbo: update to 2.1.2 josegpt
  2022-02-20 21:40 ` [PR REVIEW] " paper42
@ 2022-02-20 22:50 ` josegpt
  2022-02-20 22:50 ` josegpt
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: josegpt @ 2022-02-20 22:50 UTC (permalink / raw)
  To: ml

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

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

https://github.com/josegpt/void-packages libjpeg-turbo
https://github.com/void-linux/void-packages/pull/35430

libjpeg-turbo: update to 2.1.2.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### 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/35430.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-libjpeg-turbo-35430.patch --]
[-- Type: text/x-diff, Size: 2007 bytes --]

From a54587945e2124c57613aaa05446afcbfa95457e Mon Sep 17 00:00:00 2001
From: Jose G Perez Taveras <josegpt27@gmail.com>
Date: Sat, 5 Feb 2022 21:03:08 -0500
Subject: [PATCH 1/2] libjpeg-turbo: update to 2.1.2.

---
 srcpkgs/libjpeg-turbo/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/libjpeg-turbo/template b/srcpkgs/libjpeg-turbo/template
index 916818e67d55..84a3b4ebeda2 100644
--- a/srcpkgs/libjpeg-turbo/template
+++ b/srcpkgs/libjpeg-turbo/template
@@ -1,6 +1,6 @@
 # Template file for 'libjpeg-turbo'
 pkgname=libjpeg-turbo
-version=2.1.1
+version=2.1.2
 revision=1
 build_style=cmake
 configure_args="-DWITH_JPEG8=1 -DCMAKE_INSTALL_LIBDIR=/usr/lib"
@@ -10,7 +10,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="IJG, BSD-3-Clause, Zlib"
 homepage="https://libjpeg-turbo.org/"
 distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
-checksum=b76aaedefb71ba882cbad4e9275b30c2ae493e3195be0a099425b5c6b99bd510
+checksum=09b96cb8cbff9ea556a9c2d173485fd19488844d55276ed4f42240e1e2073ce5
 
 provides="jpeg-8_1"
 replaces="jpeg>=0"

From e7242cea329b06b82d8bc0ec5b7bfe9ea3e4cc62 Mon Sep 17 00:00:00 2001
From: Jose G Perez Taveras <josegpt27@gmail.com>
Date: Sun, 20 Feb 2022 17:49:38 -0500
Subject: [PATCH 2/2] add change log

---
 srcpkgs/libjpeg-turbo/template | 1 +
 1 file changed, 1 insertion(+)

diff --git a/srcpkgs/libjpeg-turbo/template b/srcpkgs/libjpeg-turbo/template
index 84a3b4ebeda2..935b5088f210 100644
--- a/srcpkgs/libjpeg-turbo/template
+++ b/srcpkgs/libjpeg-turbo/template
@@ -9,6 +9,7 @@ short_desc="Derivative of libjpeg which uses SIMD instructions"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="IJG, BSD-3-Clause, Zlib"
 homepage="https://libjpeg-turbo.org/"
+changelog="https://raw.githubusercontent.com/libjpeg-turbo/libjpeg-turbo/main/ChangeLog.md"
 distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
 checksum=09b96cb8cbff9ea556a9c2d173485fd19488844d55276ed4f42240e1e2073ce5
 

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

* Re: [PR PATCH] [Updated] libjpeg-turbo: update to 2.1.2.
  2022-02-06  2:04 [PR PATCH] libjpeg-turbo: update to 2.1.2 josegpt
  2022-02-20 21:40 ` [PR REVIEW] " paper42
  2022-02-20 22:50 ` [PR PATCH] [Updated] " josegpt
@ 2022-02-20 22:50 ` josegpt
  2022-02-20 22:52 ` josegpt
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: josegpt @ 2022-02-20 22:50 UTC (permalink / raw)
  To: ml

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

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

https://github.com/josegpt/void-packages libjpeg-turbo
https://github.com/void-linux/void-packages/pull/35430

libjpeg-turbo: update to 2.1.2.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### 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/35430.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-libjpeg-turbo-35430.patch --]
[-- Type: text/x-diff, Size: 1255 bytes --]

From 262e52b88e1b1e5a005b23ba98559e40cf6d09f1 Mon Sep 17 00:00:00 2001
From: Jose G Perez Taveras <josegpt27@gmail.com>
Date: Sat, 5 Feb 2022 21:03:08 -0500
Subject: [PATCH] libjpeg-turbo: update to 2.1.2.

---
 srcpkgs/libjpeg-turbo/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/libjpeg-turbo/template b/srcpkgs/libjpeg-turbo/template
index 916818e67d55..935b5088f210 100644
--- a/srcpkgs/libjpeg-turbo/template
+++ b/srcpkgs/libjpeg-turbo/template
@@ -1,6 +1,6 @@
 # Template file for 'libjpeg-turbo'
 pkgname=libjpeg-turbo
-version=2.1.1
+version=2.1.2
 revision=1
 build_style=cmake
 configure_args="-DWITH_JPEG8=1 -DCMAKE_INSTALL_LIBDIR=/usr/lib"
@@ -9,8 +9,9 @@ short_desc="Derivative of libjpeg which uses SIMD instructions"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="IJG, BSD-3-Clause, Zlib"
 homepage="https://libjpeg-turbo.org/"
+changelog="https://raw.githubusercontent.com/libjpeg-turbo/libjpeg-turbo/main/ChangeLog.md"
 distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
-checksum=b76aaedefb71ba882cbad4e9275b30c2ae493e3195be0a099425b5c6b99bd510
+checksum=09b96cb8cbff9ea556a9c2d173485fd19488844d55276ed4f42240e1e2073ce5
 
 provides="jpeg-8_1"
 replaces="jpeg>=0"

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

* Re: [PR PATCH] [Updated] libjpeg-turbo: update to 2.1.2.
  2022-02-06  2:04 [PR PATCH] libjpeg-turbo: update to 2.1.2 josegpt
                   ` (2 preceding siblings ...)
  2022-02-20 22:50 ` josegpt
@ 2022-02-20 22:52 ` josegpt
  2022-02-20 22:54 ` [PR REVIEW] " josegpt
  2022-02-23 22:44 ` [PR PATCH] [Merged]: " paper42
  5 siblings, 0 replies; 7+ messages in thread
From: josegpt @ 2022-02-20 22:52 UTC (permalink / raw)
  To: ml

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

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

https://github.com/josegpt/void-packages libjpeg-turbo
https://github.com/void-linux/void-packages/pull/35430

libjpeg-turbo: update to 2.1.2.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### 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/35430.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-libjpeg-turbo-35430.patch --]
[-- Type: text/x-diff, Size: 1255 bytes --]

From 4369127be74bdb5b033996070fb4226d2cec8f80 Mon Sep 17 00:00:00 2001
From: Jose G Perez Taveras <josegpt27@gmail.com>
Date: Sat, 5 Feb 2022 21:03:08 -0500
Subject: [PATCH] libjpeg-turbo: update to 2.1.2.

---
 srcpkgs/libjpeg-turbo/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/libjpeg-turbo/template b/srcpkgs/libjpeg-turbo/template
index 916818e67d55..935b5088f210 100644
--- a/srcpkgs/libjpeg-turbo/template
+++ b/srcpkgs/libjpeg-turbo/template
@@ -1,6 +1,6 @@
 # Template file for 'libjpeg-turbo'
 pkgname=libjpeg-turbo
-version=2.1.1
+version=2.1.2
 revision=1
 build_style=cmake
 configure_args="-DWITH_JPEG8=1 -DCMAKE_INSTALL_LIBDIR=/usr/lib"
@@ -9,8 +9,9 @@ short_desc="Derivative of libjpeg which uses SIMD instructions"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="IJG, BSD-3-Clause, Zlib"
 homepage="https://libjpeg-turbo.org/"
+changelog="https://raw.githubusercontent.com/libjpeg-turbo/libjpeg-turbo/main/ChangeLog.md"
 distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
-checksum=b76aaedefb71ba882cbad4e9275b30c2ae493e3195be0a099425b5c6b99bd510
+checksum=09b96cb8cbff9ea556a9c2d173485fd19488844d55276ed4f42240e1e2073ce5
 
 provides="jpeg-8_1"
 replaces="jpeg>=0"

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

* Re: [PR REVIEW] libjpeg-turbo: update to 2.1.2.
  2022-02-06  2:04 [PR PATCH] libjpeg-turbo: update to 2.1.2 josegpt
                   ` (3 preceding siblings ...)
  2022-02-20 22:52 ` josegpt
@ 2022-02-20 22:54 ` josegpt
  2022-02-23 22:44 ` [PR PATCH] [Merged]: " paper42
  5 siblings, 0 replies; 7+ messages in thread
From: josegpt @ 2022-02-20 22:54 UTC (permalink / raw)
  To: ml

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

New review comment by josegpt on void-packages repository

https://github.com/void-linux/void-packages/pull/35430#discussion_r810697771

Comment:
I applied the suggested changes and force-pushed it.

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

* Re: [PR PATCH] [Merged]: libjpeg-turbo: update to 2.1.2.
  2022-02-06  2:04 [PR PATCH] libjpeg-turbo: update to 2.1.2 josegpt
                   ` (4 preceding siblings ...)
  2022-02-20 22:54 ` [PR REVIEW] " josegpt
@ 2022-02-23 22:44 ` paper42
  5 siblings, 0 replies; 7+ messages in thread
From: paper42 @ 2022-02-23 22:44 UTC (permalink / raw)
  To: ml

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

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

libjpeg-turbo: update to 2.1.2.
https://github.com/void-linux/void-packages/pull/35430

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

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

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)



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

end of thread, other threads:[~2022-02-23 22:44 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-06  2:04 [PR PATCH] libjpeg-turbo: update to 2.1.2 josegpt
2022-02-20 21:40 ` [PR REVIEW] " paper42
2022-02-20 22:50 ` [PR PATCH] [Updated] " josegpt
2022-02-20 22:50 ` josegpt
2022-02-20 22:52 ` josegpt
2022-02-20 22:54 ` [PR REVIEW] " josegpt
2022-02-23 22: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).