Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] lensfun: update to 0.3.3.
@ 2022-03-25 19:59 Vagabond
  2022-03-25 20:02 ` [PR REVIEW] " tibequadorian
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Vagabond @ 2022-03-25 19:59 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Vagabond/void-packages adt/update-lensfun
https://github.com/void-linux/void-packages/pull/36343

lensfun: update to 0.3.3.
#### Testing the changes
- I tested the changes in this PR: YES I tested by installing the new lensfun and checking the new lenses were available in darktable.

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


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-adt/update-lensfun-36343.patch --]
[-- Type: text/x-diff, Size: 1885 bytes --]

From f1650ef5a7f66a2c0c8518d052f0a9f4e24f842f Mon Sep 17 00:00:00 2001
From: Andrew Thompson <andrew@hijacked.us>
Date: Fri, 25 Mar 2022 12:53:43 -0700
Subject: [PATCH] lensfun: update to 0.3.3.

---
 common/shlibs            |  2 +-
 srcpkgs/lensfun/template | 10 +++++-----
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index 2d8a8b8b0df3..f1ef90c17789 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1686,7 +1686,7 @@ libIlmImfUtil-2_4.so.24 libopenexr-2.4.0_1
 libGraphicsMagick.so.3 libgraphicsmagick-1.3.19_1
 libGraphicsMagick++.so.12 libgraphicsmagick-1.3.22_1
 libGraphicsMagickWand.so.2 libgraphicsmagick-1.3.19_1
-liblensfun.so.1 lensfun-0.3.2_1
+liblensfun.so.1 lensfun-0.3.3_1
 libmitlm.so.1 mitlm-0.4.2_1
 libextractor.so.3 libextractor-1.1_1
 libextractor_common.so.1 libextractor-1.1_1
diff --git a/srcpkgs/lensfun/template b/srcpkgs/lensfun/template
index d41a14922621..f60c131377cf 100644
--- a/srcpkgs/lensfun/template
+++ b/srcpkgs/lensfun/template
@@ -1,17 +1,17 @@
 # Template file for 'lensfun'
 pkgname=lensfun
-version=0.3.2
-revision=2
+version=0.3.3
+revision=1
 build_style=cmake
 configure_args="-DINSTALL_HELPER_SCRIPTS=0"
 maintainer="Orphaned <orphan@voidlinux.org>"
-homepage="http://lensfun.sourceforge.net/"
+homepage="https://lensfun.github.io/"
 license="LGPL-3, CC-BY-SA-3.0"
 short_desc="Library for rectifying and simulating photographic lens distortions"
 hostmakedepends="pkg-config python"
 makedepends="libglib-devel"
-distfiles="${SOURCEFORGE_SITE}/${pkgname}/${version}/${pkgname}-${version}.tar.gz"
-checksum=ae8bcad46614ca47f5bda65b00af4a257a9564a61725df9c74cb260da544d331
+distfiles="https://github.com/lensfun/lensfun/archive/refs/tags/v${version}.tar.gz"
+checksum=57ba5a0377f24948972339e18be946af12eda22b7c707eb0ddd26586370f6765
 
 case "$XBPS_TARGET_MACHINE" in
 	i686*|x86_64*);;

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

* Re: [PR REVIEW] lensfun: update to 0.3.3.
  2022-03-25 19:59 [PR PATCH] lensfun: update to 0.3.3 Vagabond
@ 2022-03-25 20:02 ` tibequadorian
  2022-03-25 22:21 ` Vagabond
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: tibequadorian @ 2022-03-25 20:02 UTC (permalink / raw)
  To: ml

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

New review comment by tibequadorian on void-packages repository

https://github.com/void-linux/void-packages/pull/36343#discussion_r835575730

Comment:
Don't do this if the soname doesn't change

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

* Re: [PR REVIEW] lensfun: update to 0.3.3.
  2022-03-25 19:59 [PR PATCH] lensfun: update to 0.3.3 Vagabond
  2022-03-25 20:02 ` [PR REVIEW] " tibequadorian
@ 2022-03-25 22:21 ` Vagabond
  2022-03-25 22:58 ` tibequadorian
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: Vagabond @ 2022-03-25 22:21 UTC (permalink / raw)
  To: ml

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

New review comment by Vagabond on void-packages repository

https://github.com/void-linux/void-packages/pull/36343#discussion_r835647159

Comment:
How do you tell if it changed? It seems like it changed?

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

* Re: [PR REVIEW] lensfun: update to 0.3.3.
  2022-03-25 19:59 [PR PATCH] lensfun: update to 0.3.3 Vagabond
  2022-03-25 20:02 ` [PR REVIEW] " tibequadorian
  2022-03-25 22:21 ` Vagabond
@ 2022-03-25 22:58 ` tibequadorian
  2022-03-25 23:08 ` paper42
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: tibequadorian @ 2022-03-25 22:58 UTC (permalink / raw)
  To: ml

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

New review comment by tibequadorian on void-packages repository

https://github.com/void-linux/void-packages/pull/36343#discussion_r835658226

Comment:
The soname is in the first column and it didn't change. Second column is the package with the minimal version which provides this soname.

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

* Re: [PR REVIEW] lensfun: update to 0.3.3.
  2022-03-25 19:59 [PR PATCH] lensfun: update to 0.3.3 Vagabond
                   ` (2 preceding siblings ...)
  2022-03-25 22:58 ` tibequadorian
@ 2022-03-25 23:08 ` paper42
  2022-06-30  2:15 ` github-actions
  2022-07-15  2:15 ` [PR PATCH] [Closed]: " github-actions
  5 siblings, 0 replies; 7+ messages in thread
From: paper42 @ 2022-03-25 23:08 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/36343#discussion_r835660578

Comment:
xbps-src would exit with an error if soname changed and you didn't change it in common/shlibs.

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

* Re: lensfun: update to 0.3.3.
  2022-03-25 19:59 [PR PATCH] lensfun: update to 0.3.3 Vagabond
                   ` (3 preceding siblings ...)
  2022-03-25 23:08 ` paper42
@ 2022-06-30  2:15 ` github-actions
  2022-07-15  2:15 ` [PR PATCH] [Closed]: " github-actions
  5 siblings, 0 replies; 7+ messages in thread
From: github-actions @ 2022-06-30  2:15 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/36343#issuecomment-1170673094

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Closed]: lensfun: update to 0.3.3.
  2022-03-25 19:59 [PR PATCH] lensfun: update to 0.3.3 Vagabond
                   ` (4 preceding siblings ...)
  2022-06-30  2:15 ` github-actions
@ 2022-07-15  2:15 ` github-actions
  5 siblings, 0 replies; 7+ messages in thread
From: github-actions @ 2022-07-15  2:15 UTC (permalink / raw)
  To: ml

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

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

lensfun: update to 0.3.3.
https://github.com/void-linux/void-packages/pull/36343

Description:
#### Testing the changes
- I tested the changes in this PR: YES I tested by installing the new lensfun and checking the new lenses were available in darktable.

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


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

end of thread, other threads:[~2022-07-15  2:15 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-25 19:59 [PR PATCH] lensfun: update to 0.3.3 Vagabond
2022-03-25 20:02 ` [PR REVIEW] " tibequadorian
2022-03-25 22:21 ` Vagabond
2022-03-25 22:58 ` tibequadorian
2022-03-25 23:08 ` paper42
2022-06-30  2:15 ` github-actions
2022-07-15  2:15 ` [PR PATCH] [Closed]: " github-actions

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