Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] libgphoto2: update to 2.5.30.
@ 2022-07-27 23:50 motorto
  2022-07-28  8:14 ` [PR REVIEW] " classabbyamp
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: motorto @ 2022-07-27 23:50 UTC (permalink / raw)
  To: ml

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

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

https://github.com/motorto/void-packages libgphoto2-2.5.30
https://github.com/void-linux/void-packages/pull/38323

libgphoto2: update to 2.5.30.
#### Testing the changes
- I tested the changes in this PR: **briefly**


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-libgphoto2-2.5.30-38323.patch --]
[-- Type: text/x-diff, Size: 1156 bytes --]

From ecab9a99480f695547f8a8fe006c49ca8b33250c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Thu, 28 Jul 2022 00:48:49 +0100
Subject: [PATCH] libgphoto2: update to 2.5.30.

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

diff --git a/srcpkgs/libgphoto2/template b/srcpkgs/libgphoto2/template
index 38f5a2961a77..6336ece1a541 100644
--- a/srcpkgs/libgphoto2/template
+++ b/srcpkgs/libgphoto2/template
@@ -1,6 +1,6 @@
 # Template file for 'libgphoto2'
 pkgname=libgphoto2
-version=2.5.26
+version=2.5.30
 revision=1
 build_style=gnu-configure
 configure_args="--disable-static --disable-rpath udevscriptdir=/usr/lib/udev"
@@ -14,7 +14,7 @@ license="LGPL-2.1-or-later"
 homepage="http://www.gphoto.org"
 changelog="https://raw.githubusercontent.com/gphoto/libgphoto2/master/NEWS"
 distfiles="${SOURCEFORGE_SITE}/gphoto/${pkgname}-${version}.tar.bz2"
-checksum=7740fea3cbb78489071cdfec06c07fab528e69e27ac82734eae6a73eaeeabcd4
+checksum=ee61a1dac6ad5cf711d114e06b90a6d431961a6e7ec59f4b757a7cd77b1c0fb4
 
 if [ "$CROSS_BUILD" ]; then
 	hostmakedepends+=" libgphoto2"

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

* Re: [PR REVIEW] libgphoto2: update to 2.5.30.
  2022-07-27 23:50 [PR PATCH] libgphoto2: update to 2.5.30 motorto
@ 2022-07-28  8:14 ` classabbyamp
  2022-07-28 10:18 ` [PR PATCH] [Updated] " motorto
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: classabbyamp @ 2022-07-28  8:14 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/38323#discussion_r931915040

Comment:
```suggestion
distfiles="https://github.com/gphoto/libgphoto2/releases/download/v${version}/libgphoto2-${version}.tar.bz2"
```
seems they moved to github a while back. seems the files have the same checksum, so should be easy to switch

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

* Re: [PR PATCH] [Updated] libgphoto2: update to 2.5.30.
  2022-07-27 23:50 [PR PATCH] libgphoto2: update to 2.5.30 motorto
  2022-07-28  8:14 ` [PR REVIEW] " classabbyamp
@ 2022-07-28 10:18 ` motorto
  2022-07-28 10:18 ` [PR REVIEW] " motorto
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: motorto @ 2022-07-28 10:18 UTC (permalink / raw)
  To: ml

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

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

https://github.com/motorto/void-packages libgphoto2-2.5.30
https://github.com/void-linux/void-packages/pull/38323

libgphoto2: update to 2.5.30.
#### Testing the changes
- I tested the changes in this PR: **briefly**


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-libgphoto2-2.5.30-38323.patch --]
[-- Type: text/x-diff, Size: 1314 bytes --]

From db27d058128b8019f6af8a5de954601627f8f82f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Thu, 28 Jul 2022 00:48:49 +0100
Subject: [PATCH] libgphoto2: update to 2.5.30.

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

diff --git a/srcpkgs/libgphoto2/template b/srcpkgs/libgphoto2/template
index 38f5a2961a77..dc0a0fe60ed2 100644
--- a/srcpkgs/libgphoto2/template
+++ b/srcpkgs/libgphoto2/template
@@ -1,6 +1,6 @@
 # Template file for 'libgphoto2'
 pkgname=libgphoto2
