Commit Graph

140 Commits

Author SHA256 Message Date
2211acf87b - updated to 2.5.8 release
- all:
  * Missing COPYRIGHT headers added.
  * Bug fixes for issues detected by Coverity.
- ptp2:
  * Canon Powershot/IXUS CHDK support
    Install the CHDK firmware and then use "gphoto2 --set-config chdk=On" to enable.
  * Canon EOS: Implemented new capture method for new Canon EOS to avoid hangs.
  * Canon EOS: New configuration variable: continuousaf
  * Canon EOS: event output for focusinfo / focusmask
  * Nikon DSLR: New configuration variables: movieiso, movieshutterspeed, moviehighisonr
  * Nikon Coolpix A: also manually add override opcodes for capture (please report if it works)
  * New USB ids:
  Sony: DSC-HX60V, Alpha-A7S, Alpha-A77 M2, Alpha A5100
  Panasonic: DMC-LS2
  Canon EOS 7D Mark II, Canon EOS M3
  Canon Powershot SX520 HS
  Fuji Fujifilm X-E2
  Samsung NX1
  * Media Player IDs synced with the libmtp ID database.
  * Lots of bugfixes.
- libgphoto2_port/libusb1:
  * Prefer libusb1 over libusb0 if both are present.
  * Asynchronous interrupt handling, to avoid losing usb interrupts during other
    operations.

OBS-URL: https://build.opensuse.org/package/show/graphics/libgphoto2?expand=0&rev=139
2015-07-05 21:40:39 +00:00
b23ce16568 - disable libusb 0.1, as it is no longer needed and will cause
hangs. bsc#926862

OBS-URL: https://build.opensuse.org/package/show/graphics/libgphoto2?expand=0&rev=137
2015-05-01 12:56:18 +00:00
8000fcfb53 - remove all the .la files, improves startup time.
OBS-URL: https://build.opensuse.org/package/show/graphics/libgphoto2?expand=0&rev=135
2015-01-25 18:22:52 +00:00
339fb57cc5 - 2.5.7 release
ptp2:
  * Canon EOS focusinfo crash fixed (affected all config operations)
  * wait_for_event sleep backoff increased (50 - 100 - 150 - 200ms)
  * Nikon: fixes to make Nikon Coolpix S9700 over PTPIP work better
  * Nikon: WLAN GUID setting
  * Sony: tighten event loop to avoid loss of objectadded events
  * New USB ids: Nikon Coolpix 9400, Nikon S9700, Pentax K3 (in PTP).
  pentax:
  * added Pentax K100Ds
  * added raw capture support
  packaging:
  * fixed missing libexif in pkgconfig 
  translations:
  * updated ukrainian, vietnamese, french, polish

OBS-URL: https://build.opensuse.org/package/show/graphics/libgphoto2?expand=0&rev=133
2015-01-18 21:45:59 +00:00
98914dc837 OBS-URL: https://build.opensuse.org/package/show/graphics/libgphoto2?expand=0&rev=131 2014-12-21 20:29:27 +00:00
600fbfe87b - 2.5.6 release
ptp2:
  * Nikon D3000/D3100/D3200: It hides the "good" capture opcodes from the
    DeviceInfo. Override and add them. If you see capture bugs, please report
    with debuglogfile.
  * "exposurecompensation" now in correct size (-3.0 <-> 3.0 usually)
  * Canon EOS: decode and report "focusinfo" variable that outputs the focus information of the camera.
  * Canon EOS: autofocusdrive=0 and cancelautofocus=1 added to cancel autofocusing,
    to avoid blocking the camera.
  * Canon EOS: "eosviewfinder" renamed to "viewfinder"
  * Sony SLT: Make property setting work for "iso", "exposurecompensation",
    "f-number", "shutterspeed"
  * Canon EOS: crash on 700D fixed
  * Nikon DSLR: race condition on object addition handled better
  * Nikon DSLR: make sure we make a pause a bit during polling after capture.
  * IDs added:
    Nikon: Coolpix P7800, S1, J4
    Nikon: D3300, D610, D4s, D810, D750
    Canon: IXUS 125HS, PowerShot Elph340HS
    Leica M9
  * various bugfixes
  libgphoto2_port/usb1:
  * fixed a memory leak
  * api changed for gp_log_data to make smaller debuglogs possible

