FS#48023 - [lensfun] Installs to /usr/local

Attached to Project: Arch Linux
Opened by Felix Yan (felixonmars) - Thursday, 04 February 2016, 00:54 GMT
Last edited by Antonio Rojas (arojas) - Thursday, 04 February 2016, 22:19 GMT
Task Type Bug Report
Category Packages: Testing
Status Closed
Assigned To Tobias Powalowski (tpowa)
Architecture All
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
All files were installed in /usr/local. They should be installed into /usr instead.

Additional info:
* package version(s)
testing/lensfun 0.3.2-1
This task depends upon

Closed by  Antonio Rojas (arojas)
Thursday, 04 February 2016, 22:19 GMT
Reason for closing:  Fixed
Additional comments about closing:  lensfun 0.3.2-2
Comment by Evangelos Foutras (foutrelis) - Thursday, 04 February 2016, 01:15 GMT
It also contains a soname bump so the following packages need a rebuild:

digikam gegl darktable gimp-ufraw rawstudio

The /usr/local installation path and the use of the lib64 directory seem to be fixed by specifying:

-DCMAKE_INSTALL_PREFIX=/usr
-DCMAKE_INSTALL_LIBDIR=lib

Loading...