-version=2.5.26
+version=2.5.30
 revision=1
 build_style=gnu-configure
 configure_args="--disable-static --disable-rpath udevscriptdir=/usr/lib/udev"
@@ -13,8 +13,8 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="LGPL-2.1-or-later"
 homepage="http://www.gphoto.org"
 changelog="https://raw.githubusercontent.com/gphoto/libgphoto2/master/NEWS"
-distfiles="${SOURCEFORGE_SITE}/gphoto/${pkgname}-${version}.tar.bz2"
-checksum=7740fea3cbb78489071cdfec06c07fab528e69e27ac82734eae6a73eaeeabcd4
+distfiles="https://github.com/gphoto/libgphoto2/releases/download/v${version}/libgphoto2-${version}.tar.bz2"
+checksum=ee61a1dac6ad5cf711d114e06b90a6d431961a6e7ec59f4b757a7cd77b1c0fb4
 
 if [ "$CROSS_BUILD" ]; then
 	hostmakedepends+=" libgphoto2"

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

* Re: [PR REVIEW] libgphoto2: update to 2.5.30.
  2022-07-27 23:50 [PR PATCH] libgphoto2: update to 2.5.30 motorto
  2022-07-28  8:14 ` [PR REVIEW] " classabbyamp
  2022-07-28 10:18 ` [PR PATCH] [Updated] " motorto
@ 2022-07-28 10:18 ` motorto
  2022-07-28 10:19 ` motorto
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: motorto @ 2022-07-28 10:18 UTC (permalink / raw)
  To: ml

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

New review comment by motorto on void-packages repository

https://github.com/void-linux/void-packages/pull/38323#discussion_r932040187

Comment:
Add that change, should I prioritize github when available from other hosts ?

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

* Re: [PR REVIEW] libgphoto2: update to 2.5.30.
  2022-07-27 23:50 [PR PATCH] libgphoto2: update to 2.5.30 motorto
                   ` (2 preceding siblings ...)
  2022-07-28 10:18 ` [PR REVIEW] " motorto
@ 2022-07-28 10:19 ` motorto
  2022-07-28 15:53 ` classabbyamp
  2022-07-28 16:14 ` [PR PATCH] [Merged]: " classabbyamp
  5 siblings, 0 replies; 7+ messages in thread
From: motorto @ 2022-07-28 10:19 UTC (permalink / raw)
  To: ml

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

New review comment by motorto on void-packages repository

https://github.com/void-linux/void-packages/pull/38323#discussion_r932040187

Comment:
Added that change, should I prioritize github when available from other hosts ?

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

* Re: [PR REVIEW] libgphoto2: update to 2.5.30.
  2022-07-27 23:50 [PR PATCH] libgphoto2: update to 2.5.30 motorto
                   ` (3 preceding siblings ...)
  2022-07-28 10:19 ` motorto
@ 2022-07-28 15:53 ` classabbyamp
  2022-07-28 16:14 ` [PR PATCH] [Merged]: " classabbyamp
  5 siblings, 0 replies; 7+ messages in thread
From: classabbyamp @ 2022-07-28 15:53 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/38323#discussion_r932416265

Comment:
not necessarily. in this case the upstream was clear about moving things to github

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

* Re: [PR PATCH] [Merged]: libgphoto2: update to 2.5.30.
  2022-07-27 23:50 [PR PATCH] libgphoto2: update to 2.5.30 motorto
                   ` (4 preceding siblings ...)
  2022-07-28 15:53 ` classabbyamp
@ 2022-07-28 16:14 ` classabbyamp
  5 siblings, 0 replies; 7+ messages in thread
From: classabbyamp @ 2022-07-28 16:14 UTC (permalink / raw)
  To: ml

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

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

libgphoto2: update to 2.5.30.
https://github.com/void-linux/void-packages/pull/38323

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


#### 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-07-28 16:14 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-27 23:50 [PR PATCH] libgphoto2: update to 2.5.30 motorto
2022-07-28  8:14 ` [PR REVIEW] " classabbyamp
2022-07-28 10:18 ` [PR PATCH] [Updated] " motorto
2022-07-28 10:18 ` [PR REVIEW] " motorto
2022-07-28 10:19 ` motorto
2022-07-28 15:53 ` classabbyamp
2022-07-28 16:14 ` [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).