rev 9141 - in kde-extras/exiv2/tags: . 0.16-1/debian

Fathi Boudra fabo at alioth.debian.org
Sat Jan 26 09:34:23 UTC 2008


Author: fabo
Date: 2008-01-26 09:34:23 +0000 (Sat, 26 Jan 2008)
New Revision: 9141

Added:
   kde-extras/exiv2/tags/0.15-2/
   kde-extras/exiv2/tags/0.16-1/
   kde-extras/exiv2/tags/0.16-1/debian/control
Removed:
   kde-extras/exiv2/tags/0.16-1/debian/control
   kde-extras/exiv2/tags/exiv2-0.15-2/
Log:
Tagging exiv2 0.16-1


Copied: kde-extras/exiv2/tags/0.15-2 (from rev 9134, kde-extras/exiv2/tags/exiv2-0.15-2)

Copied: kde-extras/exiv2/tags/0.16-1 (from rev 9134, kde-extras/exiv2/trunk)

Deleted: kde-extras/exiv2/tags/0.16-1/debian/control

Copied: kde-extras/exiv2/tags/0.16-1/debian/control (from rev 9140, kde-extras/exiv2/trunk/debian/control)
===================================================================
--- kde-extras/exiv2/tags/0.16-1/debian/control	                        (rev 0)
+++ kde-extras/exiv2/tags/0.16-1/debian/control	2008-01-26 09:34:23 UTC (rev 9141)
@@ -0,0 +1,68 @@
+Source: exiv2
+Section: graphics
+Priority: optional
+Maintainer: Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>
+Uploaders: KELEMEN Peter <fuji at debian.org>, Mark Purcell <msp at debian.org>, Fathi Boudra <fabo at debian.org>
+Build-Depends: cdbs, debhelper (>= 6), quilt, chrpath,
+ autotools-dev, libexpat1-dev, zlib1g-dev,
+ doxygen, graphviz, python, xsltproc
+Standards-Version: 3.7.3
+Homepage: http://www.exiv2.org
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-kde/kde-extras/exiv2/trunk
+Vcs-Svn: svn://svn.debian.org/pkg-kde/kde-extras/exiv2/trunk
+
+Package: exiv2
+Section: graphics
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: EXIF/IPTC metadata manipulation tool
+ Exiv2 can:
+ .
+  * print the Exif metadata of JPEG, TIFF and several RAW image formats as
+    summary info, interpreted values, or the plain data for each tag
+  * print the IPTC metadata of JPEG images
+  * print, set and delete the JPEG comment of JPEG images
+  * set, add and delete Exif and IPTC metadata of JPEG images
+  * adjust the Exif timestamp (that's how it all started...)
+  * rename Exif image files according to the Exif timestamp
+  * extract, insert and delete Exif metadata, IPTC metadata and JPEG comments
+  * extract, insert and delete the thumbnail image embedded in the Exif metadata
+  * fix the Exif ISO setting of picture taken with Nikon cameras
+
+Package: libexiv2-2
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Conflicts: libexiv2-0
+Replaces: libexiv2-0
+Recommends: exiv2
+Description: EXIF/IPTC metadata manipulation library
+ Exiv2 library supports:
+  * full read and write access to the EXIF and IPTC metadata of an image
+    through Exiv2 keys and standard C++ iterators
+  * a smart IPTC implementation that does not affect data that programs like
+    Photoshop store in the same image segment
+  * EXIF MakerNote support:
+    o MakerNote tags can be accessed just like any other EXIF metadata
+    o a sophisticated write algorithm avoids corrupting the MakerNote:
+  * extract and delete methods for EXIF thumbnails (both, JPEG and TIFF
+    thumbnails)
+  * set methods for EXIF thumbnails (JPEG only, TIFF thumbnails can be set from
+    individual tags)
+  * complete API documentation (by Doxygen)
+  * generic lower-level classes to access IFD (Image File Directory) data
+    structures
+
+Package: libexiv2-dev
+Section: libdevel
+Architecture: any
+Depends: libexiv2-2 (= ${binary:Version}), pkg-config
+Suggests: libexiv2-doc
+Description: EXIF/IPTC metadata manipulation library - development files
+ Exiv2 C++ header files.
+
+Package: libexiv2-doc
+Section: doc
+Architecture: all
+Description: EXIF/IPTC metadata manipulation library - HTML documentation
+ Exiv2 HTML documentation.




More information about the pkg-kde-commits mailing list