[Bug 172836] New: No menu item for lensfun

classic Classic list List threaded Threaded
11 messages Options
Reply | Threaded
Open this post in threaded view
|

[Bug 172836] New: No menu item for lensfun

Bugzilla from aironmail@gmail.com
http://bugs.kde.org/show_bug.cgi?id=172836

           Summary: No menu item for lensfun
           Product: digikam
           Version: unspecified
          Platform: Compiled Sources
        OS/Version: unspecified
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: general
        AssignedTo: [hidden email]
        ReportedBy: [hidden email]


Version:            (using Devel)
Installed from:    Compiled sources

Using the svn of digikam 0.10.

I have lensfun installed. When compiling, cmake find lensfun and displays that
the lensfun support will be compiled.

Then I go to digikam, and there's no menu item anywhere to use lensfun. I
though that it should be one under the Enhace or Transform menu in the image
editor.

I'm using lensfun 0.2.3.


--
Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 172836] No menu item for lensfun

Bugzilla from andi.clemens@gmx.net
http://bugs.kde.org/show_bug.cgi?id=172836





--- Comment #1 from Andi Clemens <andi clemens gmx net>  2008-10-15 09:52:22 ---
It is used in the image editor under Enhance->Lens->Auto Correction


--
Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 172836] No menu item for lensfun

Bugzilla from andi.clemens@gmx.net
In reply to this post by Bugzilla from aironmail@gmail.com
http://bugs.kde.org/show_bug.cgi?id=172836


Andi Clemens andi clemens gmx net changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |WORKSFORME




--
Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 172836] No menu item for lensfun

Bugzilla from aironmail@gmail.com
In reply to this post by Bugzilla from aironmail@gmail.com
http://bugs.kde.org/show_bug.cgi?id=172836


Antonio E  aironmail gmail com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |UNCONFIRMED
         Resolution|WORKSFORME                  |




--- Comment #2 from Antonio E. <aironmail gmail com>  2008-10-15 10:04:32 ---
Thanks Andy. I understand that should work, but for any reason it does not on
my computer. I'm wondering if there's any hidden option that I have off because
of having the digikamrc file created with a version that didn't had support for
the plug-in. And after compiling the plugin is kept disabled.

That submenu (Lens) is what I was expecting to have under the Enhace menu in my
menu editor. But it's not there. My enhace menu has the following entries:

Sharpen
Blur
--------
Red Eye
Hot Pixels
Inpainting
Noise Reduction
Restoration

That's all. So, at compiling time apparently it's detected and used. But when I
run the application, it's like if it is not there. I've been looking in the
configure window and the digikamrc file if there's any hidden option to
enable/disable the plugin and if for any reason I have it off, but for now I
had no luck with it.


--
Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 172836] No menu item for lensfun

Bugzilla from andi.clemens@gmx.net
In reply to this post by Bugzilla from aironmail@gmail.com
http://bugs.kde.org/show_bug.cgi?id=172836





--- Comment #3 from Andi Clemens <andi clemens gmx net>  2008-10-15 11:09:14 ---
That the library was found by cmake doesn't necessarily mean it is also used.
Try running
'ccmake .'
in the kdegraphics dir. There are two important vars:

LENSFUN_INCLUDE_DIR              /usr/include
LENSFUN_LIBRARY                  /usr/lib/liblensfun.so

Make sure they are set (depending on your system paths of course).
Also make sure that

WITH_LensFun                     ON

is turned on. If not, highlight this variable and hit enter to toggle the
value.

Andi


--
Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 172836] No menu item for lensfun

Bugzilla from andi.clemens@gmx.net
In reply to this post by Bugzilla from aironmail@gmail.com
http://bugs.kde.org/show_bug.cgi?id=172836





--- Comment #4 from Andi Clemens <andi clemens gmx net>  2008-10-15 11:11:05 ---
Note: If you changed values in this tool, hit "C" to run configure again and if
everythng works fine, hit "G" to generate the new settings.
After that run cmake again, then make and make install.


--
Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 172836] No menu item for lensfun

Bugzilla from andi.clemens@gmx.net
In reply to this post by Bugzilla from aironmail@gmail.com
http://bugs.kde.org/show_bug.cgi?id=172836





--- Comment #5 from Andi Clemens <andi clemens gmx net>  2008-10-15 11:14:44 ---
One more note: I just disabled lensfun and rebuild digiKam, the lens menu is
still there, only auto-correction is missing. So there might be something else
wrong with your setup if no lens submenu is visible at all.


--
Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 172836] No menu item for lensfun

Bugzilla from aironmail@gmail.com
In reply to this post by Bugzilla from aironmail@gmail.com
http://bugs.kde.org/show_bug.cgi?id=172836





--- Comment #6 from Antonio E. <aironmail gmail com>  2008-10-15 15:01:58 ---
Thank you Andi for your answers.

I have done what you said:

ccmake . in the folder and I get the following variables:

LENSFUN_INCLUDE_DIR     /usr/include
LENSFUN_LIBRARY         /usr/lib/lensfun.so
WITH_LensFun            On

So, they're set.

I have no idea about what else can make the Lens menu to not be there. Any
other idea?

Thanks in advance.


--
Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 172836] No menu item for lensfun

Bugzilla from aironmail@gmail.com
In reply to this post by Bugzilla from aironmail@gmail.com
http://bugs.kde.org/show_bug.cgi?id=172836





--- Comment #7 from Antonio E. <aironmail gmail com>  2008-10-15 15:19:31 ---
Umm, I think that I found the answer to the problem.

It's not a digikam problem. It's a problem in the ebuild that I'm using. The
guy that made the ebuild disabled the digikam support, presumably because
there's no official ebuild for lensfun in gentoo yet.

I'll modify the ebuild now and test it.


--
Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 172836] No menu item for lensfun

Bugzilla from aironmail@gmail.com
In reply to this post by Bugzilla from aironmail@gmail.com
http://bugs.kde.org/show_bug.cgi?id=172836


Antonio E  aironmail gmail com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |WORKSFORME




--- Comment #8 from Antonio E. <aironmail gmail com>  2008-10-15 15:29:29 ---
This is the piece of code in the ebuild affecting to lensfun, in case of any
other gentoo user has the same problem:

# Deactivate this, fails.
   sed -e '/lenscorrection/ s:^:#DONOTWANT :' \
       -i "${S}"/digikam/imageplugins/CMakeLists.txt \
       || die "Deactivating lensfun plugin failed."

So, obviously it was just that lensfun was disabled in Gentoo. Not a problem in
digikam.

I've just recompiled and now I have the missing menu there. So, solved.

Thanks a lot for the help.


--
Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[digikam] [Bug 172836] No menu item for lensfun

bugzilla_noreply
In reply to this post by Bugzilla from aironmail@gmail.com
https://bugs.kde.org/show_bug.cgi?id=172836

[hidden email] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|general                     |ImageEditor-Tool-LensDistor
                   |                            |tion
                 CC|                            |[hidden email]

--
You are receiving this mail because:
You are the assignee for the bug.