SHA256
1
0
forked from pool/libgphoto2

- 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
This commit is contained in:
Marcus Meissner 2015-07-05 21:40:39 +00:00 committed by Git OBS Bridge
parent b23ce16568
commit 2211acf87b
7 changed files with 1658 additions and 975 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7260193277bdb4c319dd8f151224f87deac9fde64cbe5d2eb25d9c19e4d09894
size 6726164

View File

@ -1,7 +0,0 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2
iD8DBQBUvB9x6nvzlwF1Yj4RCr+0AJ4yf4wArdpgnlbdSGNlYKJFtIPuxACfcMEI
9jeJ4MZkIl1PGAXZKKT/h90=
=tB/q
-----END PGP SIGNATURE-----

3
libgphoto2-2.5.8.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:031a262e342fae43f724afe66787947ce1fb483277dfe5a8cf1fbe92c58e27b6
size 6941251

View File

@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
iQIcBAABCgAGBQJVmZldAAoJECIJ1pAvlpyVzuEP/R8DVs6fej3NjXHncjssLZWJ
lhB5m4m1kto1HHedqWBlgRRSbM+qSYQNUGdzVGU7SRFTvvqMGPjMSL7IR4bxEUOV
IIH2y6ntC4sxsbpRFR8T0JyaanCqQw+TPyZClbqxy5+hzGW2ZhVLriIq59e9Q/mi
aJJC+cDk6RVY7DBPjz7erC4LMRDG8D+jfHbQ4V3GP0aeErJbWQ8y+iI4sQuSAJt1
6xPEMmnMSzukIhTQtfRlm8uvcgrauVy2eh9GvDwyEsMrNBoiL0fmMqFS4bVcBNzx
aXQLHyHcUhgAptkhI8K85YZvivlm/6fvnbgIXLJBQg73OdUNSJoxmU6BcpBktU+E
r5WIiiAVPVu//hZG9RmcAupc5gml5pF9Bw432w5vMkOcDdDVUZcv8FwKy2M2zRE7
RNdrP2aTk9Zfjg2KHmYREaCqFio4xqoonHMSbGL9EzVbcrIkFsaDtiRhCRJfoicF
VK+jACx6tG3CUl+jDvM5YiJEx9SzVytkrWUWdNxIHAOCxWfCjp5/LLE95isr+F9e
2W0blG7QdfNOmShleSFe/vWwxQCAiM3XljhP7rBt5ccBB9M2ircP/w9yjnWhVc1R
CRzWB3m4YJc5AQ5mzsJrs5KwmBCBuT5418M5rcp5fZKbHNJPDp7TpmOUNww9a1MJ
YrnFB+frqrjCTcfcOr1G
=ewAW
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,36 @@
-------------------------------------------------------------------
Sun Jul 5 21:36:34 UTC 2015 - meissner@suse.com
- 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.
- libgphoto2.keyring: replaced by my new 4096 bit key
-------------------------------------------------------------------
Fri May 1 12:55:34 UTC 2015 - meissner@suse.com

File diff suppressed because it is too large Load Diff

View File

@ -50,7 +50,7 @@ Obsoletes: libgphoto2-64bit
Summary: A Digital Camera Library
License: LGPL-2.1+
Group: Hardware/Camera
Version: 2.5.7
Version: 2.5.8
Release: 0
Source0: %{name}-%{version}.tar.bz2
Source1: %{name}-%{version}.tar.bz2.asc