Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

libgphoto2-6-2.5.32-1.1 RPM for x86_64

From OpenSuSE Tumbleweed for x86_64

Name: libgphoto2-6 Distribution: openSUSE Tumbleweed
Version: 2.5.32 Vendor: openSUSE
Release: 1.1 Build date: Sun Jul 6 12:15:47 2025
Group: System/Libraries Build host: reproducible
Size: 3420948 Source RPM: libgphoto2-2.5.32-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://gphoto.sourceforge.io/
Summary: A Digital Camera Library
gPhoto (GNU Photo) is a set of libraries for previewing, retrieving,
and capturing images from a range of supported digital cameras to your
local hard drive. It does not support digital cameras based on the USB
storage protocol as those can be mounted by Linux directly.

As of this time, gPhoto supports around 1700 cameras, listed on:

https://gphoto.sourceforge.io/proj/libgphoto2/support.php

or by running

gphoto2 --list-cameras

Provides

Requires

License

LGPL-2.1-or-later

Changelog

* Sun Jul 06 2025 Marcus Meissner <meissner@suse.com>
  - libgphoto2 2.5.32 release
    quicktake1x0:
    * New Apple Quicktake (serial camera) driver
    pentax:
    * Added Pentax K1II, K3III
    * sync with pktriggercord fixes
    ptp2:
    * Big code and (canon eos) debug outout cleanups by Axel W
    * --summary output format changed to be more condensed
    * Canon EOS: imageformat output changed
    * Canon: added disablemodedial
    * Canon: keepdeviceon send less often to speed up
    * Sony: Now officially documented by Sony. Changes imported from the documentation.
    * Sony: support newer sony property format
    * Sony: added capturemode, focalposition, magnifysetting, spotfocusarea,
    * Sony: fixed crash in movie option
    * Panasonic: bugfixes
    * Fuji: configurations added, af drive manual, availableshots, graineffect, rawcompression
    * Fuji: bugfixes
    * Nikon: support 32bit properties
    * Added ids:
    - Canon EOS R100, R3, R8, R50, G7 X Mark 3,
    - Sony Alpha A6100, ZV-E10, A6700, NEX-5N, SLT A99V, ILCE-9M3, ILX-LR1
    - Nikon Zf, Z6 III
    - Olympus OM-1Mark2
    - Fuji X-H2S, X100V1, GFX100 II
    - Ricoh GR III
    - Leica Q3, M11 Monochrome
    ports/usb:
    * added more Android support (passing in filedescriptor)
    ports/serial:
    * some fixes, needed for quicktake
    all:
    * IOLIBS and CAMLIBS now runtime configurable
    * Builds use silent rules by default now
    * Meson buildsupport, parallel to automake
    * print-camera-list can now print camera list in JSON format
    * added new functions: gp_setting_set_get_func, gp_setting_set_set_func
      for user defined settings setters
    * added new port functions: gp_port_usb_set_sys_device,
      gp_port_usb_get_sys_device used for Android
    translations:
    * added georgian, friulian, polish, romanian, ukrainian, chinese, brazilian
  - remove libgphoto2-c99.patch: upstream
* Mon Aug 05 2024 Filip Kastl <filip.kastl@suse.com>
  - Adding libgphoto2-c99.patch so that the package builds for 32bit
    with GCC 14.
  - Using %autosetup -p1 because this is the prefered way to apply
    patches.
