Hello community, here is the log from the commit of package libgphoto2 checked in at Fri Oct 27 19:05:31 CEST 2006. -------- --- GNOME/libgphoto2/libgphoto2.changes 2006-10-27 14:59:50.000000000 +0200 +++ /mounts/work_src_done/STABLE/libgphoto2/libgphoto2.changes 2006-10-27 16:54:46.000000000 +0200 @@ -1,0 +2,8 @@ +Fri Oct 27 16:54:22 CEST 2006 - meissner@suse.de + +- split into libgphoto2 and libgphoto2-devel +- updated to current TRUNK + - some bugfixes (strncat) + - some new USB ids. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libgphoto2.spec ++++++ --- /var/tmp/diff_new_pack.SrmhZg/_old 2006-10-27 19:04:08.000000000 +0200 +++ /var/tmp/diff_new_pack.SrmhZg/_new 2006-10-27 19:04:08.000000000 +0200 @@ -11,21 +11,25 @@ # norootforbuild Name: libgphoto2 -BuildRequires: gcc-c++ hal-devel libexif libjpeg-devel mDNSResponder-devel mDNSResponder-lib resmgr +BuildRequires: doxygen gcc-c++ hal-devel libexif libjpeg-devel mDNSResponder-devel mDNSResponder-lib URL: http://gphoto.org/ %define prefix /usr License: GNU Library General Public License v. 2.0 and 2.1 (LGPL) Group: Hardware/Other Summary: A Digital Camera Library Version: 2.2.1.5.trunk -Release: 7 +Release: 8 Source0: libgphoto2-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build -Provides: libgphoto2-devel = %{version} Requires: udev resmgr %if %suse_version > 920 Requires: hal %endif +%package devel +Summary: A Digital Camera Library +License: GNU Library General Public License v. 2.0 and 2.1 (LGPL) +Group: Hardware/Other +Requires: libgphoto2 = %version libusb libexif %description gPhoto (GNU Photo) is a set of libraries for previewing, retrieving, @@ -83,6 +87,63 @@ 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 +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: + +http://gphoto.sourceforge.net/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> + %prep %setup -q @@ -142,18 +203,13 @@ %files -f libgphoto2-all.lang %defattr(-,root,root) -%{prefix}/include/gphoto2 %{_libdir}/libgphoto2 %{_libdir}/libgphoto2_port %dir %{_defaultdocdir}/%{name} %{_defaultdocdir}/%{name}/* %{prefix}/share/%{name} -%{prefix}/bin/gphoto2-config -%{prefix}/bin/gphoto2-port-config -%{_libdir}/libgphoto2.* -%{_libdir}/libgphoto2_port.* -%{_libdir}/pkgconfig/libgphoto2.pc -%{_libdir}/pkgconfig/libgphoto2_port.pc +%{_libdir}/libgphoto2.so.* +%{_libdir}/libgphoto2_port.so.* %if %suse_version < 1000 /etc/hotplug/usb/* %endif @@ -164,10 +220,27 @@ # /usr/share/hal/fdi/information/10freedesktop/10-camera-libgphoto2-device.fdi %endif +%files devel +%defattr(-,root,root) +%{prefix}/include/gphoto2 +%{prefix}/bin/gphoto2-config +%{prefix}/bin/gphoto2-port-config +%{_libdir}/libgphoto2.so +%{_libdir}/libgphoto2.la +%{_libdir}/libgphoto2_port.so +%{_libdir}/libgphoto2_port.la +%{_libdir}/pkgconfig/libgphoto2.pc +%{_libdir}/pkgconfig/libgphoto2_port.pc + %post %run_ldconfig %changelog -n libgphoto2 +* Fri Oct 27 2006 - meissner@suse.de +- split into libgphoto2 and libgphoto2-devel +- updated to current TRUNK + - some bugfixes (strncat) + - some new USB ids. * Fri Oct 27 2006 - ro@suse.de - provide libgphoto2-devel until/unless package is split * Tue Oct 17 2006 - meissner@suse.de ++++++ libgphoto2-2.2.1.5.trunk.tar.bz2 ++++++ ++++ 43520 lines of diff (skipped) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@suse.de