rev 18763 - kde-extras/exiv2/trunk/debian
Mark Purcell
msp at alioth.debian.org
Wed Jan 26 13:33:32 UTC 2011
Author: msp
Date: 2011-01-26 13:33:30 +0000 (Wed, 26 Jan 2011)
New Revision: 18763
Added:
kde-extras/exiv2/trunk/debian/libexiv2-10.install
Removed:
kde-extras/exiv2/trunk/debian/libexiv2-9.install
Modified:
kde-extras/exiv2/trunk/debian/changelog
kde-extras/exiv2/trunk/debian/control
Log:
* New upstream release (Closes: #556913, #486884, #511273)
- Samsung SRW and Makernote support, API Changes
* NEW package libexiv2-10 - soname bump
* Update debian/control Description:
Modified: kde-extras/exiv2/trunk/debian/changelog
===================================================================
--- kde-extras/exiv2/trunk/debian/changelog 2011-01-26 12:39:50 UTC (rev 18762)
+++ kde-extras/exiv2/trunk/debian/changelog 2011-01-26 13:33:30 UTC (rev 18763)
@@ -1,3 +1,12 @@
+exiv2 (0.21-1) experimental; urgency=low
+
+ * New upstream release (Closes: #556913, #486884, #511273)
+ - Samsung SRW and Makernote support, API Changes
+ * NEW package libexiv2-10 - soname bump
+ * Update debian/control Description:
+
+ -- Mark Purcell <msp at debian.org> Thu, 27 Jan 2011 00:05:42 +1100
+
exiv2 (0.20-2) unstable; urgency=low
* Upload to unstable - cleared with debian-release
Modified: kde-extras/exiv2/trunk/debian/control
===================================================================
--- kde-extras/exiv2/trunk/debian/control 2011-01-26 12:39:50 UTC (rev 18762)
+++ kde-extras/exiv2/trunk/debian/control 2011-01-26 13:33:30 UTC (rev 18763)
@@ -16,60 +16,89 @@
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: EXIF/IPTC metadata manipulation tool
- Exiv2 can:
+ Exiv2 is a C++ library and a command line utility to manage image metadata.
+ It provides fast and easy read and write access to the Exif, IPTC and XMP
+ metadata of images in various formats
.
- * 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
+ Exiv2 command line utility to:
+ .
+ * print Exif, IPTC and XMP image metadata in different formats:
+ - Exif summary info, interpreted values, or the plain data for each tag
+ * set, add and delete Exif, IPTC and XMP image metadata from command line
+ modify commands or command scripts
* 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
+ * extract, insert and delete Exif, IPTC and XMP metadata and JPEG comments
+ * extract previews from RAW images and thumbnails from the Exif metadata
+ * insert and delete the thumbnail image embedded in the Exif metadata
+ * print, set and delete the JPEG comment of JPEG images
+ * fix the Exif ISO setting of picture taken with Canon and Nikon cameras
-Package: libexiv2-9
+Package: libexiv2-10
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
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
+ Exiv2 is a C++ library and a command line utility to manage image metadata.
+ It provides fast and easy read and write access to the Exif, IPTC and XMP
+ metadata of images in various formats
+ .
+ Exiv2 library provides:
+ * fast read and write access to the Exif, IPTC, and XMP metadata of an image
+ * an easy to use and extensively documented API
+ * conversions of Exif and IPTC metadata to XMP and vice versa
* a smart IPTC implementation that does not affect data that programs like
Photoshop store in the same image segment
- * EXIF MakerNote support:
- - MakerNote tags can be accessed just like any other EXIF metadata
- - 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
+ * Exif Makernote support:
+ - Makernote tags can be read and written just like any other metadata
+ - a sophisticated write algorithm avoids corrupting the Makernote
+ * a simple interface to extract previews embedded in RAW images and Exif
+ thumbnails
+ * set and delete methods for Exif thumbnails
Package: libexiv2-dev
Section: libdevel
Architecture: any
-Depends: ${misc:Depends}, libexiv2-9 (= ${binary:Version}), pkg-config
+Depends: ${misc:Depends}, libexiv2-10 (= ${binary:Version}), pkg-config
Suggests: libexiv2-doc
Description: EXIF/IPTC metadata manipulation library - development files
- Exiv2 C++ header files.
+ Exiv2 is a C++ library and a command line utility to manage image metadata.
+ It provides fast and easy read and write access to the Exif, IPTC and XMP
+ metadata of images in various formats
+ .
+ Exiv2 library provides:
+ * fast read and write access to the Exif, IPTC, and XMP metadata of an image
+ * an easy to use and extensively documented API
+ * conversions of Exif and IPTC metadata to XMP and vice versa
+ * a smart IPTC implementation that does not affect data that programs like
+ Photoshop store in the same image segment
+ * Exif Makernote support:
+ - Makernote tags can be read and written just like any other metadata
+ - a sophisticated write algorithm avoids corrupting the Makernote
+ * a simple interface to extract previews embedded in RAW images and Exif
+ thumbnails
+ * set and delete methods for Exif thumbnails
Package: libexiv2-doc
Depends: ${misc:Depends}
Section: doc
Architecture: all
Description: EXIF/IPTC metadata manipulation library - HTML documentation
- Exiv2 HTML documentation.
+ Exiv2 is a C++ library and a command line utility to manage image metadata.
+ It provides fast and easy read and write access to the Exif, IPTC and XMP
+ metadata of images in various formats
+ .
+ This package provides the Exiv2 HTML documentation.
Package: libexiv2-dbg
-Depends: ${misc:Depends}, libexiv2-9 (= ${binary:Version})
+Depends: ${misc:Depends}, libexiv2-10 (= ${binary:Version})
Section: debug
Architecture: any
Priority: extra
Description: EXIF/IPTC metadata manipulation library - debug
- Exiv2 debug symbols package
+ Exiv2 is a C++ library and a command line utility to manage image metadata. It
+ provides fast and easy read and write access to the Exif, IPTC and XMP metadata
+ of images in various formats
+ .
+ This package provides the Exiv2 debug symbols.
Copied: kde-extras/exiv2/trunk/debian/libexiv2-10.install (from rev 18762, kde-extras/exiv2/trunk/debian/libexiv2-9.install)
===================================================================
--- kde-extras/exiv2/trunk/debian/libexiv2-10.install (rev 0)
+++ kde-extras/exiv2/trunk/debian/libexiv2-10.install 2011-01-26 13:33:30 UTC (rev 18763)
@@ -0,0 +1 @@
+debian/tmp/usr/lib/lib*.so.*
More information about the pkg-kde-commits
mailing list