* Sat Sep 02 2023 Marcus Meissner <meissner@suse.com>
  - updated to 2.5.31 release
    ptp2:
    * do better event queueing during capture (makes capture faster, avoids losing events)
    * Canon EOS: OLC logic rewritten to be table driven, more debugging of the content,
      config "testolc" to generate debugoutput. Supports more cameras better.
    * Canon EOS: various bugfixes
    * Sony Alpha: Added config options: focusarea, liveviewsettingeffect
    * Olympus: Enabled OM-1 capture
    * Battery Level: also support ENUM style battery reporting for Canon
    * Nikon 1: S1 also does not support everything
    * Sony Alpha: small changes in config setters
    * merged some improvements from NorthOfYou fork for Canon EOS, Nikon and Sony
    * New ids:
    - Canon EOS 850D, R7, R10, R5 C, R6m2
    - Fuji X-H2, X-T5
    - GOPRO HERO 11 BLACK, 11 BLACK mini
    - new ids also imported from libmtp
    - Nikon Z30, Z8
    - OMSYSTEM OM-1
    - Pentax KP (PTP mode)
    - Ricoh GR IIIx
    - Sigma fp L
    - Sony A7S III, ILCE-1, ILME-FX3, 7RM5 aka A7-RV,
    digigr8:
    * fixed init to not switch to webcam mode
    pentax:
    * Added Pentax KP
    general:
    * disable log formatting when we are not logging (speeds up large downloads, as
      we are not hex dumping the whole data and immediately discard the result)
    * libltdl usage now thread-safe. (some other library pieces are not threadsafe yet)
    * some time_t 32bit vs 64bit fixes
    * some cleanups and warning fixes
    translations:
    * updated swedish, spanish
    * added georgian, friulian
  - libgphoto2-enable-vusb-ptp.patch: upstream
