Package Details: gimp-lensfun 0.2.4+9+gc5eaf97-1

Git Clone URL: https://aur.archlinux.org/gimp-lensfun.git (read-only, click to copy)
Package Base: gimp-lensfun
Description: A Gimp plugin to correct lens distortion using the lensfun library and database
Upstream URL: http://seebk.github.io/GIMP-Lensfun/
Licenses: GPL
Submitter: eworm
Maintainer: eworm
Last Packager: eworm
Votes: 20
Popularity: 0.000000
First Submitted: 2013-01-30 10:57 (UTC)
Last Updated: 2020-10-07 08:12 (UTC)

Latest Comments

Sabu commented on 2024-02-27 02:17 (UTC)

Flagged out of date due to the fact that this package can't be build. Several methods which are used from exiv2 do not longer exist in the current version like AutoPtr.

zuzavo commented on 2023-07-22 08:16 (UTC)

Hi @eworm Could you take a look at this issue when you can? As @HMich says it's related with exiv2 Thanks in advance.

HMich commented on 2023-06-30 09:27 (UTC) (edited on 2023-06-30 09:30 (UTC) by HMich)

long time good, now after the recent change in exiv2 it doesn't work anymore, new [re]build fails

src/gimplensfun.cpp: In function ‘int read_opts_from_exif(const char*)’: src/gimplensfun.cpp:1037:19: error: ‘AutoPtr’ is not a member of ‘Exiv2::Image’ 1037 | Exiv2::Image::AutoPtr Exiv2image; | ^~~~~~~ src/gimplensfun.cpp:1053:9: error: ‘Exiv2image’ was not declared in this scope 1053 | Exiv2image = Exiv2::ImageFactory::open(string(filename)); | ^~~~~~~~~~ src/gimplensfun.cpp:1065:19: error: ‘AnyError’ in namespace ‘Exiv2’ does not name a type; did you mean ‘Error’? 1065 | catch (Exiv2::AnyError& e) { | ^~~~~~~~ | Error src/gimplensfun.cpp: In function ‘void run(const gchar*, gint, const GimpParam*, gint*, GimpParam**)’: src/gimplensfun.cpp:1227:34: warning: ‘GimpDrawable* gimp_drawable_get(gint32)’ is deprecated: Use 'gimp_drawable_get_buffer' instead [-Wdeprecated-declarations] 1227 | drawable = gimp_drawable_get (param[2].data.d_drawable); | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/gimp-2.0/libgimp/gimpdrawable.h:52:16: note: declared here 52 | GimpDrawable * gimp_drawable_get (gint32 drawable_ID); | ^~~~~~~~~~~~~~~~~ make: *** [Makefile:51: src/gimplensfun.o] Error 1 ==> ERROR: A failure occurred in build(). Aborting...

SteveJerbs commented on 2019-11-11 03:26 (UTC)

Anyone else getting a build error?

icehand commented on 2015-01-16 20:19 (UTC)

Build fails with this output, don't know what's wrong: https://bpaste.net/raw/d9232bbff92d Do you mind taking a look at this?

R00KIE commented on 2014-06-10 16:36 (UTC)

The sources seem to have moved to: https://github.com/seebk/GIMP-Lensfun/releases/download/0.2.3/gimplensfun-0.2.3.tar.gz

eworm commented on 2013-05-12 10:37 (UTC)

Just dropping your notes here is just fine. ;) Updated, everything should be up to date now. Thanks!

DRB commented on 2013-05-12 01:25 (UTC)

Okay I fixed PKGBUILD--I am new to Arch (long time openSUSE user and VERY happy so far) and I have not read up on what to do next. I have 'Flagged out-of-date'. What is the best way to get the fix to the submitter? ...something tells me a "RTFM" is coming my way : )

DRB commented on 2013-05-12 00:58 (UTC)

Author site has moved to http://seebk.github.io/GIMP-Lensfun/