openimageio 1.3.12~dfsg0-1ubuntu1 source package in Ubuntu

Changelog

openimageio (1.3.12~dfsg0-1ubuntu1) trusty; urgency=low

  * Merge from Debian unstable.  Remaining changes:
    - 0099-as-needed-fix.patch: Move -latomic to the right part of the link
      line to resolve FTBFS with as-needed on -latomic arches like powerpc.
    - 0099-libOpenImageIO-underlinked.patch: Link libOpenImageIO with -ldl.

openimageio (1.3.12~dfsg0-1) unstable; urgency=medium

  * New upstream release
    - debian/patches/: patchset updated
      - 0005-Fix_FTBFS_due_to_OpenEXR.patch dropped
        (applied upstream)
  * debian/copyright: license issue fixed (Closes: #737986)
  * debian/watch: exclude dev releases

openimageio (1.3.11~dfsg0-1) unstable; urgency=low

  * New upstream release
    - debian/patches/: patchset refreshed against v1.3.11
      - 0002-Fix_IlmBase_issue.patch refreshed
      - 0005-Fix_FTBFS_due_to_OpenEXR.patch added
    - debian/rules: --sourcedirectory parameter dropped
  * debian/control: Uploader e-mail address updated
  * debian/control: S-V bump 3.9.4 => 3.9.5 (no changes needed)
  * debian/control: OpenColorIO support enabled (Closes: #721001)
  * debian/: SONAME bump 1.2 => 1.3
    - control: "libopenimageio1.2" => "libopenimageio1.3"
    - libopenimageio1.2.install => libopenimageio1.3.install
 -- Adam Conrad <email address hidden>   Fri, 07 Feb 2014 18:54:12 -0700

Upload details

Uploaded by:
Adam Conrad
Uploaded to:
Trusty
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
libs
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe libs

Downloads

File Size SHA-256 Checksum
openimageio_1.3.12~dfsg0.orig.tar.gz 13.4 MiB 191ea1090b1dbcd44e10e91c5c3cf5d20c7ed124d4e0c3ef1867917c9a9320f8
openimageio_1.3.12~dfsg0-1ubuntu1.debian.tar.gz 19.2 KiB 7e6028026f1ab9cb71fcc0816f24d3e02f6887ce6f5f2da4ee278d37be427599
openimageio_1.3.12~dfsg0-1ubuntu1.dsc 1.9 KiB bf716a1cee4622c737f27a4e099d2142efcd16412b462e22f444f2880dd28356

View changes file

Binary packages built by this source

libopenimageio-dev: No summary available for libopenimageio-dev in ubuntu utopic.

No description available for libopenimageio-dev in ubuntu utopic.

libopenimageio1.3: Library for reading and writing images - runtime

 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 runtime library for building programs that use
 libOpenImageIO.

openimageio-tools: No summary available for openimageio-tools in ubuntu utopic.

No description available for openimageio-tools in ubuntu utopic.