Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lensfun: update to 0.3.3. #36343

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion common/shlibs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

libmitlm.so.1 mitlm-0.4.2_1
libextractor.so.3 libextractor-1.1_1
libextractor_common.so.1 libextractor-1.1_1
Expand Down
10 changes: 5 additions & 5 deletions srcpkgs/lensfun/template
Original file line number Diff line number Diff line change
@@ -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*);;
Expand Down