[Pkg-phototools-commits] [SCM] openimageio branch, master, updated. upstream/1.0.0+dfsg0-5-g3d87fb7

David Paleino dapal at debian.org
Sat Mar 17 22:12:50 UTC 2012


The following commit has been merged in the master branch:
commit a129d8c64a59d739a00b416c9af562d7eed1dc37
Author: David Paleino <dapal at debian.org>
Date:   Sat Mar 17 22:45:20 2012 +0100

    Move everything inside (and referring to) openimageio-doc to libopenimageio-dev

diff --git a/debian/control b/debian/control
index e0ef550..d9cf060 100644
--- a/debian/control
+++ b/debian/control
@@ -74,8 +74,6 @@ Architecture: any
 Depends:
  libopenimageio1.0 (= ${binary:Version}),
  ${misc:Depends}
-Suggests:
- openimageio-doc
 Description: Library for reading and writing images - development
  OpenImageIO is a library for reading and writing images, and a bunch of
  related classes, utilities, and applications. Main features include:
@@ -121,8 +119,6 @@ Architecture: any
 Depends:
  ${misc:Depends},
  ${shlibs:Depends}
-Suggests:
- openimageio-doc
 Description: Library for reading and writing images - command line tools
  OpenImageIO is a library for reading and writing images, and a bunch of
  related classes, utilities, and applications. Main features include:
@@ -160,46 +156,3 @@ Description: Library for reading and writing images - command line tools
     open source or proprietary apps.
  .
  This package contains command line tools, including iv image viewer.
-
-Package: openimageio-doc
-Section: doc
-Architecture: all
-Depends:
- ${misc:Depends}
-Description: Library for reading and writing images - reference manual
- OpenImageIO is a library for reading and writing images, and a bunch of
- related classes, utilities, and applications. Main features include:
- .
-  * Extremely simple but powerful ImageInput and ImageOutput APIs for reading
-    and writing 2D images that is format agnostic -- that is, a "client app"
-    doesn't need to know the details about any particular image file formats.
-    Specific formats are implemented by DLL/DSO plugins.
- .
-  * Format plugins for TIFF, JPEG/JFIF, OpenEXR, PNG, HDR/RGBE, Targa,
-    JPEG-2000, DPX, Cineon, FITS, BMP, ICO, RMan Zfile, Softimage PIC, DDS,
-    SGI, PNM/PPM/PGM/PBM, Field3d, WebP. More coming! The plugins are really
-    good at understanding all the strange corners of the image formats, and
-    are very careful about preserving image metadata (including Exif, GPS, and
-    IPTC data).
-  .
-  * An ImageCache class that transparently manages a cache so that it can access
-    truly vast amounts of image data (thousands of image files totaling hundreds
-    of GB) very efficiently using only a tiny amount (tens of megabytes at most)
-    of runtime memory. Additionally, a TextureSystem class provides filtered
-    MIP-map texture lookups, atop the nice caching behavior of ImageCache.
- .
-  * Several image tools based on these classes, including iinfo (print detailed
-    info about images), iconvert (convert among formats, data types, or modify
-    metadata), idiff (compare images),igrep (search images for matching
-    metadata). Because these tools are based on ImageInput/ImageOutput, they
-    work with any image formats for which ImageIO plugins are available.
- .
-  * A really nice image viewer, iv, also based on OpenImageIO classes (and so
-    will work with any formats for which plugins are available).
- .
-  * Supported on Linux, OS X, and Windows.
- .
-  * All available under the BSD license, so you may modify it and use it in both
-    open source or proprietary apps.
- .
- This package contains the reference manual of libOpenImageIO.
diff --git a/debian/iconvert.1 b/debian/iconvert.1
index db2aeb2..754c15b 100644
--- a/debian/iconvert.1
+++ b/debian/iconvert.1
@@ -60,7 +60,7 @@ or simply if you want to replace the input with the output rather than
 create a new file with a different name.
 .PP
 For a complete description, see