OBS-URL: https://build.opensuse.org/package/show/graphics/libgphoto2?expand=0&rev=130
2014-12-21 20:17:29 +00:00
eb7fb4854b - regression with nikon coolpix s fixed
- canon eos has no zoom

OBS-URL: https://build.opensuse.org/package/show/graphics/libgphoto2?expand=0&rev=128
2014-09-19 11:11:40 +00:00
40685fcfdb - 2.5.5 release
- ptp2:
  Nikon 1 support. Final fix to get it running by Raj Kumar of archive.org.
  Nikon: liveview capture without autofocus enhanced, now also for card
  Nikon: restart liveview after capture
  Canon EOS: New property reporting method (OLC Info) implemented.
  Print read-only values in configuration table lookup (for Canon EOS mostly)
  Sony: Fixed Sony SLT-A900v capture
  Fixed the various "datetime" hooks for PTP generic, Canon Powershot and Canon EOS
  to hopefully work better. --set-config datetime=now sets the camera to the current time.
  CHDK: some changes
  New ids:
  Nikon DSC D3x, D5300
  Nikon Coolpix P330
  Canon PowerShot S95, S120, SX260HS, SX280HS, SX160IS, A2500, A2600, Elph135, IXUS 300HS, IXUS 255HS
  Canon EOS 1200D
  Sony DSC-A900, Alpha 6000, DSC-HX5V
  Casio EX-ZR700, 
  Fuji FinePix AV-150, T200
  Massive logging and error handling cleanup by Axel Waggershauser
  cleanup of the USB data handling
  Bugfixes
- st2205:
  add support for a new type of 240x320 picture frames
- all:
  Massive logging and error handling cleanup by Axel Waggershauser.
  Various cleanups from David Berrange for mingw32 builds.
  fixed libgd detection and linking.
- print-camera-list
  add a mode to print udev rules for the non-standard USB support (usbscsi/usbdisk),

OBS-URL: https://build.opensuse.org/package/show/graphics/libgphoto2?expand=0&rev=127
2014-09-19 11:11:09 +00:00
de7b3247f4 - ptp2:
Nikon 1 support. Final fix to get it running by Raj Kumar of archive.org.
  Nikon: liveview capture without autofocus enhanced, now also for card
  Nikon: restart liveview after capture
  Canon EOS: New property reporting method (OLC Info) implemented.
  Print read-only values in configuration table lookup (for Canon EOS mostly)
  Sony: Fixed Sony SLT-A900v capture
  Fixed the various "datetime" hooks for PTP generic, Canon Powershot and Canon EOS
  to hopefully work better. --set-config datetime=now sets the camera to the current time.
  CHDK: some changes
  New ids:
  Nikon DSC D3x, D5300
  Nikon Coolpix P330
  Canon PowerShot S95, S120, SX260HS, SX280HS, SX160IS, A2500, A2600, Elph135, IXUS 300HS, IXUS 255HS
  Canon EOS 1200D
  Sony DSC-A900, Alpha 6000, DSC-HX5V
  Casio EX-ZR700, 
  Fuji FinePix AV-150, T200
  Massive logging and error handling cleanup by Axel Waggershauser
  cleanup of the USB data handling
  Bugfixes
- st2205:
  add support for a new type of 240x320 picture frames
- all:
  Massive logging and error handling cleanup by Axel Waggershauser.
  Various cleanups from David Berrange for mingw32 builds.
  fixed libgd detection and linking.
- print-camera-list
  add a mode to print udev rules for the non-standard USB support (usbscsi/usbdisk),
  needed additional to HWDB databases.

OBS-URL: https://build.opensuse.org/package/show/graphics/libgphoto2?expand=0&rev=124
2014-08-17 18:19:40 +00:00
3190220c95 - updated to 2.5.4.1 snapshot 2014/06/27
- fixed generation of udev rules bnc#884514
  - new D7100 configuration tables
  - Nikon D5300 id added

OBS-URL: https://build.opensuse.org/package/show/graphics/libgphoto2?expand=0&rev=122
2014-06-27 21:19:33 +00:00
83b08e53b8 OBS-URL: https://build.opensuse.org/package/show/graphics/libgphoto2?expand=0&rev=121 2014-06-20 08:39:13 +00:00
f3cde9d765 OBS-URL: https://build.opensuse.org/package/show/graphics/libgphoto2?expand=0&rev=120 2014-06-13 13:49:15 +00:00
6bec2b4676 - updated to 2.5.4.1 snapshot 2014/06/13
- Nikon 1 capture working
  - various canon eos fixes and improvements
  - readded PTP matcher rule to UDEV rules
  - translation updates

