Search Criteria
Package Details: lib32-libraw 0.20.2-2
Git Clone URL: | https://aur.archlinux.org/lib32-libraw.git (read-only, click to copy) |
---|---|
Package Base: | lib32-libraw |
Description: | A library for reading RAW files obtained from digital photo cameras (CRW/CR2, NEF, RAF, DNG, and others) (32-bit) |
Upstream URL: | https://www.libraw.org/ |
Licenses: | |
Submitter: | orumin |
Maintainer: | rodrigo21 |
Last Packager: | rodrigo21 |
Votes: | 3 |
Popularity: | 0.000695 |
First Submitted: | 2017-08-11 06:41 |
Last Updated: | 2020-11-23 05:09 |
Latest Comments
llde commented on 2020-12-14 22:05
add autoreconf -f before the ./configure step. It seems to fix the aclocal issue
Riesi commented on 2020-12-02 12:01
"just install automake-1.15."
The issue is that automake is on version 1.16 already. The 1.15 version is hardcoded in the .configure file of libraw:
A simple solution to this issue is to change the version number in .configure to 1.16.
rodrigo21 commented on 2020-11-26 01:27
@DarkShadow44
Try building in a clean chroot.
If that doesn't work, just install automake-1.15.
DarkShadow44 commented on 2020-11-25 19:54
Fails for me with "aclocal-1.15: command not found"
rodrigo21 commented on 2020-11-23 05:06
I was getting a error when building without a clean chroot.
But it's seem to build fine in a clean chroot.
I'll update the package and remove automake-1.15
DDoSolitary commented on 2020-11-23 04:35
Hello, why did the latest version add the automake-1.15 dependency? It seems that the package builds well without it.
christian-heusel commented on 2018-08-18 23:51
The download is currently broken ...
Tomato commented on 2018-05-05 18:04
compilation failed:
carstene1ns commented on 2017-08-13 20:24
32 bit libraries should depend on their 64 bit counterparts.
Please add depends=('libraw'), lib32-imagemagick does not compile without it.