Package Details: lib32-libraw 0.21.1-1

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: LGPL, CDDL
Submitter: orumin
Maintainer: None
Last Packager: rodrigo21
Votes: 4
Popularity: 0.000001
First Submitted: 2017-08-11 06:41 (UTC)
Last Updated: 2023-01-10 14:26 (UTC)

Latest Comments

1 2 Next › Last »

sbmomeni commented on 2022-12-27 15:14 (UTC)

This package may be updated with this patch:

diff --git a/PKGBUILD b/PKGBUILD
index 1943c98..a4879e5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@

 _basename=libraw
 pkgname=lib32-libraw
-pkgver=0.20.2
-pkgrel=3
+pkgver=0.21.0
+pkgrel=1
 pkgdesc="A library for reading RAW files obtained from digital photo cameras (CRW/CR2, NEF, RAF, DNG, and others) (32-bit)"
 arch=('x86_64')
 url="https://www.libraw.org/"
 license=(CDDL LGPL)
-depends=(lib32-lcms2 lib32-jasper libraw)
+depends=(lib32-lcms2 libraw)
 source=("https://www.libraw.org/data/LibRaw-$pkgver.tar.gz")
-sha256sums=('dc1b486c2003435733043e4e05273477326e51c3ea554c6864a4eafaff1004a6')
+sha256sums=('8747b34e8534cc2dd7ef8c92c436414b3578904fd4bf9b87ea60f17aa99fb0bd')

 build() {
     cd LibRaw-$pkgver

rodrigo21 commented on 2021-02-05 23:20 (UTC)

Fixed.

@llde Thanks.

llde commented on 2020-12-14 22:05 (UTC)

add autoreconf -f before the ./configure step. It seems to fix the aclocal issue

Riesi commented on 2020-12-02 12:01 (UTC) (edited on 2020-12-02 12:01 (UTC) by Riesi)

"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:

am__api_version='1.15'

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 (UTC)

@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 (UTC)

Fails for me with "aclocal-1.15: command not found"

rodrigo21 commented on 2020-11-23 05:06 (UTC) (edited on 2020-11-23 05:10 (UTC) by rodrigo21)

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 (UTC)

Hello, why did the latest version add the automake-1.15 dependency? It seems that the package builds well without it.

gromit commented on 2018-08-18 23:51 (UTC)

The download is currently broken ...

  -> Downloading LibRaw-0.18.6.tar.gz...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   184  100   184    0     0    817      0 --:--:-- --:--:-- --:--:--   817
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
curl: (22) The requested URL returned error: 404 Not Found
==> ERROR: Failure while downloading http://www.libraw.org/data/LibRaw-0.18.6.tar.gz
    Aborting...
Error downloading sources: lib32-libraw

Tomato commented on 2018-05-05 18:04 (UTC)

compilation failed:

libtool: compile:  g++ -m32 -DPACKAGE_NAME=\"LibRaw\" -DPACKAGE_TARNAME=\"libraw\" -DPACKAGE_VERSION=\"0.18.6\" "-DPACKAGE_STRING=\"LibRaw 0.18.6\"" -DPACKAGE_BUGREPORT=\"info@libraw.org\" -DPACKAGE_URL=\"http://www.libraw.org\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_JPEGLIB_H=1 -DHAVE_JASPER_JASPER_H=1 -I. -D_FORTIFY_SOURCE=2 -DUSE_JPEG -DUSE_JPEG8 -DUSE_JASPER -DUSE_LCMS2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -fopenmp -MT internal/dcraw_fileio.lo -MD -MP -MF internal/.deps/dcraw_fileio.Tpo -c internal/dcraw_fileio.cpp -o internal/dcraw_fileio.o >/dev/null 2>&1
internal/dcraw_common.cpp: In member function ‘void LibRaw::PentaxLensInfo(unsigned int, unsigned int)’:
internal/dcraw_common.cpp:6793:80: error: call of overloaded ‘powf64(int, int)’ is ambiguous
    10*(table_buf[iLensData+9]>>2) * powf64(4, (table_buf[iLensData+9] & 0x03)-2);
                                                                                ^
In file included from /usr/include/c++/7.3.1/cmath:45:0,
                 from /usr/include/c++/7.3.1/math.h:36,
                 from internal/dcraw_common.cpp:22: