Revisions of libgphoto2

Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1108555 from Marcus Meissner's avatar Marcus Meissner (msmeissn) (revision 137)
- 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)
Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1097929 from Marcus Meissner's avatar Marcus Meissner (msmeissn) (revision 136)
- drop lockdev support (boo#1212801) (forwarded request 1097916 from lnussel)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1082394 from Marcus Meissner's avatar Marcus Meissner (msmeissn) (revision 135)
- libgphoto2-enable-vusb-ptp.patch: enable virtual PTP camera in vusb

- added %bcond_with vusb in case anyone needs a test drive
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 986347 from Marcus Meissner's avatar Marcus Meissner (msmeissn) (revision 134)
- 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
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 972881 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 133)
Automatic submission by obs-autosubmit
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 959614 from Marcus Meissner's avatar Marcus Meissner (msmeissn) (revision 132)
- 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
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 944203 from Marcus Meissner's avatar Marcus Meissner (msmeissn) (revision 131)
- 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
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 926034 from Marcus Meissner's avatar Marcus Meissner (msmeissn) (revision 130)
- split out libgphoto2_port for now to meet new shared library policy
  requirements. bsc#1191764 (forwarded request 926033 from msmeissn)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 875384 from Marcus Meissner's avatar Marcus Meissner (msmeissn) (revision 129)
- updated to 2.5.27 release 
  ptp2:
  * report filesizes larger than 4GB correctly
  * download files larger than 4GB
  * empty ptp strings are reported as "", not as NULL
  * report more MTP object properties
  * Nikon
    * download of files larger than 4GB using getpartial object method
    * handle new application mode
    * handle new eventex fetcher on Z series
    * fixed movie on recent Z series
    * report liveview and movie prohibit conditions, as errors and also in configuration tree
    * some Nikon 1 V1 enhancements (the first camera of the 1 series is a bit special)
  * report filesize > 4GB correctly, if possible
  * Canon EOS:
    * EOS M6 Mark 2 is actually more like a EOS DSLR and fully capable, added some work
    * Handle OLCINFO for M6 Mark 2 and EOS R5 and new cameras
    * added current list of autoexposuremode to expose also Fv and friends
    * Canon Liveview size is encoded in "output" (PC / MOBILE / MOBILE2 variants are the different livesizes), try to expose seperately as "liveviewsize"
    * decode more options, nickname, eosmoviemode (color/bw), strobofiring, eventmode, flashcharged, oneshotrawon
    * bugfixes
  * Sony Alpha:
    * report f-numbers enum with fixed list
    * fixed liveview taking on a new model
  * Panasonic
    * implement liveviewsize
    * implement movie recording ( using --set-config movie=1/0 )
    * more doc and minor fixes
  * ptp/ip: allow building on Windows
  * New IDS:
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 841075 from Marcus Meissner's avatar Marcus Meissner (msmeissn) (revision 128)
- updated to 2.5.26 release 
  ptp2:
  * Olympus OMD: fixed the 65 second wait after capture.
  * Canon EOS:
    * bugfixes
  * Nikon 
    * D3000, D3100, and D3200 "static opcode list" reduced after reports what works and what not
    * Nikon 1 series cameras had some commands listed too much.
    * Nikon 1 J5 improvements
    * "liveviewsize" can change liveviewsize
  * Sony:
    * Modern Sony cameras seem to require a 3 second wait on startup. Seems needed on ZV-1, A7 R4, RX100 M7 so far... Unsure why.
    * correct shutterspeed, iso and exposurebias decoding for Sony A7r4 and other new models
    * some bugfixes in property settings, trying to speed it up
    * ZV-1 support, some additional startup wait hack to make it work.
    * partial Sony QX support added, can do preview... close to having capture (but not there yet) (also added "liveviewsize")
    * report read/write and read/only of properties correctly
  * Fuji X:
    * stabilized normal capture code
    * added bulb capture, added autofocusdrive
    * lots of properties listed now, some also decoded
    * added "liveviewsize", "shuttercounter", "colortemperature",
      "lensname", "devicename", "imagecomment", "filmsimulation", "colorspace"
    * Added very experimental Wifi support.
  * synced new libmtp device ids
  * Cameras added to id list: 
    * Sony QX30U, ZV-1, DSC-RX100M7
    * Nikon D780, Z5, Coolpix B700
    * Panasonic GMC-GX8
    * Canon EOS 1D X Mark III, R5, R6