OBS-URL: https://build.opensuse.org/package/show/graphics/libgphoto2?expand=0&rev=119
2014-06-13 13:43:11 +00:00
Dirk Stoecker
ff03fb7958 OBS-URL: https://build.opensuse.org/package/show/graphics/libgphoto2?expand=0&rev=118 2014-05-31 10:38:45 +00:00
e5f5f5a011 - updated to 2.5.4.1 snapshot
- more nikon 1 fix work
  - generate udev rules for /dev/sg* again

OBS-URL: https://build.opensuse.org/package/show/graphics/libgphoto2?expand=0&rev=116
2014-04-27 19:04:22 +00:00
63c3abd542 Accepting request 231382 from home:dirkmueller:branches:graphics
- remove dependency on gpg-offline (blocks rebuilds and
  tarball integrity is checked by source-validator anyway, plus
  it was commented out)

OBS-URL: https://build.opensuse.org/request/show/231382
OBS-URL: https://build.opensuse.org/package/show/graphics/libgphoto2?expand=0&rev=114
2014-04-25 10:35:30 +00:00
05429d1d2c - updated to 2.5.4 release
- sony slt support
  - nikon bulb support
  - other nikon, canon, olympus improvements
  - lots of bugfixes and various new ids

OBS-URL: https://build.opensuse.org/package/show/graphics/libgphoto2?expand=0&rev=112
2014-03-23 18:24:36 +00:00
ad69a5e6cf - updated to 2.5.3.1 final hotfix
- fixed ptp matcher
  - updated french, dutch, russian, ukrain translation

