rev 5733 - in kde-extras/exiv2/trunk: . debian

Mark Purcell msp at alioth.debian.org
Sun Mar 11 11:28:25 CET 2007


Author: msp
Date: 2007-03-11 10:28:25 +0000 (Sun, 11 Mar 2007)
New Revision: 5733

Removed:
   kde-extras/exiv2/trunk/src/
Modified:
   kde-extras/exiv2/trunk/debian/changelog
   kde-extras/exiv2/trunk/debian/control
   kde-extras/exiv2/trunk/debian/rules
   kde-extras/exiv2/trunk/exiv2.1
Log:
* Non-maintainer upload. (NMU)
* Add Build-Depends: zlib1g-dev, thanks Kurt
  - FTBFS: checking zlib in /usr... failed (Closes: #405916)
* Non-mantainer upload. (NMU)
* Urgency medium as this fixes RC bugs
* New upstream bugfix release
  - new upstream release 0.12 (Closes: #389711)
* Include upstream exiv2.pc in debian package
* Bump soname
  - file conflict with libexiv2 (Closes: #386934)

Modified: kde-extras/exiv2/trunk/debian/changelog
===================================================================
--- kde-extras/exiv2/trunk/debian/changelog	2007-03-10 11:19:04 UTC (rev 5732)
+++ kde-extras/exiv2/trunk/debian/changelog	2007-03-11 10:28:25 UTC (rev 5733)
@@ -1,17 +1,24 @@
-exiv2 (0.10-1.4) unstable; urgency=high
+exiv2 (0.12-0.2) experimental; urgency=low
 
-  * Non-Maintainer upload. Again :-(
-  * High-urgency upload for RC bugfix
-  * Apply Steve Langasek patch to overcome crashes on invalid input
+  * Non-maintainer upload. (NMU)
+  * Add Build-Depends: zlib1g-dev, thanks Kurt
+    - FTBFS: checking zlib in /usr... failed (Closes: #405916)
+
+ -- Mark Purcell <msp at debian.org>  Sun,  7 Jan 2007 12:22:39 +0000
+
+exiv2 (0.12-0.1) experimental; urgency=medium
+
+  * Non-mantainer upload. (NMU)
+  * Urgency medium as this fixes RC bugs
+  * New upstream bugfix release
     - Image with corrupted metadata crashes Exiv2 (Closes: #401660)
-  * Move usr/lib/*.la  libtool linkage information file to -dev package
-    - file conflict with libexiv2-0.10 (Closes: #405805)
-  * Move usr/lib/*.so  development linkage file to -dev package
-  * Include upstream exiv2.pc in -dev package
+    - new upstream release 0.12 (Closes: #389711)
+  * Include upstream exiv2.pc in debian package
     - exiv2.pc is missing (Closes: #396060)
-  * Add libexiv2-dev Depends: pkg-config
+  * Bump soname
+    - file conflict with libexiv2 (Closes: #386934)
 
- -- Mark Purcell <msp at debian.org>  Sun, 21 Jan 2007 21:06:27 +0000
+ -- Mark Purcell <msp at debian.org>  Sat, 23 Dec 2006 18:42:30 +1100
 
 exiv2 (0.10-1.3) unstable; urgency=low
 

Modified: kde-extras/exiv2/trunk/debian/control
===================================================================
--- kde-extras/exiv2/trunk/debian/control	2007-03-10 11:19:04 UTC (rev 5732)
+++ kde-extras/exiv2/trunk/debian/control	2007-03-11 10:28:25 UTC (rev 5733)
@@ -2,7 +2,7 @@
 Section: graphics
 Priority: optional
 Maintainer: KELEMEN Peter <fuji at debian.org>
-Build-Depends: debhelper (>= 4.0.0), g++ (>= 4.0.0), autotools-dev, chrpath, dpkg-dev (>= 1.13.19)
+Build-Depends: debhelper (>= 4.0.0), g++ (>= 4.0.0), autotools-dev, chrpath, dpkg-dev (>= 1.13.19), zlib1g-dev
 Standards-Version: 3.7.2
 
 Package: exiv2
@@ -23,7 +23,7 @@
   * extract the thumbnail image embedded in the EXIF metadata
   * delete the thumbnail or the complete EXIF metadata from an image
 
-Package: libexiv2-0.10
+Package: libexiv2-0.12
 Section: libs
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
@@ -50,7 +50,7 @@
 Package: libexiv2-dev
 Section: libdevel
 Architecture: any
-Depends: libexiv2-0.10 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}, pkg-config
+Depends: libexiv2-0.12 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
 Suggests: libexiv2-doc
 Description: EXIF/IPTC metadata manipulation library - development files
  Exiv2 C++ header files.
@@ -58,6 +58,6 @@
 Package: libexiv2-doc
 Section: doc
 Architecture: all
-Depends: libexiv2-0.10
+Depends: libexiv2-0.12
 Description: EXIF/IPTC metadata manipulation library - HTML documentation
  Exiv2 HTML documentation.

Modified: kde-extras/exiv2/trunk/debian/rules
===================================================================
--- kde-extras/exiv2/trunk/debian/rules	2007-03-10 11:19:04 UTC (rev 5732)
+++ kde-extras/exiv2/trunk/debian/rules	2007-03-11 10:28:25 UTC (rev 5733)
@@ -72,15 +72,15 @@
 	dh_testdir
 	dh_testroot
 # package libexiv2
-	dh_movefiles -plibexiv2-0.10		\
-		usr/lib/libexiv2-0.10.so	
+	dh_movefiles -plibexiv2-0.12		\
+		usr/lib/libexiv2-0.12.so	\
+		usr/lib/libexiv2.so		\
+		usr/lib/libexiv2.la
 # package libexiv2-dev
 	dh_movefiles -plibexiv2-dev		\
 		usr/bin/exiv2-config		\
+		usr/lib/pkgconfig/exiv2.pc	\
 		usr/include/exiv2		\
-		usr/lib/libexiv2.la		\
-		usr/lib/pkgconfig/exiv2.pc      \
-		usr/lib/libexiv2.so		\
 		usr/lib/libexiv2.a
 # package exiv2
 	dh_movefiles -pexiv2 usr/bin/exiv2
@@ -88,7 +88,7 @@
 	dh_installchangelogs 
 # docs in package libexiv2-doc but in /usr/share/doc/libexiv2/
 	dh_installdocs
-	dh_installdocs -plibexiv2-0.10 -Pdebian/libexiv2-doc -Xcmd.txt -XMakefile -Xtemplates -Xcopyright $(CURDIR)/doc/*
+	dh_installdocs -plibexiv2-0.12 -Pdebian/libexiv2-doc -Xcmd.txt -XMakefile -Xtemplates -Xcopyright $(CURDIR)/doc/*
 # cmd.txt goes as example
 	dh_installexamples -pexiv2 $(CURDIR)/doc/cmd.txt
 #	dh_install

Modified: kde-extras/exiv2/trunk/exiv2.1
===================================================================
--- kde-extras/exiv2/trunk/exiv2.1	2007-03-10 11:19:04 UTC (rev 5732)
+++ kde-extras/exiv2/trunk/exiv2.1	2007-03-11 10:28:25 UTC (rev 5733)
@@ -1,9 +1,9 @@
 .\"                                      Hey, EMACS: -*- nroff -*-
-.\" @(#) $Id: exiv2.1 793 2006-05-23 11:25:15Z cgilles $
+.\" @(#) $Id: exiv2.1 983 2006-11-16 14:42:38Z ahuggel $
 .\" First parameter, NAME, should be all caps
 .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
 .\" other parameters are allowed: see man(7), man(1)
-.TH EXIV2 1 "April 23rd, 2006"
+.TH EXIV2 1 "November 16th, 2006"
 .\" Please adjust this date whenever revising the manpage.
 .\"
 .\" Some roff macros, for reference:
@@ -17,7 +17,7 @@
 .\" .sp <n>    insert n+1 empty lines
 .\" for manpage-specific macros, see man(7)
 .SH NAME
-exiv2 \- EXIF/IPTC metadata manipulation tool
+exiv2 \- Exif/IPTC metadata manipulation tool
 .SH SYNOPSIS
 .B exiv2
 [\fIoptions\fP] [\fIaction\fP] \fIfile\fP ...
@@ -28,18 +28,18 @@
 .\" \fI<whatever>\fP escape sequences to invode bold face and italics, 
 .\" respectively.
 .B exiv2
-is a program to read and write EXIF/IPTC metadata. Supported image
-formats are JPEG, Canon CRW and Canon THM.  Read-only support is
-currently available for TIFF format and includes TIFF-based RAW
-formats such as Nikon NEF, Canon CR2, Sony SR2, Pentax PEF, 
-Adobe DNG and Minolta MRW.
+is a program to read and write Exif and IPTC image metadata and image
+comments. Supported image formats are JPEG, Canon CRW and Canon THM.
+Read-only support is currently available for PNG and TIFF format and
+includes TIFF-based RAW formats such as Nikon NEF, Canon CR2, Sony
+SR2, Sony ARW, Pentax PEF, Adobe DNG and Minolta MRW.
 .SH ACTIONS
-The \fIaction\fP argument is only required if it is not clear which
-action is implied.
+The \fIaction\fP argument is only required if it is not clear from the
+\fIoptions\fP which action is implied.
 .TP
 .B pr | print
 Print image metadata. This is the default action, i.e., the command
-\fIexiv2 image.jpg\fP will print a summary of the image EXIF metadata.
+\fIexiv2 image.jpg\fP will print a summary of the image Exif metadata.
 .TP
 .B ex | extract
 Extract metadata to *.exv and thumbnail image files.
@@ -54,15 +54,15 @@
 Delete image metadata from the files.
 .TP
 .B ad | adjust
-Adjust EXIF timestamps by the given time. Requires option \fB\-a\fP
+Adjust Exif timestamps by the given time. Requires option \fB\-a\fP
 \fItime\fP.
 .TP
 .B mo | modify
-Apply commands to modify (add, set, delete) the EXIF/IPTC metadata of image
+Apply commands to modify (add, set, delete) the Exif/IPTC metadata of image
 files. Requires option \fB\-c\fP, \fB\-m\fP or \fB\-M\fP.
 .TP
 .B mv | rename
-Rename files and/or set file timestamps according to the EXIF create
+Rename files and/or set file timestamps according to the Exif create
 timestamp. The filename format can be set with \fB\-r\fP \fIfmt\fP,
 timestamp options are \fB\-t\fP and \fB\-T\fP.
 .TP
@@ -93,14 +93,15 @@
 options.
 .TP
 .B \-t
-Set the file timestamp according to the EXIF create timestamp in
+Set the file timestamp according to the Exif create timestamp in
 addition to renaming the file (overrides \fB\-k\fP). This option is
 only used with the 'rename' action.
 .TP
 .B \-T
-Only set the file timestamp according to the EXIF create timestamp, do
+Only set the file timestamp according to the Exif create timestamp, do
 not rename the file (overrides \fB\-k\fP). This option is only used
-with the 'rename' action.
+with the 'rename' action. Note: On Windows you may have to set the TZ
+environment variable for this option to work correctly.
 .TP
 .B \-f
 Do not prompt before overwriting existing files (force overwrite).
@@ -117,13 +118,13 @@
 .B \-p \fImode\fP
 Print mode for the 'print' action. Possible modes are:
 .br
-s : print a summary of the EXIF metadata (the default)
+s : print a summary of the Exif metadata (the default)
 .br
-t : interpreted (translated) EXIF data (shortcut for -Pkyct) 
+t : interpreted (translated) Exif data (shortcut for -Pkyct) 
 .br
-v : plain EXIF data values (shortcut for -Pxgnycv)
+v : plain Exif data values (shortcut for -Pxgnycv)
 .br
-h : hexdump of the EXIF data (shortcut for -Pxgnycsh)
+h : hexdump of the Exif data (shortcut for -Pxgnycsh)
 .br
 i : IPTC data values
 .br
@@ -160,29 +161,38 @@
 .br
 a : all supported metadata (the default)
 .br
-e : EXIF section
+e : Exif section
 .br
-t : EXIF thumbnail only
+t : Exif thumbnail only
 .br
 i : IPTC data
 .br
 c : JPEG comment
 .TP
 .B \-i \fItgt\fP
-Insert target(s) for the 'insert' action. Possible targets are the same as
-those for the \fB\-d\fP option. Only JPEG thumbnails can be inserted, they
-need to be named \fIfile\fP\-thumb.jpg.
+Insert target(s) for the 'insert' action. Possible targets are the
+same as those for the \fB\-d\fP option. Only JPEG thumbnails can be
+inserted (not TIFF thumbnails), they need to be named
+\fIfile\fP\-thumb.jpg.
 .TP
 .B \-e \fItgt\fP
-Extract target(s) for the 'extract' action. Possible targets the same as
-those for the \fB\-d\fP option.
+Extract target(s) for the 'extract' action. Possible targets are the same 
+as those for the \fB\-d\fP option.
 .TP
 .B \-r \fIfmt\fP
 Filename format for the 'rename' action. The format string follows
-\fBstrftime\fP(3). Default filename format is %Y%m%d_%H%M%S.
+\fBstrftime\fP(3) and supports the following keywords:
+.br
+:basename:   - original filename without extension
+.br
+:dirname:    - name of the directory holding the original file
+.br
+:parentname: - name of parent directory
+.br
+Default filename format is %Y%m%d_%H%M%S.
 .TP
 .B \-c \fItxt\fP
-Jpeg comment string to set in the image ('modify' action).
+JPEG comment string to set in the image ('modify' action).
 .TP
 .B \-m \fIfile\fP
 Command file for the 'modify' action.
@@ -211,11 +221,11 @@
 .sp 1
 Note the quotes. Multiple \fB\-m\fP and \fB\-M\fP options can be combined.
 .sp 1
-When writing EXIF/IPTC metadata, 
+When writing Exif/IPTC metadata, 
 .B exiv2 
 enforces only a correct
 metadata structure. It is possible to write tags with types and values
-different from those specified in the standards, duplicate EXIF tags,
+different from those specified in the standards, duplicate Exif tags,
 undefined tags, or incomplete metadata. While 
 .B exiv2 
 is able to read
@@ -234,17 +244,17 @@
 .TP
 .B add
 Add a tag (unless \fIkey\fP is a non\-repeatable IPTC key; nothing
-prevents you from adding duplicate EXIF tags).
+prevents you from adding duplicate Exif tags).
 .TP
 .B del
-Delete a tag (requires only a \fIkey\fP).
+Delete all occurrences of a tag (requires only a \fIkey\fP).
 .TP
 .I key
-Exiv2 EXIF or IPTC key.
+Exiv2 Exif or IPTC key.
 .TP
 .I type
 .B Byte | Ascii | Short | Long | Rational | Undefined | SShort | SLong | SRational | Comment
-for EXIF keys, and
+for Exif keys, and
 .br
 .B String | Date | Time | Short | Undefined
 for IPTC keys.
@@ -254,9 +264,9 @@
 .TP
 .I value
 The remaining text on the line is the value. It can optionally be
-enclosed in double quotes ("\fIvalue\fP").
+enclosed in single quotes ('\fIvalue\fP') or double quotes ("\fIvalue\fP").
 .sp 1
-The format of EXIF \fBComment\fP values includes an optional charset
+The format of Exif \fBComment\fP values includes an optional charset
 specification at the beginning:
 .sp 1
 .B   [charset=Ascii|Jis|Unicode|Undefined ]\fIcomment\fP
@@ -265,7 +275,7 @@
 is used by default if the value doesn't start with a charset
 definition.
 .sp 1
-The format for IPTC \fBDate\fP values is YYYY\-MM\-DD (year, month, day)
+The format for IPTC \fBDate\fP values is YYYY\-MM\-DD (year, month, day),
 that for IPTC \fBTime\fP values is HH:MM:SS+|\-HH:MM, where HH:MM:SS
 refers to local hour, minute and seconds and +|\-HH:MM refers to hours
 and minutes ahead or behind Universal Coordinated Time (+|\- means
@@ -276,19 +286,22 @@
 .SH EXAMPLES
 .TP
 exiv2 *.jpg
-Prints a summary of the EXIF information for all JPEG files in the directory.
+Prints a summary of the Exif information for all JPEG files in the directory.
 .TP
 exiv2 -pi image.jpg
 Prints the IPTC metadata of the image.
 .TP
-exiv2 rename image.jpg
-Renames image.jpg (taken on 13\-Nov\-05 at 22:58:31) to 20051113_225831.jpg
+exiv2 rename img_1234.jpg
+Renames img_1234.jpg (taken on 13\-Nov\-05 at 22:58:31) to 20051113_225831.jpg
 .TP
+exiv2 -r':basename:_%Y%m' rename img_1234.jpg
+Renames img_1234.jpg to img_1234_200511.jpg
+.TP
 exiv2 ex img1.jpg img2.jpg
 Extracts metadata from the two files into files img1.exv and img2.exv.
 .TP
 exiv2 \-et img1.jpg img2.jpg
-Extracts the EXIF thumbnails from the two files into img1\-thumb.jpg
+Extracts the Exif thumbnails from the two files into img1\-thumb.jpg
 and img2\-thumb.jpg.
 .TP
 exiv2 \-it img1.jpg img2.jpg
@@ -296,19 +309,28 @@
 to img2.jpg.
 .TP
 .nf
-exiv2 \-M"set Exif.Photo.UserComment charset=Ascii New EXIF comment" image.jpg
+exiv2 \-M"set Exif.Photo.UserComment charset=Ascii New Exif comment" image.jpg
 .fi
-Sets the EXIF comment to an ASCII string.
+Sets the Exif comment to an ASCII string.
 .TP
 .nf
 exiv2 \-M"set Exif.GPSInfo.GPSLatitude 4/1 15/1 33/1" \\
 \-M"set Exif.GPSInfo.GPSLatitudeRef N" image.jpg
 .fi
 Sets the latitude to 4 degrees, 15 minutes and 33 seconds north. The
-EXIF standard stipulates that the GPSLatitude tag consists of three
+Exif standard stipulates that the GPSLatitude tag consists of three
 Rational numbers for the degrees, minutes and seconds of the latitude
 and GPSLatitudeRef contains either 'N' or 'S' for north or south
 latitude respectively.
+.TP
+.nf
+exiv2 insert -l/tmp -S.CRW /data/*.JPG
+.fi
+Copy all metadata from CRW files in the /tmp directory to JPG files
+with corresponding basenames in the /data directory. Note that this
+copies metadata as is, without any modifications to adapt it to the
+requirements of the target format. Some tags copied like this may not
+make sense in the target image.
 .SH SEE ALSO
 .TP
 .I http://www.exiv2.org/sample.html#modify
@@ -316,7 +338,7 @@
 .TP
 .I http://www.exiv2.org/metadata.html
 Taglists with \fIkey\fP and default \fItype\fP values.
-.SH AUTHOR
+.SH AUTHORS
 .B exiv2 
 was written by Andreas HUGGEL <ahuggel at gmx.net>.
 .PP




More information about the pkg-kde-commits mailing list