-.IR /usr/share/doc/openimageio-doc/openimageio.pdf .
+.IR /usr/share/doc/libopenimageio-dev/openimageio.pdf.gz .
 .SH OPTIONS
 .TP
 .B \-h, \-\-help
diff --git a/debian/idiff.1 b/debian/idiff.1
index e2825cf..77fb7ff 100644
--- a/debian/idiff.1
+++ b/debian/idiff.1
@@ -65,7 +65,7 @@ compared; only differences in pixel values are taken into
 consideration.
 .PP
 For a complete description, see
-.IR /usr/share/doc/openimageio-doc/openimageio.pdf .
+.IR /usr/share/doc/libopenimageio-dev/openimageio.pdf.gz .
 .SH OPTIONS
 .TP
 .B \-h, \-\-help
diff --git a/debian/igrep.1 b/debian/igrep.1
index 7a0b735..469dc1e 100644
--- a/debian/igrep.1
+++ b/debian/igrep.1
@@ -47,7 +47,7 @@ test7.jpg: ImageDescription = Jack on vacation
 .fi
 .PP
 For a complete description, see
-.IR /usr/share/doc/openimageio-doc/openimageio.pdf .
+.IR /usr/share/doc/libopenimageio-dev/openimageio.pdf.gz .
 .SH OPTIONS
 .TP
 .B \-h, \-\-help
diff --git a/debian/iinfo.1 b/debian/iinfo.1
index 9604e80..f74787a 100644
--- a/debian/iinfo.1
+++ b/debian/iinfo.1
@@ -46,7 +46,7 @@ lenna.png     :  120 x  120, 4 channel, uint8 png
 .fi
 .PP
 For a complete description, see
-.IR /usr/share/doc/openimageio-doc/openimageio.pdf .
+.IR /usr/share/doc/libopenimageio-dev/openimageio.pdf.gz .
 .SH OPTIONS
 .TP
 .B \-h, \-\-help
diff --git a/debian/openimageio-doc.doc-base b/debian/libopenimageio-dev.doc-base
similarity index 60%
rename from debian/openimageio-doc.doc-base
rename to debian/libopenimageio-dev.doc-base
index 08a83ec..2f83b71 100644
--- a/debian/openimageio-doc.doc-base
+++ b/debian/libopenimageio-dev.doc-base
@@ -3,4 +3,4 @@ Title: Debian OpenImageIO Manual
 Section: Programming/C++
 
 Format: PDF
-Files: /usr/share/doc/openimageio-doc/openimageio.pdf.gz
+Files: /usr/share/doc/libopenimageio-dev/openimageio.pdf.gz
diff --git a/debian/openimageio-doc.docs b/debian/libopenimageio-dev.docs
similarity index 100%
rename from debian/openimageio-doc.docs
rename to debian/libopenimageio-dev.docs
diff --git a/debian/libopenimageio-dev.install b/debian/libopenimageio-dev.install
index 63c4260..480ee95 100644
--- a/debian/libopenimageio-dev.install
+++ b/debian/libopenimageio-dev.install
@@ -1,2 +1,3 @@
 usr/include
 usr/lib/lib*.so
+src/doc/openimageio.pdf /usr/share/doc/libopenimageio-dev/
diff --git a/debian/maketx.1 b/debian/maketx.1
index 426e7cc..b4521b8 100644
--- a/debian/maketx.1
+++ b/debian/maketx.1
@@ -45,7 +45,7 @@ extension of the output filename (e.g., "foo.tif" will write a TIFF
 file).
 .PP
 For a complete description, see
-.IR /usr/share/doc/openimageio-doc/openimageio.pdf .
+.IR /usr/share/doc/libopenimageio-dev/openimageio.pdf.gz .
 .SH OPTIONS
 .TP
 .B \-h, \-\-help
diff --git a/debian/openimageio-doc.install b/debian/openimageio-doc.install
deleted file mode 100644
index 6f10225..0000000
--- a/debian/openimageio-doc.install
+++ /dev/null
@@ -1 +0,0 @@
-src/doc/openimageio.pdf /usr/share/doc/openimageio/

-- 
OpenImageIO packaging



More information about the Pkg-phototools-commits mailing list