File gpsPhoto-ChangeLog.patch of Package gpsPhoto

Index: gpsPhoto/ChangeLog
===================================================================
--- gpsPhoto.orig/ChangeLog
+++ gpsPhoto/ChangeLog
@@ -1,3 +1,379 @@
+2012-10-10 21:51  girlich
+
+	* src/gpsPhoto.pl: Add more GPS trags, if they are available.
+
+	  Patch came from alfimoo.
+	  https://sourceforge.net/tracker/?func=detail&aid=3527794&group_id=180378&atid=892946
+	  Many thanks.
+
+2012-10-10 20:20  girlich
+
+	* src/gpsPhoto.pl: Better name for temp files.
+
+	  The temporary file with the meta information must not be named
+	  base_1.ext.  Such a file may already exist. Use a proper
+	  temporary file name creation function.
+
+	  Closes bug
+	  https://sourceforge.net/tracker/?func=detail&aid=3104840&group_id=180378&atid=892944
+
+2012-10-10 19:57  girlich
+
+	* src/gpsPhoto.pl: Fractions in GPX timestamps were handled wrong.
+
+	  timegm() needs an integer (<=59) and so we give it one by
+	  extracting the integer part of the seconds. The fractional part
+	  of the seconds are later added.
+
+	  Thanks to bobkaare for finding the bug in the applied patch.
+	  Hopefully it works now with fractions in GPX time stamps.
+
+2011-10-30 20:34  girlich
+
+	* src/gpsPhoto.pl: Fix
+	  https://sourceforge.net/tracker/?func=detail&aid=3416187&group_id=180378&atid=892944
+	  Discard fractional seconds and add them later.
+
+2011-07-27 22:14  girlich
+
+	* src/gpsPhoto.pl: If wikipedia geoinfo does not work, than so be
+	  it. Don't analyse not existing text.
+
+2011-07-27 21:57  girlich
+
+	* src/gpsPhoto.pl: Added dng support.  Was requested by the support
+	  request:
+	  https://sourceforge.net/tracker/?func=detail&aid=3132669&group_id=180378&atid=892945
+
+2010-09-11 18:05  girlich
+
+	* src/gpsPhoto.pl: Fix
+	  https://sourceforge.net/tracker/?func=detail&aid=3044921&group_id=180378&atid=892946
+	  The patch did not completely work. I had to use the empty group.
+
+2010-09-11 17:55  girlich
+
+	* src/gpsPhoto.pl: Fix
+	  https://sourceforge.net/tracker/?func=detail&aid=3061816&group_id=180378&atid=892947
+	  If a GPX file cannot be parsed, it will be ignored completely.
+
+2010-06-27 19:02  girlich
+
+	* src/gpsPhoto.pl: This closes
+	  https://sourceforge.net/tracker/?func=detail&aid=2978081&group_id=180378&atid=892944
+	  The placemark and photooverlay images get width and height
+	  attribute.
+
+2010-06-16 19:15  girlich
+
+	* src/gpsPhoto.pl: Hopefully now
+	  http://sourceforge.net/tracker/?func=detail&aid=3014996&group_id=180378&atid=892947
+	  is fixed: The EXIF tag 0x9004 (dec 36868) is called "CreateDate"
+	  (in ExifTool) and not "DateTimeDigitized" as described (for
+	  example) at
+	  http://www.awaresystems.be/imaging/tiff/tifftags/privateifd/exif/datetimedigitized.html
+	  We now look for "DateTimeOriginal", "DateTimeDigitized", and
+	  "CreateDate" (in this order).
+
+2010-06-13 14:37  girlich
+
+	* src/gpsPhoto.pl: Bug (actually a feature request)
+	  http://sourceforge.net/tracker/index.php?func=detail&aid=3014996&group_id=180378&atid=892944
+	  fixed: If EXIF tag DateTimeOriginal is not available in a file,
+	  DateTimeDigitized is tried as well.
+
+2008-09-13 09:33  girlich
+
+	* src/gpsPhoto.pl: Implement feature request
+	  https://sourceforge.net/tracker/index.php?func=detail&aid=2108624&group_id=180378&atid=892947
+	  "do not put unused track segments into KML".	The option
+	  --kml-track-enable was enhanced compatible.
+
+2008-08-10 17:26  girlich
+
+	* src/gpsPhoto.pl: Implemented:
+	  http://sourceforge.net/tracker/index.php?func=detail&aid=1915324&group_id=180378&atid=892947
+	  image date & time can now stay unchanged or taken from EXIF
+
+2008-08-02 22:17  girlich
+
+	* src/gpsPhoto.pl: Directories and files with spaces in them need
+	  quotes in external commands.	Bug detected and fixed by Bastiaan
+	  Naber.
+
+2008-08-02 14:36  girlich
+
+	* src/gpsPhoto.pl: Small simplification in the thumbnail creation.
+	  Convert can take care of the image ratio itself.
+
+2008-08-02 14:21  girlich
+
+	* src/gpsPhoto.pl: Implemented thumbnail creation
+	  http://sourceforge.net/tracker/index.php?func=detail&aid=2035816&group_id=180378&atid=892947
+	  There are so many different use cases and preferences, where the
+	  images and where the thumbnails are really stored, I'm not sure
+	  gpsPhoto does everything right. Please test it.
+
+2008-08-02 12:02  girlich
+
+	* src/gpsPhoto.pl: Add a check against absolute thumbnail paths in
+	  KMLs with changed place for images. Still the thumbnails do not
+	  honour --kml-image-path yet.
+
+2008-08-02 10:59  girlich
+
+	* src/gpsPhoto.pl: The documentation reflects now the existing
+	  thumbnail code.  I'm still not happy about it.
+
+2008-07-31 22:04  girlich
+
+	* src/gpsPhoto.pl: implement thumbnail creation not completely
+	  documented yet
+
+2008-07-13 21:45  girlich
+
+	* src/gpsPhoto.pl: solve problem discussed in patch
+	  https://sourceforge.net/tracker/index.php?func=detail&aid=2017239&group_id=180378&atid=892946
+
+2008-07-13 21:12  girlich
+
+	* src/gpsPhoto.pl: implement feature request
+	  http://sourceforge.net/tracker/index.php?func=detail&aid=2015750&group_id=180378&atid=892947
+	  by applying patch
+	  https://sourceforge.net/tracker/index.php?func=detail&aid=2015757&group_id=180378&atid=892946
+	  --keywords stores now the different keywords not any more in a
+	  single long value but separates them at "," and creates a real
+	  list.
+
+2008-07-13 20:41  girlich
+
+	* src/gpsPhoto.pl: fix
+	  https://sourceforge.net/tracker/index.php?func=detail&aid=2017389&group_id=180378&atid=892944
+
+	  When --klm-image-dir contains :// it is assumed to be an URL and
+	  the directory and the file name are combined with / alone. No
+	  further postprocessing is done.
+
+	  If :// is missing, it is a normal path and File::Spec->join() can
+	  be used.
+
+2008-06-29 22:23  girlich
+
+	* src/gpsPhoto.pl: add an about folder
+
+2008-06-29 21:30  girlich
+
+	* src/gpsPhoto.pl: write tracks in their own folder in the main
+	  folder, not in "Photos" any more.  write timeline in the main
+	  folder.
+
+2008-06-13 17:31  girlich
+
+	* src/gpsPhoto.pl: photooverlay did not work correctly with portait
+	  photos
+
+2008-06-13 17:06  girlich
+
+	* src/gpsPhoto.pl: make track line in KML output optional default
+	  is on (obviously)
+
+2008-06-02 19:51  girlich
+
+	* src/gpsPhoto.pl: implement --kml-image-type=photooverlay This
+	  option is now the default, because it looks mostly like
+	  --kml-image-type=placemark but opens the image itself in the
+	  GoogleEarth embedded picture viewer. So this option creates first
+	  the possibility to create a complete self-contained KMZ file, as
+	  GE itself handles the photo viewing and no external software is
+	  needed.  This is so much better than the other --kml-image-type
+	  options, that I might remove the others completely. Who needs
+	  this anymore?
+
+	  Obviously the heading is north but should be corrected inside GE
+	  to orient the image according to the real environment.
+
+2008-02-03 21:00  girlich
+
+	* src/gpsPhoto.pl: Implemented feature request
+	  https://sourceforge.net/tracker/index.php?func=detail&aid=1772878&group_id=180378&atid=892947
+
+	  --sublocation=guess works, when --geoinfo=osm is used.  Most
+	  likely it fills in a street name.
+
+2007-11-07 21:57  girlich
+
+	* src/gpsPhoto.pl: Applied patch from Thomas Baust
+	  http://sourceforge.net/tracker/index.php?func=detail&aid=1821741&group_id=180378&atid=892946
+	  and changed it a bit. Added a documentation paragraph.  This
+	  implements the feature request
+	  http://sourceforge.net/tracker/index.php?func=detail&aid=1821598&group_id=180378&atid=892947
+
+2007-09-30 14:32  girlich
+
+	* src/gpsPhoto.pl: Implemented feature request
+	  http://sourceforge.net/tracker/index.php?func=detail&aid=1795569&group_id=180378&atid=892947
+	  The required behaviour can be get with --select geotag but the
+	  --select can do much more intzeresting things now.
+
+2007-09-26 23:00  anneumann
+
+	* src/gpsPhoto.pl: added tif and tiff as valid file extensions when
+	  looking for image files in a given directory
+
+2007-09-24 17:17  girlich
+
+	* src/gpsPhoto.pl: Corrected bug
+	  http://sourceforge.net/tracker/index.php?func=detail&aid=1801054&group_id=180378&atid=892944
+
+2007-09-24 17:11  girlich
+
+	* src/gpsPhoto.pl: Correct bug
+	  http://sourceforge.net/tracker/index.php?func=detail&aid=1801055&group_id=180378&atid=892944
+	  use join($dir,$file) instead of "$dir/$file"
+
+2007-09-22 11:38  girlich
+
+	* src/gpsPhoto.pl: Add option --select to implement the first part
+	  of the feature request
+	  http://sourceforge.net/tracker/index.php?func=detail&aid=1795569&group_id=180378&atid=892947
+	  The option --select will be parsed and the current selection
+	  state is stored but nothing else acts according to this selection
+	  state yet.
+
+2007-09-19 18:51  girlich
+
+	* src/gpsPhoto.pl: Implement
+	  http://sourceforge.net/tracker/index.php?func=detail&aid=1780049&group_id=180378&atid=892947
+	  --gpsdir, --gpsfile-list
+
+2007-09-18 17:56  girlich
+
+	* src/gpsPhoto.pl: finally imeplement the last part of
+	  http://sourceforge.net/tracker/index.php?func=detail&aid=1767975&group_id=180378&atid=892947
+	  --track-colour is now much more powerful
+
+2007-08-15 21:59  girlich
+
+	* src/gpsPhoto.pl: one single --track-color option can interpret a
+	  comma separated list of multiple colours
+
+2007-08-15 21:39  girlich
+
+	* src/gpsPhoto.pl: allow multiple --track-color options collect all
+	  colours in an array use one colour of the array for one gpx file,
+	  the next for the next gpx file If fewer colors than tracks are
+	  given, start new with the first color default remains, not
+	  documented yet, feature request still incomplete
+
+2007-08-15 21:00  girlich
+
+	* src/gpsPhoto.pl: Add --track-colour as alias to --track-color to
+	  make british english happy.
+
+2007-08-11 19:58  girlich
+
+	* src/gpsPhoto.pl: Implement the idea from
+	  http://sourceforge.net/tracker/index.php?func=detail&aid=1768640&group_id=180378&atid=892946
+
+2007-07-25 17:20  girlich
+
+	* src/gpsPhoto.pl: support mrw und jpe file extensions
+
+2007-07-23 16:12  girlich
+
+	* src/gpsPhoto.pl: Correct bug
+	  https://sourceforge.net/tracker/index.php?func=detail&aid=1758891&group_id=180378&atid=892944
+
+2007-07-22 20:55  girlich
+
+	* src/gpsPhoto.pl: Massive code change in parameter parsing.  It's
+	  always the same and code duplication is bad.
+
+2007-07-22 16:44  girlich
+
+	* src/gpsPhoto.pl: Corrected
+	  https://sourceforge.net/tracker/index.php?func=detail&aid=1758175&group_id=180378&atid=892944
+	  The name of the temporary file is stored globally and removed in
+	  a signal handler for SIGINT.
+
+2007-07-22 14:42  girlich
+
+	* src/gpsPhoto.pl: Reduce direction in degree to an integer.
+
+2007-07-22 14:41  girlich
+
+	* src/gpsPhoto.pl: --report-direction gave an angle but it was
+	  completely wrong.  Now it is correct.
+
+2007-07-22 12:21  girlich
+
+	* src/gpsPhoto.pl: Improve documentation: timeoffset has no default
+	  value 0 any more.
+
+2007-07-22 12:12  girlich
+
+	* src/gpsPhoto.pl: Implemented
+	  http://sourceforge.net/tracker/index.php?func=detail&aid=1758166&group_id=180378&atid=892947
+	  --report-direction can give the heading to the known place.
+
+2007-07-22 11:47  girlich
+
+	* src/gpsPhoto.pl: correct an error in distance unit. It always
+	  printed km, even if the value was in miles units.
+
+2007-07-22 11:42  girlich
+
+	* src/gpsPhoto.pl: report_direction has now the direction.  The
+	  grammer combination with distance is stil missing.
+
+2007-07-22 10:35  girlich
+
+	* src/gpsPhoto.pl: change report_angle to report_direction
+
+2007-07-21 21:39  girlich
+
+	* src/gpsPhoto.pl: implement first part of direction reporting
+	  nothing works yet
+
+2007-07-21 19:57  girlich
+
+	* src/gpsPhoto.pl: Correct bug reported in
+	  http://sourceforge.net/forum/message.php?msg_id=4424009 The
+	  extension argument in fileparse() is a regular expression.  It
+	  should start with a dot but should not allow any further dot.
+	  Only then we really catch the 'extension', if the filename itself
+	  contains multiple dots.  change fileparse($image,'\..*'); into
+	  fileparse($image,qr/\.[^.]*/);
+
+2007-07-21 19:44  girlich
+
+	* src/gpsPhoto.pl: Implement
+	  http://sourceforge.net/tracker/index.php?func=detail&aid=1758142&group_id=180378&atid=892947
+	  added --sublocation
+
+2007-07-21 19:32  girlich
+
+	* src/gpsPhoto.pl: Correct bug
+	  http://sourceforge.net/tracker/index.php?func=detail&aid=1758099&group_id=180378&atid=892944
+	  End the function with return and not next.
+
+2007-07-08 18:51  girlich
+
+	* src/gpsPhoto.pl: Without any internet connection, all get_geoinfo
+	  routines should return an undef to reduce any further actions.
+
+2007-07-08 15:16  girlich
+
+	* src/Makefile: add a rule to generate a self-extracting binary,
+	  which should run with much fewer dependencies
+
+2007-07-05 18:54  girlich
+
+	* src/gpsPhoto.pl: Implement feature request
+	  http://sourceforge.net/tracker/index.php?func=detail&aid=1726745&group_id=180378&atid=892947
+	  an image counts as geotagged, if lon,lat are available.  All the
+	  rest will be guessed (alt=0, gps date = exif date)
+
 2007-07-05 18:11  girlich
 
 	* src/gpsPhoto.pl: implement feature request
openSUSE Build Service is sponsored by