Yuchen Lin's avatar Yuchen Lin (maxlin_factory) accepted request 808540 from Marcus Meissner's avatar Marcus Meissner (msmeissn) (revision 127)
- updated to 2.5.25 release
  - ptp2:
    * Liveview support for Leica SL
    * PTP 1.1 Streaming parameters added. 
    * Olympus OMD capture fixes
    * Nikon DSLR/Z:
      * various improvements to liveview error reporting.
      * much more properties added, some values added
      * allow downloading of "large thumbnails" instead of "regular thumbnails",
	can be selected by "thumbsize" gphoto2 local setting.
      * fixes for D3000, D3100 methods
      * maximum capture wait extended to 1000 seconds (as the D870 has 900 seconds max now)
    * Canon EOS
      * initialization fixes (if it breaks your EOS M or PowerShot, please report)
      * liveview enablement fixed
      * maximum capture wait extended to 90seconds
      * EOS R shutterspeed , aperture reporting fixed
    * various bugfixes
    * Cameras added to id list:
      * Sony NEX 5
      * Canon EOS 90D
      * Fuji XT-4
      * Sanyo VPC-FH1
      * Leica SL Typ 601
  - lumix:
    * fixed initialisation, might help capture
  - all:
    * ongoing stability fixes from AFL fuzzing
  - translation updates:
    * sv
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 778604 from Marcus Meissner's avatar Marcus Meissner (msmeissn) (revision 126)
- updated to 2.5.24 release
  - ptp2:
    * GoPro: fixed all images not visible bug
    * Canon EOS: lock/unlock ui before more operations
    * Canon Powershot SX / EOS M: some setup adjustments to make powershot sx work better
    * Nikon Keymission 170: try override opcodes to allow capture
    * Nikon DSLR: fixed a regression where 5 seconds was longer image capture shutterspeed
    * Sony: adjusted manualfocusing not to autofocus
    * Fuji: access ISO config
    * Sony: fixed manual focusing
    * Sony: specify capturetarget on camera, available on current 2019/2020 Sony
    * bugfixes
    * New ids added:
      * Sony Alpha RX100V, A7s, RX0 II,
      * Nikon Z50, Coolpix L810, KeyMission 170
      * Canon PowerShot SX530HS, SX 620HS, 
      * Canon EOS 2000D, 1500D, R2, M6 Mark 2, 250D,
      * Fuji X-A5, X-E3, GFX100
      * GoPro Hero 7 White, 7 Silver, 7 Black, 8 Black
    
  - lumix:
    * New WIFI Lumix camera driver was added, using curl and libxml2.
      Lots of abilities supported already, also capture preview.
      However capture itself is not yet working.
      This driver needs libxml2 and libcurl to be built.
  - all:
    * Selecting camera libraries has changed a bit.
    --camlibs=everything will select all and outdated drivers
    --camlibs=standard  will select "current day" drivers
    --camlibs=standard,outdated  will select "current day" and "outdated" drivers
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 770135 from Marcus Meissner's avatar Marcus Meissner (msmeissn) (revision 125)
- No longer recommend -lang: supplements are in use. (forwarded request 770107 from iznogood)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 713857 from Marcus Meissner's avatar Marcus Meissner (msmeissn) (revision 124)
- updated to 2.5.23 release
  - ptp2:
    * Sony capture stability and speed improvements
    * Canon EOS capture stability improvements, reduce partial read blobs from 5MB to 1MB
    * Canon EOS M image format unpacking adjustments
    * Olympus OMD: bulb capture added, trigger capture capable
    * Panasonic GH5: added manualfocusdrive, capturetarget
    * Canon PowerShot X work ... trying to support / improve stability of capture
    * PTP string packing adjusted to standard (empty and null strings)
    * New ids added:
      * Sony Alpha A68, RX100M6, DSC-WX350
      * Nikon Coolpix L100
      * Canon PowerShot G7X, G9X Mark II
      * Canon Rebel T6, EOS 2000D
      * Fuji X-A2, GFX 50R, XT-30
      * Ricoh WG-M2
    * libmtp ids synced.
  - pentax:
    * synced smaller parts with pktriggercord
  - translations:
    * updated danish
  - fuzzing:
    * vusb and sample-afl now able to fuzz all USB cameras (even if slow)
  - all:
    * Various crashes fixed that were found during AFL fuzzing the USB drivers
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 662459 from Marcus Meissner's avatar Marcus Meissner (msmeissn) (revision 123)
- updated to 2.5.22 release
  - ptp2:
    * Canon EOS M / PowerShot capture problem solved
    * Sony shutterspeed - provide a static list as the camera does not provide one, you can set also different values
    * Canon SDRAM capture, try to support more than 500MB of images at once
    * New USB Ids added:
      * Canon EOS R, 800D
      * Canon PowerShot SX600HS, SX740HS
      * Sony DSC RX0, RX100-M5A
      * Nikon DSC D3500
  - generic:
    * handle new "bind" udev event in udev rule generator.
  - translations:
    * updated polish, ukrainian
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 656425 from Marcus Meissner's avatar Marcus Meissner (msmeissn) (revision 122)
- updated to 2.5.21 release
  ptp2:
  * Nikon Z series support added
  * New Canon Powershot SX / GX also support capture, ALPHA support added
  * Canon EOS bugfixes
  * imported IDs from libmtp
  * Added:
    * Nikon Z6, Z7
    * Canon Powershot SX720HS, G5X
    * Canon IXUS 185
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 645042 from Marcus Meissner's avatar Marcus Meissner (msmeissn) (revision 121)
- updated to 2.5.20 release
  - ptp2:
    * Canon EOS: fixed regression for some EOS series in OLC decoding
    * Apple iPhone: disabled PTP Manifest reading again, as IOS seems not to follow the standard
    * bugfixes
    * new IDs added:
      * Sony Alpha-RX10M4
      * Canon EOS M50, 4000D
      * Fuji XT-3
      * synced new MTP ids from libmtp
  - pentax:
    * refreshed from pktriggercord
  - translations:
    * updated polish, ukrainian, swedish, danish
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 624594 from Marcus Meissner's avatar Marcus Meissner (msmeissn) (revision 120)
- updated to 2.5.19 release
  - ptp2:
    * Canon EOS: handle OLC versions of newer models, which gave incorrect aperture/shutterspeed values
    * Fuji X series capture improvements.
    * Fuji X series live view support added.
    * Panasonic GH5 liveview and capture support. (Needs camera firmware 2.3 or newer)
    * Olympus E-M5 Mark II and E-M1 Mark II liveview and capture support added.
    * USB IDs added:
      * Sony Alpha A99 M2, A7 III, A9
      * Nikon Coolpix A900
      * Panasonic GH5
      * Olympus E-M1 Mark 2
      * Fuji X-H1, X-M1, X70, X30
  - all: various fixes for warnings from compilers and the coverity scanner
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 622466 from Marcus Meissner's avatar Marcus Meissner (msmeissn) (revision 119)
- updated to a 2.5.18.1 snapshot after Hackweek:
  - newer EOS cameras better OLC information support
  - better support for Fuji X series cameras, liveview and capture
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 606836 from Marcus Meissner's avatar Marcus Meissner (msmeissn) (revision 118)
- updated to 2.5.18 release (bsc#1091309)
  - ptp2:
    Canon EOS: Fixed file download on several EOS brands, broken by 2.5.17 release.
  - pentax:
    Added K01 and K70 models.
Displaying revisions 1 - 20 of 137
openSUSE Build Service is sponsored by