forked from pool/libgphoto2
- 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
This commit is contained in:
@@ -47,10 +47,15 @@ Obsoletes: libgphoto2-64bit
|
||||
Summary: A Digital Camera Library
|
||||
License: LGPL-2.1+
|
||||
Group: Hardware/Camera
|
||||
Version: 2.5.1.1
|
||||
Version: 2.5.2
|
||||
Release: 0
|
||||
Source0: http://downloads.sourceforge.net/project/gphoto/libgphoto/%{version}/%{name}-%{version}.tar.bz2
|
||||
Source1: baselibs.conf
|
||||
Source1: http://downloads.sourceforge.net/project/gphoto/libgphoto/%{version}/%{name}-%{version}.tar.bz2.asc
|
||||
Source2: %name.keyring
|
||||
Source3: baselibs.conf
|
||||
%if 0%{?suse_version} > 1220
|
||||
BuildRequires: gpg-offline
|
||||
%endif
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Recommends: %{name}-%{major}-lang = %{version}
|
||||
|
||||
@@ -72,7 +77,7 @@ 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. Those can be mounted by Linux directly.
|
||||
|
||||
As of this time, gPhoto supports around 1200 cameras, listed on:
|
||||
As of this time, gPhoto supports around 1700 cameras, listed on:
|
||||
|
||||
http://gphoto.org/proj/libgphoto2/support.php
|
||||
|
||||
@@ -84,9 +89,9 @@ gphoto2 --list-cameras
|
||||
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. Those can be mounted by Linux directly.
|
||||
storage protocol as those can be mounted by Linux directly.
|
||||
|
||||
As of this time, gPhoto supports around 1200 cameras, listed on:
|
||||
As of this time, gPhoto supports around 1700 cameras, listed on:
|
||||
|
||||
http://gphoto.org/proj/libgphoto2/support.php
|
||||
|
||||
@@ -102,7 +107,11 @@ local hard drive.
|
||||
These are its development libraries and headers.
|
||||
|
||||
%lang_package -n libgphoto2-%{major}
|
||||
|
||||
%prep
|
||||
%if 0%{?suse_version} > 1220
|
||||
%gpg_verify %{S:1}
|
||||
%endif
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
|
Reference in New Issue
Block a user