forked from pool/libgphoto2
This commit is contained in:
committed by
Git OBS Bridge
parent
b2c58905bb
commit
354387bc78
@@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Feb 29 14:54:24 CET 2008 - meissner@suse.de
|
||||||
|
|
||||||
|
- remove version checks for suse10.0, remove one line
|
||||||
|
that rpmlint does not like from a pkgconfig file.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Sep 13 09:53:25 CEST 2007 - stbinner@suse.de
|
Thu Sep 13 09:53:25 CEST 2007 - stbinner@suse.de
|
||||||
|
|
||||||
|
225
libgphoto2.spec
225
libgphoto2.spec
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libgphoto2 (Version 2.4.0)
|
# spec file for package libgphoto2 (Version 2.4.0)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
# package are under the same license as the package itself.
|
# package are under the same license as the package itself.
|
||||||
#
|
#
|
||||||
@@ -10,20 +10,22 @@
|
|||||||
|
|
||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
|
|
||||||
Name: libgphoto2
|
Name: libgphoto2
|
||||||
BuildRequires: doxygen fdupes gcc-c++ hal-devel libexif-devel libjpeg-devel libusb-devel resmgr
|
BuildRequires: doxygen fdupes gcc-c++ hal-devel libexif-devel libjpeg-devel libusb-devel resmgr
|
||||||
URL: http://gphoto.org/
|
Url: http://gphoto.org/
|
||||||
%define prefix /usr
|
%define prefix /usr
|
||||||
License: LGPL v2 or later, individual distribution permission.
|
License: LGPL v2.1 or later
|
||||||
Group: Hardware/Camera
|
Group: Hardware/Camera
|
||||||
Summary: A Digital Camera Library
|
Summary: A Digital Camera Library
|
||||||
Version: 2.4.0
|
Version: 2.4.0
|
||||||
Release: 20
|
Release: 78
|
||||||
Source0: libgphoto2-%{version}.tar.bz2
|
Source0: libgphoto2-%{version}.tar.bz2
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Development headers for libgphoto2
|
Summary: Development headers for libgphoto2
|
||||||
License: LGPL v2 or later, individual distribution permission.
|
License: LGPL v2.1 or later
|
||||||
Group: Hardware/Camera
|
Group: Hardware/Camera
|
||||||
Requires: libgphoto2 = %version libusb-devel
|
Requires: libgphoto2 = %version libusb-devel
|
||||||
Requires: libexif-devel
|
Requires: libexif-devel
|
||||||
@@ -85,7 +87,6 @@ Authors:
|
|||||||
Hans Ulrich Niedermann <hun@users.sourceforge.net>
|
Hans Ulrich Niedermann <hun@users.sourceforge.net>
|
||||||
Colin Marquardt <cmarqu@users.sourceforge.net>
|
Colin Marquardt <cmarqu@users.sourceforge.net>
|
||||||
|
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
gPhoto (GNU Photo) is a set of libraries for previewing, retrieving,
|
gPhoto (GNU Photo) is a set of libraries for previewing, retrieving,
|
||||||
and capturing images from a range of supported digital cameras to your
|
and capturing images from a range of supported digital cameras to your
|
||||||
@@ -142,9 +143,6 @@ Authors:
|
|||||||
%build
|
%build
|
||||||
%{?suse_update_config:%{suse_update_config -f . libgphoto2_port}}
|
%{?suse_update_config:%{suse_update_config -f . libgphoto2_port}}
|
||||||
PATH="/usr/X11R6/bin:$PATH" \
|
PATH="/usr/X11R6/bin:$PATH" \
|
||||||
%if %suse_version > 1000
|
|
||||||
export RPM_OPT_FLAGS="$RPM_OPT_FLAGS -fstack-protector"
|
|
||||||
%endif
|
|
||||||
%configure \
|
%configure \
|
||||||
--with-doc-dir=%{_defaultdocdir}/%{name} \
|
--with-doc-dir=%{_defaultdocdir}/%{name} \
|
||||||
--with-drivers=all
|
--with-drivers=all
|
||||||
@@ -162,15 +160,6 @@ export LIBRARY_PATH=$RPM_BUILD_ROOT%{_libdir}
|
|||||||
cat libgphoto2-2.lang libgphoto2_port-0.lang > libgphoto2-all.lang
|
cat libgphoto2-2.lang libgphoto2_port-0.lang > libgphoto2-all.lang
|
||||||
pushd packaging/generic
|
pushd packaging/generic
|
||||||
export CAMLIBS=$RPM_BUILD_ROOT/%_libdir/libgphoto2/%version/
|
export CAMLIBS=$RPM_BUILD_ROOT/%_libdir/libgphoto2/%version/
|
||||||
%if %suse_version < 1000
|
|
||||||
install -m 0755 -d $RPM_BUILD_ROOT/etc/hotplug/usb/
|
|
||||||
./print-camera-list usb-usermap > $RPM_BUILD_ROOT/etc/hotplug/usb/usbcam.usermap
|
|
||||||
if [ ! -s $RPM_BUILD_ROOT/etc/hotplug/usb/usbcam.usermap ]; then
|
|
||||||
echo "*** Did not generate a usermap. Check the build."
|
|
||||||
exit 1
|
|
||||||
fi
|
|
||||||
%endif
|
|
||||||
%if %suse_version >= 1000
|
|
||||||
# Check the installed hal (in neededforbuild) if the directory
|
# Check the installed hal (in neededforbuild) if the directory
|
||||||
# is still at the place we expect to avoid surprises.
|
# is still at the place we expect to avoid surprises.
|
||||||
if [ ! -d /usr/share/hal/fdi/information/20thirdparty/ ] ; then
|
if [ ! -d /usr/share/hal/fdi/information/20thirdparty/ ] ; then
|
||||||
@@ -184,13 +173,13 @@ pushd packaging/generic
|
|||||||
echo "*** Did not generate a fdi map. Check the build."
|
echo "*** Did not generate a fdi map. Check the build."
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
%endif
|
|
||||||
popd
|
popd
|
||||||
# udev helpers not used here.
|
# udev helpers not used here.
|
||||||
rm $RPM_BUILD_ROOT/usr/%_lib/udev/check-mtp-device
|
rm $RPM_BUILD_ROOT/usr/%_lib/udev/check-mtp-device
|
||||||
rm $RPM_BUILD_ROOT/usr/%_lib/udev/check-ptp-camera
|
rm $RPM_BUILD_ROOT/usr/%_lib/udev/check-ptp-camera
|
||||||
mv doc/doxygen-output/libgphoto2-api.html apidocs
|
mv doc/doxygen-output/libgphoto2-api.html apidocs
|
||||||
|
grep -v driverdir= $RPM_BUILD_ROOT/usr/lib/pkgconfig/libgphoto2_port.pc > $RPM_BUILD_ROOT/usr/lib/pkgconfig/libgphoto2_port.pc.new
|
||||||
|
mv $RPM_BUILD_ROOT/usr/lib/pkgconfig/libgphoto2_port.pc.new $RPM_BUILD_ROOT/usr/lib/pkgconfig/libgphoto2_port.pc
|
||||||
%fdupes $RPM_BUILD_ROOT
|
%fdupes $RPM_BUILD_ROOT
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
@@ -206,15 +195,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{prefix}/share/%{name}
|
%{prefix}/share/%{name}
|
||||||
%{_libdir}/libgphoto2.so.*
|
%{_libdir}/libgphoto2.so.*
|
||||||
%{_libdir}/libgphoto2_port.so.*
|
%{_libdir}/libgphoto2_port.so.*
|
||||||
%if %suse_version < 1000
|
|
||||||
/etc/hotplug/usb/*
|
|
||||||
%endif
|
|
||||||
%{_mandir}/man3/libgphoto2.3*
|
%{_mandir}/man3/libgphoto2.3*
|
||||||
%{_mandir}/man3/libgphoto2_port.3*
|
%{_mandir}/man3/libgphoto2_port.3*
|
||||||
%if %suse_version >= 1000
|
|
||||||
/usr/share/hal/fdi/information/20thirdparty/10-camera-libgphoto2.fdi
|
/usr/share/hal/fdi/information/20thirdparty/10-camera-libgphoto2.fdi
|
||||||
# /usr/share/hal/fdi/information/20thirdparty/10-camera-libgphoto2-device.fdi
|
# /usr/share/hal/fdi/information/20thirdparty/10-camera-libgphoto2-device.fdi
|
||||||
%endif
|
|
||||||
|
|
||||||
%files lang -f libgphoto2-all.lang
|
%files lang -f libgphoto2-all.lang
|
||||||
|
|
||||||
@@ -238,109 +222,112 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
/sbin/ldconfig
|
/sbin/ldconfig
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Thu Sep 13 2007 - stbinner@suse.de
|
* Fri Feb 29 2008 meissner@suse.de
|
||||||
|
- remove version checks for suse10.0, remove one line
|
||||||
|
that rpmlint does not like from a pkgconfig file.
|
||||||
|
* Thu Sep 13 2007 stbinner@suse.de
|
||||||
- don't package API documentation into main lib package (#310143)
|
- don't package API documentation into main lib package (#310143)
|
||||||
* Tue Aug 07 2007 - maw@suse.de
|
* Tue Aug 07 2007 maw@suse.de
|
||||||
- Use %%fdupes
|
- Use %%fdupes
|
||||||
- Split off a -lang subpackage
|
- Split off a -lang subpackage
|
||||||
- s#%%run_ldconfig#/sbin/ldconfig/ in %%post and %%postun.
|
- s#%%run_ldconfig#/sbin/ldconfig/ in %%post and %%postun.
|
||||||
* Mon Jul 30 2007 - meissner@suse.de
|
* Mon Jul 30 2007 meissner@suse.de
|
||||||
- upgraded to 2.4.0 final
|
- upgraded to 2.4.0 final
|
||||||
- only small fixes and some new USB ids
|
- only small fixes and some new USB ids
|
||||||
* Fri Jun 22 2007 - meissner@suse.de
|
* Fri Jun 22 2007 meissner@suse.de
|
||||||
- upgraded to current trunk svn
|
- upgraded to current trunk svn
|
||||||
- new driver ids
|
- new driver ids
|
||||||
- PTP2 EOS 400D support enhancements
|
- PTP2 EOS 400D support enhancements
|
||||||
- fixed a max packetsize problem
|
- fixed a max packetsize problem
|
||||||
* Mon Jun 11 2007 - meissner@suse.de
|
* Mon Jun 11 2007 meissner@suse.de
|
||||||
- upgraded to current trunk svn
|
- upgraded to current trunk svn
|
||||||
- various cleanups
|
- various cleanups
|
||||||
- Canon EOS 400D capture support started.
|
- Canon EOS 400D capture support started.
|
||||||
- make check now in %%check, postun runs ldconfig
|
- make check now in %%check, postun runs ldconfig
|
||||||
* Thu May 17 2007 - meissner@suse.de
|
* Thu May 17 2007 meissner@suse.de
|
||||||
- upstream 2.3.1.4.trunk:
|
- upstream 2.3.1.4.trunk:
|
||||||
- lots of bugfixes coming from Coverity
|
- lots of bugfixes coming from Coverity
|
||||||
- bugfixes
|
- bugfixes
|
||||||
- new USB ids
|
- new USB ids
|
||||||
- adjusted requirements to libusb-devel
|
- adjusted requirements to libusb-devel
|
||||||
* Tue Feb 27 2007 - dmueller@suse.de
|
* Wed Feb 28 2007 dmueller@suse.de
|
||||||
- adjust BuildRequires: libexif -> libexif-devel
|
- adjust BuildRequires: libexif -> libexif-devel
|
||||||
* Wed Feb 21 2007 - meissner@suse.de
|
* Wed Feb 21 2007 meissner@suse.de
|
||||||
- Upgraded to current upstream SVN.
|
- Upgraded to current upstream SVN.
|
||||||
- lots of new ids
|
- lots of new ids
|
||||||
- several bugfixes
|
- several bugfixes
|
||||||
- Disabled mDNSresponder stuff. Breaks for too much people
|
- Disabled mDNSresponder stuff. Breaks for too much people
|
||||||
without large benefit (only 1 or 2 existing cameras can use it).
|
without large benefit (only 1 or 2 existing cameras can use it).
|
||||||
* Sat Jan 13 2007 - meissner@suse.de
|
* Sat Jan 13 2007 meissner@suse.de
|
||||||
- use upstream current SVN with last patch included
|
- use upstream current SVN with last patch included
|
||||||
- run make check
|
- run make check
|
||||||
* Fri Jan 12 2007 - dmueller@suse.de
|
* Fri Jan 12 2007 dmueller@suse.de
|
||||||
- fix pedantic header compile
|
- fix pedantic header compile
|
||||||
* Mon Jan 08 2007 - meissner@suse.de
|
* Mon Jan 08 2007 meissner@suse.de
|
||||||
- fixed libdir problem.
|
- fixed libdir problem.
|
||||||
* Mon Jan 08 2007 - meissner@suse.de
|
* Mon Jan 08 2007 meissner@suse.de
|
||||||
- upgraded to 2.3.1.3.trunk.
|
- upgraded to 2.3.1.3.trunk.
|
||||||
- large parts of PTP2 driver rewritten.
|
- large parts of PTP2 driver rewritten.
|
||||||
- possibility to download data without need
|
- possibility to download data without need
|
||||||
to keep it in memory.
|
to keep it in memory.
|
||||||
* Tue Dec 05 2006 - meissner@suse.de
|
* Tue Dec 05 2006 meissner@suse.de
|
||||||
- upgraded to 2.3.0 final.
|
- upgraded to 2.3.0 final.
|
||||||
- some new ids
|
- some new ids
|
||||||
- bugfixes
|
- bugfixes
|
||||||
* Tue Nov 14 2006 - meissner@suse.de
|
* Tue Nov 14 2006 meissner@suse.de
|
||||||
- Some new ids added.
|
- Some new ids added.
|
||||||
- fixed broken canon driver (GP_LOG does not exist).
|
- fixed broken canon driver (GP_LOG does not exist).
|
||||||
- Fixed && -> &
|
- Fixed && -> &
|
||||||
* Thu Nov 09 2006 - meissner@suse.de
|
* Thu Nov 09 2006 meissner@suse.de
|
||||||
- updated to current SVN:
|
- updated to current SVN:
|
||||||
- lots of new PTP USB ids
|
- lots of new PTP USB ids
|
||||||
- small bugfixes
|
- small bugfixes
|
||||||
* Mon Oct 30 2006 - meissner@suse.de
|
* Mon Oct 30 2006 meissner@suse.de
|
||||||
- include doxygen documentation
|
- include doxygen documentation
|
||||||
- use correct types for portable_audio_player so we
|
- use correct types for portable_audio_player so we
|
||||||
get ACLs from hal-resmgr.
|
get ACLs from hal-resmgr.
|
||||||
* Fri Oct 27 2006 - meissner@suse.de
|
* Fri Oct 27 2006 meissner@suse.de
|
||||||
- split into libgphoto2 and libgphoto2-devel
|
- split into libgphoto2 and libgphoto2-devel
|
||||||
- updated to current TRUNK
|
- updated to current TRUNK
|
||||||
- some bugfixes (strncat)
|
- some bugfixes (strncat)
|
||||||
- some new USB ids.
|
- some new USB ids.
|
||||||
* Fri Oct 27 2006 - ro@suse.de
|
* Fri Oct 27 2006 ro@suse.de
|
||||||
- provide libgphoto2-devel until/unless package is split
|
- provide libgphoto2-devel until/unless package is split
|
||||||
* Tue Oct 17 2006 - meissner@suse.de
|
* Tue Oct 17 2006 meissner@suse.de
|
||||||
- upgraded to current trunk.
|
- upgraded to current trunk.
|
||||||
- MTP playlist support.
|
- MTP playlist support.
|
||||||
- More MTP fixes.
|
- More MTP fixes.
|
||||||
- Lots of new ids.
|
- Lots of new ids.
|
||||||
- Fast CANON directory retrieval.
|
- Fast CANON directory retrieval.
|
||||||
* Tue Sep 05 2006 - meissner@suse.de
|
* Tue Sep 05 2006 meissner@suse.de
|
||||||
- dbus_connection_disconnect() -> dbus_connection_close()
|
- dbus_connection_disconnect() -> dbus_connection_close()
|
||||||
* Tue Aug 29 2006 - meissner@suse.de
|
* Tue Aug 29 2006 meissner@suse.de
|
||||||
- more bugfixes from trunk and split off C# bindings
|
- more bugfixes from trunk and split off C# bindings
|
||||||
package.
|
package.
|
||||||
* Mon Aug 28 2006 - meissner@suse.de
|
* Mon Aug 28 2006 meissner@suse.de
|
||||||
- upgraded to current trunk version.
|
- upgraded to current trunk version.
|
||||||
- MTP fixes, including handling of Umlauts
|
- MTP fixes, including handling of Umlauts
|
||||||
- New device ids
|
- New device ids
|
||||||
- C# binding fixes
|
- C# binding fixes
|
||||||
- removed upstreamed patches.
|
- removed upstreamed patches.
|
||||||
* Tue Aug 01 2006 - dmueller@suse.de
|
* Tue Aug 01 2006 dmueller@suse.de
|
||||||
- add compiler warning fix for installed headers
|
- add compiler warning fix for installed headers
|
||||||
* Mon Jun 19 2006 - meissner@suse.de
|
* Mon Jun 19 2006 meissner@suse.de
|
||||||
- Upgraded to 2.2.0 release.
|
- Upgraded to 2.2.0 release.
|
||||||
- More new USB ids.
|
- More new USB ids.
|
||||||
- Lots of MTP fixes.
|
- Lots of MTP fixes.
|
||||||
- wait_for_event handling.
|
- wait_for_event handling.
|
||||||
- metadata handling for MTP.
|
- metadata handling for MTP.
|
||||||
* Wed Apr 26 2006 - meissner@suse.de
|
* Wed Apr 26 2006 meissner@suse.de
|
||||||
- Readd names and "libgphoto2 support" tag for the MTP devices.
|
- Readd names and "libgphoto2 support" tag for the MTP devices.
|
||||||
- Mark the devices as "user" to get correct resmgr support.
|
- Mark the devices as "user" to get correct resmgr support.
|
||||||
(both reported by thoenig)
|
(both reported by thoenig)
|
||||||
* Sat Apr 22 2006 - meissner@suse.de
|
* Sat Apr 22 2006 meissner@suse.de
|
||||||
- Added 4 new PTP ids.
|
- Added 4 new PTP ids.
|
||||||
* Wed Apr 05 2006 - meissner@suse.de
|
* Wed Apr 05 2006 meissner@suse.de
|
||||||
- Report MTP Music Players correctly via FDI (hackish solution) #163015
|
- Report MTP Music Players correctly via FDI (hackish solution) #163015
|
||||||
- Some more new PTP ids.
|
- Some more new PTP ids.
|
||||||
* Mon Mar 27 2006 - meissner@suse.de
|
* Mon Mar 27 2006 meissner@suse.de
|
||||||
- Merged some important fixes from CVS.
|
- Merged some important fixes from CVS.
|
||||||
- libgphoto2-map-mp3.patch: Map MP3 mimetypes correctly to PTP
|
- libgphoto2-map-mp3.patch: Map MP3 mimetypes correctly to PTP
|
||||||
ObjectFormat codes.
|
ObjectFormat codes.
|
||||||
@@ -348,56 +335,56 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
compatible music complayers.
|
compatible music complayers.
|
||||||
- libgphoto2-new-usbids.patch: New USB IDs collected over the last
|
- libgphoto2-new-usbids.patch: New USB IDs collected over the last
|
||||||
few weeks.
|
few weeks.
|
||||||
* Wed Feb 22 2006 - stbinner@suse.de
|
* Wed Feb 22 2006 stbinner@suse.de
|
||||||
- don't require hal on 9.2 supplementary distributions
|
- don't require hal on 9.2 supplementary distributions
|
||||||
* Fri Jan 27 2006 - mls@suse.de
|
* Fri Jan 27 2006 mls@suse.de
|
||||||
- converted neededforbuild to BuildRequires
|
- converted neededforbuild to BuildRequires
|
||||||
* Wed Jan 25 2006 - meissner@suse.de
|
* Wed Jan 25 2006 meissner@suse.de
|
||||||
- Ignore Olympus cameras with Sierra firmware, since
|
- Ignore Olympus cameras with Sierra firmware, since
|
||||||
they also appear as storage devices.
|
they also appear as storage devices.
|
||||||
- Prepare for adding "camera" to "info.capabilities".
|
- Prepare for adding "camera" to "info.capabilities".
|
||||||
- Some bugfixes.
|
- Some bugfixes.
|
||||||
* Mon Jan 23 2006 - meissner@suse.de
|
* Mon Jan 23 2006 meissner@suse.de
|
||||||
- Upgraded to current CVS.
|
- Upgraded to current CVS.
|
||||||
- More PTP / MTP bugfixes.
|
- More PTP / MTP bugfixes.
|
||||||
* Mon Jan 16 2006 - meissner@suse.de
|
* Mon Jan 16 2006 meissner@suse.de
|
||||||
- Upgraded to current CVS.
|
- Upgraded to current CVS.
|
||||||
- Lots of MTP / PTP fixes.
|
- Lots of MTP / PTP fixes.
|
||||||
- PTP configuration handling rewrite
|
- PTP configuration handling rewrite
|
||||||
- use -fstack-protector only in SL > 10.0
|
- use -fstack-protector only in SL > 10.0
|
||||||
* Thu Jan 12 2006 - meissner@suse.de
|
* Thu Jan 12 2006 meissner@suse.de
|
||||||
- Upgraded to current CVS.
|
- Upgraded to current CVS.
|
||||||
- Lots of MTP and iRiver related fixes.
|
- Lots of MTP and iRiver related fixes.
|
||||||
* Tue Jan 10 2006 - meissner@suse.de
|
* Wed Jan 11 2006 meissner@suse.de
|
||||||
- Upgraded to 2.1.99
|
- Upgraded to 2.1.99
|
||||||
- Upgraded to current CVS.
|
- Upgraded to current CVS.
|
||||||
- Various new ids.
|
- Various new ids.
|
||||||
- Various bugfixes in ptp driver.
|
- Various bugfixes in ptp driver.
|
||||||
- translation updates.
|
- translation updates.
|
||||||
* Fri Dec 16 2005 - meissner@suse.de
|
* Fri Dec 16 2005 meissner@suse.de
|
||||||
- Upgraded to current CVS. (Some new ids, Ricoh R3 fixes).
|
- Upgraded to current CVS. (Some new ids, Ricoh R3 fixes).
|
||||||
- Fixed build in PLUS.
|
- Fixed build in PLUS.
|
||||||
* Mon Nov 28 2005 - meissner@suse.de
|
* Mon Nov 28 2005 meissner@suse.de
|
||||||
- Upgraded to current CVS (almost only new model ids).
|
- Upgraded to current CVS (almost only new model ids).
|
||||||
- Dropped last patch, I made fixes for this upstream, but parts
|
- Dropped last patch, I made fixes for this upstream, but parts
|
||||||
of the problem are actually on the gnome-volume-manager side.
|
of the problem are actually on the gnome-volume-manager side.
|
||||||
The fdi file in this package only contains non-usb-storage accessible
|
The fdi file in this package only contains non-usb-storage accessible
|
||||||
cameras.
|
cameras.
|
||||||
* Fri Nov 11 2005 - fejj@suse.de
|
* Fri Nov 11 2005 fejj@suse.de
|
||||||
- Revert fdi file fixes since they actually break them worse than before
|
- Revert fdi file fixes since they actually break them worse than before
|
||||||
* Mon Oct 10 2005 - meissner@suse.de
|
* Mon Oct 10 2005 meissner@suse.de
|
||||||
- Newest CVS snapshot:
|
- Newest CVS snapshot:
|
||||||
- Changed HAL fdi file according to upstream
|
- Changed HAL fdi file according to upstream
|
||||||
suggestion.
|
suggestion.
|
||||||
* Tue Sep 27 2005 - meissner@suse.de
|
* Tue Sep 27 2005 meissner@suse.de
|
||||||
- Upgraded to latest CVS snapshot.
|
- Upgraded to latest CVS snapshot.
|
||||||
- reduce memory footprint when downloading images
|
- reduce memory footprint when downloading images
|
||||||
- new ids
|
- new ids
|
||||||
* Sat Aug 20 2005 - schwab@suse.de
|
* Sat Aug 20 2005 schwab@suse.de
|
||||||
- Don't require hotplug.
|
- Don't require hotplug.
|
||||||
* Thu Aug 18 2005 - meissner@suse.de
|
* Thu Aug 18 2005 meissner@suse.de
|
||||||
- removed /etc/hotplug/usb/usbcam.usermap use. #105276
|
- removed /etc/hotplug/usb/usbcam.usermap use. #105276
|
||||||
* Wed Aug 17 2005 - meissner@suse.de
|
* Wed Aug 17 2005 meissner@suse.de
|
||||||
- Merged to current CVS.
|
- Merged to current CVS.
|
||||||
- New "disk:" support to support mass storage cameras (written
|
- New "disk:" support to support mass storage cameras (written
|
||||||
by Marcus M.), changes in libgphoto2_port/disk/disk.c, libgphoto2/
|
by Marcus M.), changes in libgphoto2_port/disk/disk.c, libgphoto2/
|
||||||
@@ -406,181 +393,181 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
- usb - suppress some unnecessary "usb:XXX,YYY" ports.
|
- usb - suppress some unnecessary "usb:XXX,YYY" ports.
|
||||||
- escape & in HAL FDI maps.
|
- escape & in HAL FDI maps.
|
||||||
- Some small bugfixes and new ids.
|
- Some small bugfixes and new ids.
|
||||||
* Fri Aug 12 2005 - meissner@suse.de
|
* Fri Aug 12 2005 meissner@suse.de
|
||||||
- Upgraded to current CVS.
|
- Upgraded to current CVS.
|
||||||
- Some new ids
|
- Some new ids
|
||||||
- Some bugfixes for PTP.
|
- Some bugfixes for PTP.
|
||||||
- FDI patch is obsolete.
|
- FDI patch is obsolete.
|
||||||
* Tue Aug 09 2005 - meissner@suse.de
|
* Tue Aug 09 2005 meissner@suse.de
|
||||||
- Supply the libgphoto2 camera name in the FDI script.
|
- Supply the libgphoto2 camera name in the FDI script.
|
||||||
* Tue Jul 19 2005 - meissner@suse.de
|
* Tue Jul 19 2005 meissner@suse.de
|
||||||
- gphoto-desktopdev is no longer used at all, all done
|
- gphoto-desktopdev is no longer used at all, all done
|
||||||
via hal-resmgr.
|
via hal-resmgr.
|
||||||
- Generate usbmap and fdimap on the fly during build,
|
- Generate usbmap and fdimap on the fly during build,
|
||||||
no longer shipped seperately.
|
no longer shipped seperately.
|
||||||
- Create FDI map XML file and install into freedesktop
|
- Create FDI map XML file and install into freedesktop
|
||||||
FDI space.
|
FDI space.
|
||||||
* Mon Jul 11 2005 - meissner@suse.de
|
* Mon Jul 11 2005 meissner@suse.de
|
||||||
- Upgraded to latest development snapshot.
|
- Upgraded to latest development snapshot.
|
||||||
- buildsystem changes, now generates slightly
|
- buildsystem changes, now generates slightly
|
||||||
different shared drivers
|
different shared drivers
|
||||||
- disk backend with hal support
|
- disk backend with hal support
|
||||||
- PTP driver enhancements, especially for Nikon D70
|
- PTP driver enhancements, especially for Nikon D70
|
||||||
- new HP Photosmart 215 driver
|
- new HP Photosmart 215 driver
|
||||||
* Mon Jun 27 2005 - meissner@suse.de
|
* Mon Jun 27 2005 meissner@suse.de
|
||||||
- upgraded to 2.1.6.
|
- upgraded to 2.1.6.
|
||||||
- added 3 more cameras, some final fixes.
|
- added 3 more cameras, some final fixes.
|
||||||
* Fri Jun 10 2005 - meissner@suse.de
|
* Fri Jun 10 2005 meissner@suse.de
|
||||||
- Upgraded to 2.1.6rc2.
|
- Upgraded to 2.1.6rc2.
|
||||||
- 2.6.12 kernel fixes
|
- 2.6.12 kernel fixes
|
||||||
- libusb 0.10 fixes
|
- libusb 0.10 fixes
|
||||||
- various new cameras and features.
|
- various new cameras and features.
|
||||||
* Mon Mar 21 2005 - meissner@suse.de
|
* Mon Mar 21 2005 meissner@suse.de
|
||||||
- Added Sea & Sea 5000G, reported missing by Gerald.
|
- Added Sea & Sea 5000G, reported missing by Gerald.
|
||||||
* Tue Mar 01 2005 - meissner@suse.de
|
* Tue Mar 01 2005 meissner@suse.de
|
||||||
- get rid of slashes in camera names.
|
- get rid of slashes in camera names.
|
||||||
* Tue Feb 22 2005 - meissner@suse.de
|
* Tue Feb 22 2005 meissner@suse.de
|
||||||
- last change (etc/dev.d/usb) is not necessary.
|
- last change (etc/dev.d/usb) is not necessary.
|
||||||
* Fri Feb 18 2005 - meissner@suse.de
|
* Fri Feb 18 2005 meissner@suse.de
|
||||||
- fixed directory lists.
|
- fixed directory lists.
|
||||||
* Fri Feb 18 2005 - meissner@suse.de
|
* Fri Feb 18 2005 meissner@suse.de
|
||||||
- Upgraded to current CVS.
|
- Upgraded to current CVS.
|
||||||
- Nikon and Pentax Sierra mode support.
|
- Nikon and Pentax Sierra mode support.
|
||||||
- bugfixes and some new models for existing drivers.
|
- bugfixes and some new models for existing drivers.
|
||||||
- Move gphoto-desktop dev also to /etc/dev.d/usb/, since hotplug
|
- Move gphoto-desktop dev also to /etc/dev.d/usb/, since hotplug
|
||||||
is no longer used, but udev is.
|
is no longer used, but udev is.
|
||||||
* Fri Feb 04 2005 - meissner@suse.de
|
* Fri Feb 04 2005 meissner@suse.de
|
||||||
- Upgraded to current 2.1.6 development branch
|
- Upgraded to current 2.1.6 development branch
|
||||||
version.
|
version.
|
||||||
* Thu Dec 16 2004 - meissner@suse.de
|
* Thu Dec 16 2004 meissner@suse.de
|
||||||
- Upgraded to 2.1.5 release.
|
- Upgraded to 2.1.5 release.
|
||||||
* Tue Nov 30 2004 - meissner@suse.de
|
* Tue Nov 30 2004 meissner@suse.de
|
||||||
- Upgraded to 2.1.5rc1.
|
- Upgraded to 2.1.5rc1.
|
||||||
* Tue Oct 19 2004 - meissner@suse.de
|
* Tue Oct 19 2004 meissner@suse.de
|
||||||
- Upgraded to current CVS head versions.
|
- Upgraded to current CVS head versions.
|
||||||
- no -> nb renamed.
|
- no -> nb renamed.
|
||||||
- Added starts of PTP configuration magic.
|
- Added starts of PTP configuration magic.
|
||||||
* Fri Sep 17 2004 - meissner@suse.de
|
* Fri Sep 17 2004 meissner@suse.de
|
||||||
- Some new ids of new cameras extracted from HEAD branch.
|
- Some new ids of new cameras extracted from HEAD branch.
|
||||||
* Mon Sep 06 2004 - meissner@suse.de
|
* Mon Sep 06 2004 meissner@suse.de
|
||||||
- Upgraded to current CVS.
|
- Upgraded to current CVS.
|
||||||
- PTP config handling improved.
|
- PTP config handling improved.
|
||||||
- More cameras.
|
- More cameras.
|
||||||
* Tue Aug 31 2004 - meissner@suse.de
|
* Tue Aug 31 2004 meissner@suse.de
|
||||||
- Upgrade to current CVS.
|
- Upgrade to current CVS.
|
||||||
- detach kernel drivers for stv680 and spca50x
|
- detach kernel drivers for stv680 and spca50x
|
||||||
if used.
|
if used.
|
||||||
- PTP property handling.
|
- PTP property handling.
|
||||||
- sq905 fixes.
|
- sq905 fixes.
|
||||||
* Thu Aug 19 2004 - meissner@suse.de
|
* Thu Aug 19 2004 meissner@suse.de
|
||||||
- Updated to current HEAD development branch.
|
- Updated to current HEAD development branch.
|
||||||
- lots of new PTP ids
|
- lots of new PTP ids
|
||||||
- handling of multiple USB cameras at once.
|
- handling of multiple USB cameras at once.
|
||||||
- lots of fixes in other drivers.
|
- lots of fixes in other drivers.
|
||||||
- new drivers for newer small cameras.
|
- new drivers for newer small cameras.
|
||||||
* Mon Apr 19 2004 - meissner@suse.de
|
* Mon Apr 19 2004 meissner@suse.de
|
||||||
- %%jobs, fixed syntax aliasing problems.
|
- %%jobs, fixed syntax aliasing problems.
|
||||||
* Wed Apr 07 2004 - meissner@suse.de
|
* Wed Apr 07 2004 meissner@suse.de
|
||||||
- removed hotplug from neededforbuild.
|
- removed hotplug from neededforbuild.
|
||||||
* Tue Apr 06 2004 - adrian@suse.de
|
* Tue Apr 06 2004 adrian@suse.de
|
||||||
- hardcode camera hotplug file name
|
- hardcode camera hotplug file name
|
||||||
(partly workarounds #37902)
|
(partly workarounds #37902)
|
||||||
* Mon Mar 22 2004 - meissner@suse.de
|
* Mon Mar 22 2004 meissner@suse.de
|
||||||
- updated from branch:
|
- updated from branch:
|
||||||
- canon: 2 critical bugfixes, 1 new id.
|
- canon: 2 critical bugfixes, 1 new id.
|
||||||
- ptp2: better working capture code, new ids.
|
- ptp2: better working capture code, new ids.
|
||||||
- agfa cl20: heaps of fixes
|
- agfa cl20: heaps of fixes
|
||||||
- misc: new camera ids for several drivers.
|
- misc: new camera ids for several drivers.
|
||||||
- updated usbcam.usermap accordingly.
|
- updated usbcam.usermap accordingly.
|
||||||
* Thu Mar 18 2004 - adrian@suse.de
|
* Thu Mar 18 2004 adrian@suse.de
|
||||||
- create icon and register device in resmgr via hotplug
|
- create icon and register device in resmgr via hotplug
|
||||||
* Mon Jan 19 2004 - meissner@suse.de
|
* Mon Jan 19 2004 meissner@suse.de
|
||||||
- Upgraded to final 2.1.4 version.
|
- Upgraded to final 2.1.4 version.
|
||||||
* Wed Jan 07 2004 - meissner@suse.de
|
* Wed Jan 07 2004 meissner@suse.de
|
||||||
- Upgraded to current CVS (head4):
|
- Upgraded to current CVS (head4):
|
||||||
- multiple cameras of same type at once support.
|
- multiple cameras of same type at once support.
|
||||||
- several new camera ids, lots of bug fixes.
|
- several new camera ids, lots of bug fixes.
|
||||||
* Fri Nov 21 2003 - meissner@suse.de
|
* Fri Nov 21 2003 meissner@suse.de
|
||||||
- upgraded to current CVS head with all the Ricoh G3 fixes.
|
- upgraded to current CVS head with all the Ricoh G3 fixes.
|
||||||
* Wed Oct 15 2003 - meissner@suse.de
|
* Wed Oct 15 2003 meissner@suse.de
|
||||||
- do not build as root.
|
- do not build as root.
|
||||||
* Mon Oct 13 2003 - meissner@suse.de
|
* Mon Oct 13 2003 meissner@suse.de
|
||||||
- Upgraded to current development snapshot.
|
- Upgraded to current development snapshot.
|
||||||
* Wed Sep 17 2003 - meissner@suse.de
|
* Wed Sep 17 2003 meissner@suse.de
|
||||||
- sierra driver: Do not stop a never started progress context.
|
- sierra driver: Do not stop a never started progress context.
|
||||||
- ptp2 driver: Increase timeout for capture #30946
|
- ptp2 driver: Increase timeout for capture #30946
|
||||||
* Mon Sep 15 2003 - meissner@suse.de
|
* Mon Sep 15 2003 meissner@suse.de
|
||||||
- added diff with bugfixes and new camera ids from current cvs.
|
- added diff with bugfixes and new camera ids from current cvs.
|
||||||
- Fixes and new ids in PTP2 driver
|
- Fixes and new ids in PTP2 driver
|
||||||
- Fixes and new ids in Canon driver
|
- Fixes and new ids in Canon driver
|
||||||
- Make pdc640 driver recognize cameras at all.
|
- Make pdc640 driver recognize cameras at all.
|
||||||
- Fixes for soundvision driver, new camera model.
|
- Fixes for soundvision driver, new camera model.
|
||||||
* Sun Aug 10 2003 - meissner@suse.de
|
* Sun Aug 10 2003 meissner@suse.de
|
||||||
- Updated to 2.1.2 release.
|
- Updated to 2.1.2 release.
|
||||||
* Mon Jun 16 2003 - meissner@suse.de
|
* Mon Jun 16 2003 meissner@suse.de
|
||||||
- updated to 2.1.2 rc3 level (called dev11).
|
- updated to 2.1.2 rc3 level (called dev11).
|
||||||
* Thu Jun 12 2003 - meissner@suse.de
|
* Thu Jun 12 2003 meissner@suse.de
|
||||||
- fixed build, added %%find_lang usage.
|
- fixed build, added %%find_lang usage.
|
||||||
* Thu Jun 12 2003 - meissner@suse.de
|
* Thu Jun 12 2003 meissner@suse.de
|
||||||
- added hotplug to neededforbuild due to missing directories.
|
- added hotplug to neededforbuild due to missing directories.
|
||||||
- added missing dir %%_libdir/libgphoto2.
|
- added missing dir %%_libdir/libgphoto2.
|
||||||
* Tue May 13 2003 - meissner@suse.de
|
* Tue May 13 2003 meissner@suse.de
|
||||||
- %%_lib fix.
|
- %%_lib fix.
|
||||||
* Tue May 13 2003 - meissner@suse.de
|
* Tue May 13 2003 meissner@suse.de
|
||||||
- Upgraded to 2.1.2dev8 (current CVS):
|
- Upgraded to 2.1.2dev8 (current CVS):
|
||||||
- new ptp2 driver
|
- new ptp2 driver
|
||||||
- agfa cl20 driver
|
- agfa cl20 driver
|
||||||
- spca50x drivers merged into one
|
- spca50x drivers merged into one
|
||||||
- lots of bugs fixed.
|
- lots of bugs fixed.
|
||||||
- fixed filelist (added manpages).
|
- fixed filelist (added manpages).
|
||||||
* Mon Feb 17 2003 - meissner@suse.de
|
* Mon Feb 17 2003 meissner@suse.de
|
||||||
- Drop our own usbcam hotplug script and use desktopdev from resmgr
|
- Drop our own usbcam hotplug script and use desktopdev from resmgr
|
||||||
instead.
|
instead.
|
||||||
* Mon Feb 17 2003 - meissner@suse.de
|
* Mon Feb 17 2003 meissner@suse.de
|
||||||
- Upgraded to current CVS: bugfixes, pdc640 driver fixed again.
|
- Upgraded to current CVS: bugfixes, pdc640 driver fixed again.
|
||||||
- Fixed serial device open if resmgr is not running.
|
- Fixed serial device open if resmgr is not running.
|
||||||
- Updated usbids.
|
- Updated usbids.
|
||||||
* Thu Feb 06 2003 - meissner@suse.de
|
* Thu Feb 06 2003 meissner@suse.de
|
||||||
- Upgraded to current CVS.
|
- Upgraded to current CVS.
|
||||||
- Fixed support for Typhoon Stylocam, some
|
- Fixed support for Typhoon Stylocam, some
|
||||||
more stuff in pdc640 driver.
|
more stuff in pdc640 driver.
|
||||||
- Fixed usbcam script now for real.
|
- Fixed usbcam script now for real.
|
||||||
* Sat Jan 25 2003 - meissner@suse.de
|
* Sat Jan 25 2003 meissner@suse.de
|
||||||
- Upgraded to current CVS.
|
- Upgraded to current CVS.
|
||||||
- New gcam300, pccam300, benq driver.
|
- New gcam300, pccam300, benq driver.
|
||||||
- Fixes in others.
|
- Fixes in others.
|
||||||
- Fixed usermap, and usbcam script.
|
- Fixed usermap, and usbcam script.
|
||||||
* Thu Jan 09 2003 - meissner@suse.de
|
* Thu Jan 09 2003 meissner@suse.de
|
||||||
- Upgraded to current CVS version.
|
- Upgraded to current CVS version.
|
||||||
- New stv0674 camera driver.
|
- New stv0674 camera driver.
|
||||||
- Fixes in sierra, ptp, casio, largan camlibs.
|
- Fixes in sierra, ptp, casio, largan camlibs.
|
||||||
- More ids in others.
|
- More ids in others.
|
||||||
- resmgr style locking for serial devices.
|
- resmgr style locking for serial devices.
|
||||||
* Mon Dec 02 2002 - meissner@suse.de
|
* Mon Dec 02 2002 meissner@suse.de
|
||||||
- Final 2.1.1, translations complete, refreshed usbmap.
|
- Final 2.1.1, translations complete, refreshed usbmap.
|
||||||
* Wed Nov 20 2002 - meissner@suse.de
|
* Wed Nov 20 2002 meissner@suse.de
|
||||||
- neededforbuild += resmgr
|
- neededforbuild += resmgr
|
||||||
* Mon Nov 18 2002 - meissner@suse.de
|
* Mon Nov 18 2002 meissner@suse.de
|
||||||
- Updated to RC1 of libgphoto 2.1.1.
|
- Updated to RC1 of libgphoto 2.1.1.
|
||||||
- spca504_flash camlib.
|
- spca504_flash camlib.
|
||||||
- More PTP camera models, some PTP endianess problems fixed.
|
- More PTP camera models, some PTP endianess problems fixed.
|
||||||
- Fixed some 64bit bigendian and type punning problems with gcc 3.3.
|
- Fixed some 64bit bigendian and type punning problems with gcc 3.3.
|
||||||
- Use new resmgr in usermap script if present.
|
- Use new resmgr in usermap script if present.
|
||||||
* Thu Oct 31 2002 - meissner@suse.de
|
* Thu Oct 31 2002 meissner@suse.de
|
||||||
- Updated to latest upstream:
|
- Updated to latest upstream:
|
||||||
- SiPix Stylecam Blink driver added.
|
- SiPix Stylecam Blink driver added.
|
||||||
- More models for other cameras.
|
- More models for other cameras.
|
||||||
- Bugfixes.
|
- Bugfixes.
|
||||||
* Thu Sep 26 2002 - meissner@suse.de
|
* Thu Sep 26 2002 meissner@suse.de
|
||||||
- Updated to latest upstream:
|
- Updated to latest upstream:
|
||||||
- More Canon Models.
|
- More Canon Models.
|
||||||
- New Drivers: Kodak DC210, Largan lMini, pccam600, Mustek GSmart,
|
- New Drivers: Kodak DC210, Largan lMini, pccam600, Mustek GSmart,
|
||||||
SX330Z.
|
SX330Z.
|
||||||
* Fri Aug 23 2002 - meissner@suse.de
|
* Fri Aug 23 2002 meissner@suse.de
|
||||||
- Do not cat into system files, use seperate files for USB usermaps.
|
- Do not cat into system files, use seperate files for USB usermaps.
|
||||||
* Tue Aug 20 2002 - meissner@suse.de
|
* Tue Aug 20 2002 meissner@suse.de
|
||||||
- added prereq: hotplug /bin/cat
|
- added prereq: hotplug /bin/cat
|
||||||
* Wed Jul 31 2002 - meissner@suse.de
|
* Wed Jul 31 2002 meissner@suse.de
|
||||||
- dropped provides: gphoto
|
- dropped provides: gphoto
|
||||||
* Mon Jul 29 2002 - meissner@suse.de
|
* Mon Jul 29 2002 meissner@suse.de
|
||||||
- splitted up from gphoto.
|
- splitted up from gphoto.
|
||||||
|
Reference in New Issue
Block a user