* Mon Jul 10 2023 Ludwig Nussel <lnussel@suse.com>
  - drop lockdev support (boo#1212801)
* Mon Apr 24 2023 Marcus Meissner <meissner@suse.com>
  - libgphoto2-enable-vusb-ptp.patch: enable virtual PTP camera in vusb
* Sat Apr 22 2023 Christopher Yeleighton <giecrilj@stegny.2a.pl>
  - added %bcond_with vusb in case anyone needs a test drive
* Sat Jul 02 2022 Marcus Meissner <meissner@suse.com>
  - updated to 2.5.30 release
    - ptp2:
    * Canon: fixed display locking/unlocking after exit
    * generic: avoid potential crash on image addition
    * Sony: Add image information when wait_for_event, some config values added
    * Added IDs:
    * Nikon Zfc, Z9
    * Sony DSC-WX220, Alpha-A7 IV
    * Nikon P950
    * Canon EOS Rebel T8i
    * Fuji Fujifilm X-E4
    * GoPro HERO10 Black
    - general:
    * fix parallel builds by requiring gettext 0.19.1 for builds from git (PR #797)
    * add gp_init_localedir() function to allow for non-standard installations (PR #796)
    - translations:
    * updated traditional chinese
* Tue Apr 19 2022 Marcus Meissner <meissner@suse.com>
  - use https urls
* Sat Mar 05 2022 Marcus Meissner <meissner@suse.com>
  - updated to 2.5.29 release
    general:
    * fixes build failures of libgphoto2 frontends and builds using the
      wrong libgphoto2 headers (issue #717)
    ptp2:
    * fixed a regression in Fuji preview capture which would lead to crashes
    * made the wait-event property extractor more robust (it sometimes gets NULL ptrs), hopefully fixing Sony crashes
    * sony: fixed a crash in sony f-number
    * panasonic: added more configs adjustgm, adjustab, colortemp, afmode, mfadjust, expmode, recording
    * fixed some bugs caused by refactoring / memory leak fixes
    * added:
    - Kodak m531
    - HP Photosmart E331
    - Nikon DSC 6
    translations:
    * updated polish, ukrainian, russian, serbian
    * added romanian
* Mon Jan 03 2022 Marcus Meissner <meissner@suse.com>
  - updated to 2.5.28 release
    general:
    * OS/2 support removed (broken and unused since at least 2006)
    * remove built-in rpm packaging (use distro packaging instead)
    * remove linux-hotplug rule creation (removed from distros around 2006)
    * remaining text which was iso-8859 is UTF-8 now (except one po file)
    * To override docdir and htmldir, use configure arguments --docdir=
      and --htmldir= instead of --with-doc-dir= and --with-html-dir=
    * some code cleanups, especially handling of include files and i18n handling
    ptp2:
    * wait event
    * property changes now reported with "'name' to 'value'" added
    * object info changes now reported as FILE_CHANGED events (e.g. if you change protection flags)
    * Nikon J1: capture fixed
    * Olympus: fixed that wait time was twice as long as required if no events arrived
    * Sigma Fp: added basic beta support for capture, live view and config.
    * Sony:
    * mark all widgets as read-write again, read-only logic was not 100% correct
    * speed-ups and fixes to the stepping based config setting
    * Canon EOS
    * handle newer EOS R series reporting of configs (ISO, Aperture, Shutterspeed)
    * track UI lock state to avoid device busy reports
    * fixed "zoom" range settings (for lenses with powered zoom, also for today Powershot)
    * Fuji:
    * ptpip improvements
    * bug fixes
    * some Fuji cameras have now liveview only for webcam (need new firmware)
    * various small fixes and code cleanups
    * New ids:
    * Sony Alpha-RX1R II, ILCE-7C, ZV-E10, A6600, DSC HX-80, ILCE-7RM3A, ILCE-7RM4A, DSC-A7S III
    * Nikon Coolpix B500, Zfc
    * Canon EOS M50m2, Digital IXUS 132
    * Fuji X-Pro3, GFX 100S, X100V
    canon:
    * fixed wait event crashes
    * correctly mark read only config widgets as read-only
    pentax:
    * fix PEF raw files for non-K100D
    translations:
    * updated german, french, polish, ukrainian

Files

/usr/lib/udev/hwdb.d/20-gphoto.hwdb
/usr/lib/udev/rules.d/40-libgphoto2.rules
/usr/lib64/libgphoto2
/usr/lib64/libgphoto2.so.6
/usr/lib64/libgphoto2.so.6.4.0
/usr/lib64/libgphoto2/2.5.32
/usr/lib64/libgphoto2/2.5.32/ax203.so
/usr/lib64/libgphoto2/2.5.32/canon.so
/usr/lib64/libgphoto2/2.5.32/digigr8.so
/usr/lib64/libgphoto2/2.5.32/dimagev.so
/usr/lib64/libgphoto2/2.5.32/directory.so
/usr/lib64/libgphoto2/2.5.32/docupen.so
/usr/lib64/libgphoto2/2.5.32/jl2005a.so
/usr/lib64/libgphoto2/2.5.32/jl2005c.so
/usr/lib64/libgphoto2/2.5.32/kodak_dc240.so
/usr/lib64/libgphoto2/2.5.32/mars.so
/usr/lib64/libgphoto2/2.5.32/pentax.so
/usr/lib64/libgphoto2/2.5.32/ptp2.so
/usr/lib64/libgphoto2/2.5.32/quicktake1x0.so
/usr/lib64/libgphoto2/2.5.32/ricoh_g3.so
/usr/lib64/libgphoto2/2.5.32/sierra.so
/usr/lib64/libgphoto2/2.5.32/sonix.so
/usr/lib64/libgphoto2/2.5.32/sq905.so
/usr/lib64/libgphoto2/2.5.32/st2205.so
/usr/lib64/libgphoto2/2.5.32/topfield.so
/usr/lib64/libgphoto2/2.5.32/tp6801.so
/usr/lib64/libgphoto2/print-camera-list
/usr/share/doc/packages/libgphoto2-6
/usr/share/doc/packages/libgphoto2-6/AUTHORS
/usr/share/doc/packages/libgphoto2-6/NEWS
/usr/share/doc/packages/libgphoto2-6/README
/usr/share/libgphoto2
/usr/share/libgphoto2/2.5.32
/usr/share/libgphoto2/2.5.32/konica
/usr/share/libgphoto2/2.5.32/konica/english
/usr/share/libgphoto2/2.5.32/konica/french
/usr/share/libgphoto2/2.5.32/konica/german
/usr/share/libgphoto2/2.5.32/konica/japanese
/usr/share/libgphoto2/2.5.32/konica/korean
/usr/share/libgphoto2/2.5.32/konica/spanish


Generated by rpm2html 1.8.1

Fabrice Bellet, Fri Jul 18 23:36:12 2025