Search Criteria
Package Details: lib32-libgphoto2 2.5.31-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/lib32-libgphoto2.git (read-only, click to copy) |
---|---|
Package Base: | lib32-libgphoto2 |
Description: | Digital camera access library (32-bit) |
Upstream URL: | http://www.gphoto.org/ |
Licenses: | LGPL |
Submitter: | orumin |
Maintainer: | rodrigo21 |
Last Packager: | rodrigo21 |
Votes: | 8 |
Popularity: | 0.000836 |
First Submitted: | 2017-07-08 20:28 (UTC) |
Last Updated: | 2023-12-19 13:57 (UTC) |
Dependencies (8)
- curl (curl-quiche-gitAUR, curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR)
- lib32-libexifAUR
- lib32-libltdl
- lib32-libusb
- lib32-libxml2
- libgphoto2 (libgphoto2-gitAUR)
- autoconf-archive (autoconf-archive-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
Required by (2)
- wine-stable-next (make)
- wine-stable-next (optional)
Latest Comments
cepheus69 commented on 2024-08-21 09:10 (UTC) (edited on 2024-08-21 09:10 (UTC) by cepheus69)
The failed building info: Manjaro & gcc 14.2.1
NeWolf commented on 2024-06-28 17:48 (UTC)
Adding this to my PKGBUILD as a workaround: export CFLAGS="${CFLAGS} -Wno-error=incompatible-pointer-types" . After this it builds fine, however in the middle of the build it complained about missing camlib dependencies
NeWolf commented on 2024-06-28 17:35 (UTC)
fails to build with this error:
rEnr3n commented on 2023-12-22 01:32 (UTC)
Does not compile on clean chroot after
lib32-gd
was removed.Installing
lib32-libjpeg-turbo
fixed it.MarsSeed commented on 2023-12-19 14:09 (UTC)
Than you for implementing my suggestion. Appreciated!
MarsSeed commented on 2023-10-02 13:50 (UTC) (edited on 2023-12-03 23:20 (UTC) by MarsSeed)
Do you specifically want to keep post-2015 picture frame and Docupen image post-professing support in this lib32 library?
MarsSeed commented on 2023-07-27 12:50 (UTC)
lib32-gd
is definitely not needed.It is used for on-the-fly image conversion for some digital "picture frame" hardware, for which libgphoto2 introduced support in 2015, well within the 64-bit era. Also that library is utilized for Docupen scanner pen support, starting from 2020.
There is no other part of the libgphoto2 code that links to gd.
The dependency requirement for gd can be turned off with the
configure --with-gdlib=no
option.sl1pkn07 commented on 2022-12-13 20:51 (UTC)
please add
libgphoto2.so
to provides arraygreetings
quadpl_03 commented on 2017-07-13 20:32 (UTC) (edited on 2017-07-13 20:33 (UTC) by quadpl_03)
sl1pkn07 commented on 2017-07-08 21:51 (UTC)