diff --git a/03_udev_rules_media_player b/03_udev_rules_media_player deleted file mode 100644 index c70c74c..0000000 --- a/03_udev_rules_media_player +++ /dev/null @@ -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(", "); - diff --git a/libgphoto2-2.4.7.1.tar.bz2 b/libgphoto2-2.4.7.1.tar.bz2 deleted file mode 100644 index 262840a..0000000 --- a/libgphoto2-2.4.7.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ddcfc1d62c21d2076c0a91fc0c525119ae2b944ff5aeba92995537d6efc86f6e -size 5304472 diff --git a/libgphoto2-2.4.8.tar.bz2 b/libgphoto2-2.4.8.tar.bz2 new file mode 100644 index 0000000..b39da2e --- /dev/null +++ b/libgphoto2-2.4.8.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69d7e0723b40e8a0c4fa897b96f6aecb5ae5548c3cce98c48e37b70623d9ffc3 +size 5371128 diff --git a/libgphoto2.changes b/libgphoto2.changes index c372d68..513d680 100644 --- a/libgphoto2.changes +++ b/libgphoto2.changes @@ -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 diff --git a/libgphoto2.spec b/libgphoto2.spec index 6d8a0dc..144d765 100644 --- a/libgphoto2.spec +++ b/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 - Lutz Müller - - Eugene Crosser - Matt Martin - Gary Ross - M. Adam Kendall - Del Simmons - Bob Paauwe - Cliff Wright - Phill Hugo - Beat Christen - Warren Baird - Brent D. Metz - Brian Hirt - Mandrake - Randy D. Scott - Paul S. Jenner - Tuomas Kuosmanen - Ole Aamot - Mariusz Zynel - Johannes Erdfelt - Werner Almesberger - Ole W. Saastad - Veros Kaplan - Wolfgang Reissnegger - Philippe Marzouk - Edouard Lafargue - Bart van Leeuwen - M. Adam Kendall - Mark Davies - Beat Christen - Gus Hartmann - Raymond Penners - Marcus Meissner - Hans Ulrich Niedermann - Colin Marquardt - %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 - Lutz Müller - - Eugene Crosser - Matt Martin - Gary Ross - M. Adam Kendall - Del Simmons - Bob Paauwe - Cliff Wright - Phill Hugo - Beat Christen - Warren Baird - Brent D. Metz - Brian Hirt - Mandrake - Randy D. Scott - Paul S. Jenner - Tuomas Kuosmanen - Ole Aamot - Mariusz Zynel - Johannes Erdfelt - Werner Almesberger - Ole W. Saastad - Veros Kaplan - Wolfgang Reissnegger - Philippe Marzouk - Edouard Lafargue - Bart van Leeuwen - M. Adam Kendall - Mark Davies - Beat Christen - Gus Hartmann - Raymond Penners - Marcus Meissner - Hans Ulrich Niedermann - Colin Marquardt - %lang_package %prep %setup -q -%patch0 -p1 %build %{?suse_update_config:%{suse_update_config -f . libgphoto2_port}}