OBS-URL: https://build.opensuse.org/package/show/graphics/libgphoto2?expand=0&rev=109
2014-01-13 08:13:28 +00:00
4faa32c563 - updated to 2.5.3 final
- bugfixes, Coverity and other fixes
  - new USB ids
  - hwdb support fixed (bnc#852551)
  - unified all names, especiall Canon S100 (bnc#856828)
  - pentax updates
- reenabled gpg checking

OBS-URL: https://build.opensuse.org/package/show/graphics/libgphoto2?expand=0&rev=108
2014-01-10 21:27:39 +00:00
ea1a9e9231 Accepting request 201502 from home:fcrozat:branches:graphics
- Replace udev rules with udev hwdb for openSUSE 13.1 or later
  (more efficient).
- Fix udev hwdb installation and ensure udev hwdb is updated when
  package is installed / updated / uninstalled.

OBS-URL: https://build.opensuse.org/request/show/201502
OBS-URL: https://build.opensuse.org/package/show/graphics/libgphoto2?expand=0&rev=106
2013-10-01 07:21:24 +00:00
4144c23081 - disabled gpg key checking for snapshot
OBS-URL: https://build.opensuse.org/package/show/graphics/libgphoto2?expand=0&rev=104
2013-08-19 15:01:58 +00:00
2fab051ed4 OBS-URL: https://build.opensuse.org/package/show/graphics/libgphoto2?expand=0&rev=103 2013-08-19 15:01:10 +00:00
0cfce219f5 - updated to 2.5.2.1 temporary snapshot
- new udev hwdb
  - new Nikon capture functions for newer Nikons
  - Olympus 3030 fixed
  - several new USB ids
  - translation updates
  - lots of other bugfixes

OBS-URL: https://build.opensuse.org/package/show/graphics/libgphoto2?expand=0&rev=102
2013-08-19 14:58:45 +00:00
a5edf9cbaf - buildrequire libxml2-devel for olympus e-series.
OBS-URL: https://build.opensuse.org/package/show/graphics/libgphoto2?expand=0&rev=100
2013-05-06 08:24:41 +00:00
13ce1488d6 - Updated to 2.5.2
ptp2:
  * Fixed Raspberry Pi and USB 3.0 "connect only once" problem.
  * Experimental Olympus E-series (not Pen) remote control support. Try in "Control" mode.
  * Nikon DSLR: real movie capture! (use --set-config movie=1/0 and --wait-event)
  * New ids:
    Sony: DSC-A900, SLT-A350, DSC-RX1, HX300, NEX-3N
    Nikon Coolpix: P80, L820, S9500, S620, P520, S2500, S2600
    Nikon Coolpix A
    Nikon DSLR: D2Xs, D4, D7100
    Nikon J2
    Canon Powershot: S100, A1300IS, A2300IS, 
    Canon EOS: 700D, 100D
    Fuji FinePix: H20EXR, X20
    Samsung: NX1000, EK-GC100
    Also various MTP device ids merged from libmtp.
  * ptpip: major/minor number was switched in init packet.
  * Nikon DSLR: out of focus during capture fixed, various bugfixes
  * Nikon "controlmode" config for unlocking the camera.
  * Canon DSLR: "keepdeviceon" pinging in get_config, liveview
  * Canon thumbnail retrieval fixed.
  * Lots of work on getting Olympus E-series DSLRs in Control mode
    to run.
  canon:
  * wait-for-event: handle when camera goes offline during waiting.
  * fixed mtime 0 (Jan 1 1970) issue when downloading files and using --filename
  sierra:
  * Fixed the Nikon Coolpix 4300 and 2500 USB over SCSI capture mode.
  * Ignore register 4 read errors after capture as Nikon does not supply them.
  * added commented code on how to switch the Coolpix 2500 to RAW DIAG mode.

OBS-URL: https://build.opensuse.org/package/show/graphics/libgphoto2?expand=0&rev=98
2013-05-05 20:55:54 +00:00
5e9a6fd411 Accepting request 164041 from home:m_meister:branches:openSUSE:Factory
- Added url as source.
  Please see http://en.opensuse.org/SourceUrls

OBS-URL: https://build.opensuse.org/request/show/164041
OBS-URL: https://build.opensuse.org/package/show/graphics/libgphoto2?expand=0&rev=96
2013-04-15 12:22:06 +00:00
17a28f70c6 - updated to 2.5.1.1 bugfix version
- ptp2: fixed 32bit platforms
  - ax301: fixed buffer overread

OBS-URL: https://build.opensuse.org/package/show/graphics/libgphoto2?expand=0&rev=94
2013-01-29 09:41:28 +00:00
909abef984 - updated to 2.5.1 final version
- more fixes in the wait-event, capture preview and
    regular capture code for Canon and Nikon.
  - some new camera ids added

OBS-URL: https://build.opensuse.org/package/show/graphics/libgphoto2?expand=0&rev=93
2013-01-27 21:28:16 +00:00
008a31a799 - updated to 2.5.0.2 temp snapshot
- various new ids
  - various bugfixes
  - Canon driver fixes
  - PTP driver fixes: Canon EOS thumbnail fixes
  - translation updates

OBS-URL: https://build.opensuse.org/package/show/graphics/libgphoto2?expand=0&rev=91
2013-01-09 14:09:50 +00:00
be430ee5f7 Accepting request 138502 from openSUSE:Factory:Staging:Systemd
- fix build with new udev rules location

OBS-URL: https://build.opensuse.org/request/show/138502
OBS-URL: https://build.opensuse.org/package/show/graphics/libgphoto2?expand=0&rev=89
2012-10-17 12:59:38 +00:00
Togan Muftuoglu
1a5a251e40 Accepting request 136862 from home:coolo:branches:openSUSE:Factory
- fix previous change

OBS-URL: https://build.opensuse.org/request/show/136862
OBS-URL: https://build.opensuse.org/package/show/graphics/libgphoto2?expand=0&rev=87
2012-10-03 19:39:40 +00:00
8d09245473 Accepting request 136124 from home:msmeissn:branches:graphics
- split to libgphoto2-6 to allow parallel installation
  with old libgphoto2 (2.4) and to follow shared lib convention.

OBS-URL: https://build.opensuse.org/request/show/136124
OBS-URL: https://build.opensuse.org/package/show/graphics/libgphoto2?expand=0&rev=85
2012-09-26 19:00:16 +00:00
81911e370f Accepting request 135340 from home:jengelh:branches:graphics
- Parallel build with %_smp_mflags
- .la files for plugins are useless - remove them

OBS-URL: https://build.opensuse.org/request/show/135340
OBS-URL: https://build.opensuse.org/package/show/graphics/libgphoto2?expand=0&rev=83
2012-09-22 08:32:00 +00:00
63da26e54f removed comment out % line
OBS-URL: https://build.opensuse.org/package/show/graphics/libgphoto2?expand=0&rev=81
2012-09-13 12:55:15 +00:00
245087a660 OBS-URL: https://build.opensuse.org/package/show/graphics/libgphoto2?expand=0&rev=80 2012-09-13 09:23:47 +00:00
bc06194ab7 correct majors
OBS-URL: https://build.opensuse.org/package/show/graphics/libgphoto2?expand=0&rev=79
2012-09-13 09:06:45 +00:00
aed148ed25 add libusb-devel back temporarily
OBS-URL: https://build.opensuse.org/package/show/graphics/libgphoto2?expand=0&rev=78
2012-09-13 08:58:41 +00:00
8f4344343c - Updated to major release 2.5.0
- more dynamic lists (no more fixed limits)
  - libgphoto2 api adjustments to make it more sane, 
    binary incompatible
  - new .so version 6

OBS-URL: https://build.opensuse.org/package/show/graphics/libgphoto2?expand=0&rev=77
2012-09-13 08:48:03 +00:00
0f688358b6 quilt refreshed with latest 2.4 libusb1 fixes
OBS-URL: https://build.opensuse.org/package/show/graphics/libgphoto2?expand=0&rev=76
2012-08-02 14:38:18 +00:00
9458e59200 the device list is freed by the libusb_exit above
OBS-URL: https://build.opensuse.org/package/show/graphics/libgphoto2?expand=0&rev=75
2012-08-01 15:01:18 +00:00
d5715675af bnc#771743
OBS-URL: https://build.opensuse.org/package/show/graphics/libgphoto2?expand=0&rev=74
2012-08-01 12:32:36 +00:00
55fb6e0a50 - fixed one missed gp_devs = NULL which led to more crashes
OBS-URL: https://build.opensuse.org/package/show/graphics/libgphoto2?expand=0&rev=73
2012-08-01 12:32:02 +00:00
96309d9266 p0
OBS-URL: https://build.opensuse.org/package/show/graphics/libgphoto2?expand=0&rev=71
2012-07-19 21:35:18 +00:00
c563c6ccaf actually apply the patch
OBS-URL: https://build.opensuse.org/package/show/graphics/libgphoto2?expand=0&rev=70
2012-07-19 21:28:49 +00:00
b980e30f63 - added 2.4 branch fixes
- libusb1: do not crash immediately (avoid global context usage)
  - canon: --wait-for-event append \0 to filename
  - ptp2: new USB ids, fixed Canon EOS thumbnail retrieval

OBS-URL: https://build.opensuse.org/package/show/graphics/libgphoto2?expand=0&rev=69
2012-07-19 16:41:38 +00:00
7637b82e18 - generate v 175 udev rules (basically will use internal usb_id now)
OBS-URL: https://build.opensuse.org/package/show/graphics/libgphoto2?expand=0&rev=67
2012-07-12 17:44:30 +00:00
65dc5e2a21 - generate v 175 udev rules
OBS-URL: https://build.opensuse.org/package/show/graphics/libgphoto2?expand=0&rev=66
2012-07-12 07:58:46 +00:00
e1e0efd3ba - 2.4.14 release
- Canon EOS 5D Mark III support
  - Samsung Galaxy support restored
  - bugfixes

OBS-URL: https://build.opensuse.org/package/show/graphics/libgphoto2?expand=0&rev=64
2012-04-15 21:16:10 +00:00
62a4764299 - 2.4.12.1 temp snapshot
- various libusb 1.0 fixes (including last one merged)
  - EOS fast directory listing

OBS-URL: https://build.opensuse.org/package/show/graphics/libgphoto2?expand=0&rev=62
2012-02-22 10:10:30 +00:00
62bd861748 Accepting request 105827 from home:dimstar:branches:graphics
Fix libusb usage... gphoto2 --auto-detect crashes without this patch.. as well as shotwell startup in some cases...

OBS-URL: https://build.opensuse.org/request/show/105827
OBS-URL: https://build.opensuse.org/package/show/graphics/libgphoto2?expand=0&rev=60
2012-02-18 23:57:45 +00:00