forked from pool/libgphoto2
Accepting request 30378 from graphics
Copy from graphics/libgphoto2 based on submit request 30378 from user msmeissn OBS-URL: https://build.opensuse.org/request/show/30378 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libgphoto2?expand=0&rev=47
This commit is contained in:
commit
b187b3de43
@ -1,17 +0,0 @@
|
||||
# Description: Fix udev rules to identify media players
|
||||
# Ubuntu: https://launchpad.net/bugs/444083
|
||||
# Upstream: https://sourceforge.net/tracker/?func=detail&aid=2877064&group_id=8874&atid=308874
|
||||
Index: libgphoto2-2.4.6/packaging/generic/print-camera-list.c
|
||||
===================================================================
|
||||
--- libgphoto2-2.4.6.orig/packaging/generic/print-camera-list.c 2009-10-12 15:57:56.000000000 +0200
|
||||
+++ libgphoto2-2.4.6/packaging/generic/print-camera-list.c 2009-10-12 15:58:01.000000000 +0200
|
||||
@@ -582,6 +582,9 @@
|
||||
}
|
||||
}
|
||||
if (has_valid_rule != 0) {
|
||||
+ if (a->device_type & GP_DEVICE_AUDIO_PLAYER)
|
||||
+ printf(", ENV{ID_MEDIA_PLAYER}=\"1\"");
|
||||
+
|
||||
if (pdata->script != NULL || pdata->mode != NULL || pdata->owner != NULL || pdata->group != NULL)
|
||||
printf(", ");
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ddcfc1d62c21d2076c0a91fc0c525119ae2b944ff5aeba92995537d6efc86f6e
|
||||
size 5304472
|
3
libgphoto2-2.4.8.tar.bz2
Normal file
3
libgphoto2-2.4.8.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:69d7e0723b40e8a0c4fa897b96f6aecb5ae5548c3cce98c48e37b70623d9ffc3
|
||||
size 5371128
|
@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 25 11:21:22 CET 2010 - meissner@suse.de
|
||||
|
||||
- updated to version 2.4.8
|
||||
- Lots of improvements to EOS and Nikon capture support
|
||||
- fuji s5 pro capture support
|
||||
- several new ids
|
||||
- stability fixes
|
||||
- translation updates
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 22 19:03:10 CET 2009 - jengelh@medozas.de
|
||||
|
||||
- package baselibs.conf
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 21 19:42:05 CET 2009 - meissner@novell.com
|
||||
|
||||
- 2.4.7.3 tempsnapshot
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 12 17:04:31 CEST 2009 - meissner@suse.de
|
||||
|
||||
|
103
libgphoto2.spec
103
libgphoto2.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libgphoto2 (Version 2.4.7.1)
|
||||
# spec file for package libgphoto2 (Version 2.4.8)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -27,19 +27,19 @@ Obsoletes: libgphoto2-64bit
|
||||
%endif
|
||||
#
|
||||
%define prefix /usr
|
||||
License: LGPL v2.1 or later
|
||||
License: LGPLv2.1+
|
||||
Group: Hardware/Camera
|
||||
Summary: A Digital Camera Library
|
||||
Version: 2.4.7.1
|
||||
Release: 2
|
||||
Version: 2.4.8
|
||||
Release: 1
|
||||
Source0: libgphoto2-%{version}.tar.bz2
|
||||
Patch0: 03_udev_rules_media_player
|
||||
Source1: baselibs.conf
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Requires: %{name}-lang = %{version}
|
||||
|
||||
%package devel
|
||||
Summary: Development headers for libgphoto2
|
||||
License: LGPL v2.1 or later
|
||||
License: LGPLv2.1+
|
||||
Group: Hardware/Camera
|
||||
Requires: libgphoto2 = %version libusb-devel
|
||||
Requires: libexif-devel
|
||||
@ -50,56 +50,14 @@ 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 500 cameras, listed on:
|
||||
As of this time, gPhoto supports around 1200 cameras, listed on:
|
||||
|
||||
http://gphoto.sourceforge.net/proj/libgphoto2/support.php
|
||||
http://gphoto.org/proj/libgphoto2/support.php
|
||||
|
||||
or by running
|
||||
|
||||
gphoto2 --list-cameras
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Scott Fritzinger <scottf@scs.unr.edu>
|
||||
Lutz Müller <lutz@users.sourceforge.net>
|
||||
|
||||
Eugene Crosser <crosser@average.org>
|
||||
Matt Martin <matt.martin@ieee.org>
|
||||
Gary Ross <gdr@hooked.net>
|
||||
M. Adam Kendall <joker@penguinpub.com>
|
||||
Del Simmons <del@gphoto.org>
|
||||
Bob Paauwe <bpaauwe@bobsplace.com>
|
||||
Cliff Wright <cliff@snipe444.org>
|
||||
Phill Hugo <phill@gphoto.org>
|
||||
Beat Christen <spiff@longstreet.ch>
|
||||
Warren Baird <wjbaird@bigfoot.com>
|
||||
Brent D. Metz <bmetz@vt.edu>
|
||||
Brian Hirt <bhirt@loopy.berkhirt.com>
|
||||
Mandrake <mandrake@lobotomy.com>
|
||||
Randy D. Scott <scottr@wwa.com>
|
||||
Paul S. Jenner <psj@mustec.eu.org>
|
||||
Tuomas Kuosmanen <tigert@gimp.org>
|
||||
Ole Aamot <oleaa@ifi.uio.no>
|
||||
Mariusz Zynel <mariusz@mizar.org>
|
||||
Johannes Erdfelt <johannes@erdfelt.com>
|
||||
Werner Almesberger <almesber@lrc.di.epfl.ch>
|
||||
Ole W. Saastad <o.w.saastad@kjemi.uio.no>
|
||||
Veros Kaplan <xkaplan@informatics.muni.cz>
|
||||
Wolfgang Reissnegger
|
||||
Philippe Marzouk <philm@users.sourceforge.net>
|
||||
Edouard Lafargue <lafargue@oslo.geco-prakla.slb.com>
|
||||
Bart van Leeuwen <bart@netage.nl>
|
||||
M. Adam Kendall <joker@penguinpub.com>
|
||||
Mark Davies <mdavies@dial.pipex.com>
|
||||
Beat Christen <spiff@longstreet.ch>
|
||||
Gus Hartmann <hartmann@madison-expat.net>
|
||||
Raymond Penners <raymond@dotsphinx.com>
|
||||
Marcus Meissner <marcus@jet.franken.de>
|
||||
Hans Ulrich Niedermann <hun@users.sourceforge.net>
|
||||
Colin Marquardt <cmarqu@users.sourceforge.net>
|
||||
|
||||
%description devel
|
||||
gPhoto (GNU Photo) is a set of libraries for previewing, retrieving,
|
||||
and capturing images from a range of supported digital cameras to your
|
||||
@ -107,52 +65,9 @@ local hard drive.
|
||||
|
||||
These are its development libraries and headers.
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Scott Fritzinger <scottf@scs.unr.edu>
|
||||
Lutz Müller <lutz@users.sourceforge.net>
|
||||
|
||||
Eugene Crosser <crosser@average.org>
|
||||
Matt Martin <matt.martin@ieee.org>
|
||||
Gary Ross <gdr@hooked.net>
|
||||
M. Adam Kendall <joker@penguinpub.com>
|
||||
Del Simmons <del@gphoto.org>
|
||||
Bob Paauwe <bpaauwe@bobsplace.com>
|
||||
Cliff Wright <cliff@snipe444.org>
|
||||
Phill Hugo <phill@gphoto.org>
|
||||
Beat Christen <spiff@longstreet.ch>
|
||||
Warren Baird <wjbaird@bigfoot.com>
|
||||
Brent D. Metz <bmetz@vt.edu>
|
||||
Brian Hirt <bhirt@loopy.berkhirt.com>
|
||||
Mandrake <mandrake@lobotomy.com>
|
||||
Randy D. Scott <scottr@wwa.com>
|
||||
Paul S. Jenner <psj@mustec.eu.org>
|
||||
Tuomas Kuosmanen <tigert@gimp.org>
|
||||
Ole Aamot <oleaa@ifi.uio.no>
|
||||
Mariusz Zynel <mariusz@mizar.org>
|
||||
Johannes Erdfelt <johannes@erdfelt.com>
|
||||
Werner Almesberger <almesber@lrc.di.epfl.ch>
|
||||
Ole W. Saastad <o.w.saastad@kjemi.uio.no>
|
||||
Veros Kaplan <xkaplan@informatics.muni.cz>
|
||||
Wolfgang Reissnegger
|
||||
Philippe Marzouk <philm@users.sourceforge.net>
|
||||
Edouard Lafargue <lafargue@oslo.geco-prakla.slb.com>
|
||||
Bart van Leeuwen <bart@netage.nl>
|
||||
M. Adam Kendall <joker@penguinpub.com>
|
||||
Mark Davies <mdavies@dial.pipex.com>
|
||||
Beat Christen <spiff@longstreet.ch>
|
||||
Gus Hartmann <hartmann@madison-expat.net>
|
||||
Raymond Penners <raymond@dotsphinx.com>
|
||||
Marcus Meissner <marcus@jet.franken.de>
|
||||
Hans Ulrich Niedermann <hun@users.sourceforge.net>
|
||||
Colin Marquardt <cmarqu@users.sourceforge.net>
|
||||
|
||||
%lang_package
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
%{?suse_update_config:%{suse_update_config -f . libgphoto2_port}}
|
||||
|
Loading…
Reference in New Issue
Block a user