---
name: ampasACES-container
version: 1.0.0
origin: graphics/ampasACES-container
comment: ACES Container Reference Implementation
arch: freebsd:10:x86:64
www: https://github.com/ampas/aces_container
maintainer: nemysis@FreeBSD.org
prefix: /usr/local
licenselogic: single
licenses:
- BSD
flatsize: 210892
desc: |
  ACES Container Reference Implementation

  This folder contains a reference implementation for an ACES container
  file writer intended to be used with the Academy Color Encoding System (ACES).
  The resulting file is compliant with the ACES container specification
  (SMPTE S2065-4). However, there are a few things that are not demonstrated by
  this reference implementation.

      Stereo channels
      EndOfFileFiller
      Arbitrary attributes and naming validations
      half type attributes
      keycode value validations

  WWW: https://github.com/ampas/aces_container
categories:
- graphics
- devel
shlibs_provided:
- libAcesContainer.so
files:
  /usr/local/share/licenses/ampasACES-container-1.0.0/catalog.mk: e8777cfa2d104d964d6e1689ac02ebe5227da2c60f8cebef4096a5ab6cae6338
  /usr/local/share/licenses/ampasACES-container-1.0.0/LICENSE: d9cce0db43502eb1bd8fbef7e960cfaa43b5647186f7f7379923b336209fd77b
  /usr/local/share/licenses/ampasACES-container-1.0.0/BSD: 85e7a53b5e2d3e350e2d084fed2f94b7f63005f8e1168740e1e84aa9fa5d48ce
  /usr/local/include/aces/aces_Writer.h: f1f0d6b6818253692322fb3a0dfa74fb92c6246dc7f7f640b6751fc3cb33962e
  /usr/local/include/aces/aces_attributestructs.h: 70069a9c2209eff2d56cb26554918ebc390378b29f37f89597c00d28773af35f
  /usr/local/include/aces/aces_errors.h: adf58f132b5cdcf0df1453ac3aad3895ea36e361775b89fe18fa292780083332
  /usr/local/include/aces/aces_formatter.h: 361e7601221c96734d3cd26562abaf7c2c0b7895efc6f48da170aec5a140d429
  /usr/local/include/aces/aces_genericWriter.h: ad188b25f4c8cf7a578a9c416010f6076b08008671f55ec79437b22c9484ab3e
  /usr/local/include/aces/aces_iostat.h: e9c9b72961a9b04d006d904f75a49deb86afd1de4174f48d8718d8d2014569a6
  /usr/local/include/aces/aces_items.h: fcabc6e055e8141a026c92d4cd53a67b86b0fc193004067839ff63597b2b2507
  /usr/local/include/aces/aces_log.h: ce302d4d59ac40ca1d5240cc6119bae8ca76ab40b6a60e77ac70e58601220863
  /usr/local/include/aces/aces_timing.h: 8ad0852a2e76fcf6e76773e85687a97bbc8afb33ce9b8ede90313c51a025553a
  /usr/local/include/aces/aces_types.h: abb29916b879a870c3c64de177a8c4d7c482070c20c903705ed2cd8d18a1bbc9
  /usr/local/include/aces/aces_typesAndRationals.h: 9547e2194d96efc2388387a93d297df9e799d0ca2322123c6d917ba78b8f7b7f
  /usr/local/include/aces/aces_writeattributes.h: 37041c45b82563fd7100a4750126e4b97ca6d0544e5bb03d9acc4b021e8eac03
  /usr/local/lib/cmake/AcesContainer/AcesContainerConfig.cmake: e53d16bce0f4553c7642c306c7ee0e2fedd65b930f9d7cfde02983b8dc4d875f
  /usr/local/lib/cmake/AcesContainer/AcesContainerConfigVersion.cmake: 704f5bf40effdbde0af4d2f9dd5d8aec934975d4307c5e7539ad08eb7426e0cb
  /usr/local/lib/cmake/AcesContainer/AcesContainerTargets-release.cmake: 8ec057d9f1868b6546d355bfbf88eb081d785325cc8108437f0ca55861955fd4
  /usr/local/lib/cmake/AcesContainer/AcesContainerTargets.cmake: 07cbe99308dab7f8e55159126644d756f6058be1e23a6c4f1114a028b50f1690
  /usr/local/lib/libAcesContainer.so: 813c59f9fde45e81b971aef5df522ec4282492fec7ce60d23cdb1f93a57be638
  /usr/local/libdata/pkgconfig/AcesContainer.pc: 722669b0d5ae71fde1ee487a7ea6af0540cc5f9627eac597e62a47795b1ac258
  /usr/local/share/doc/ampasACES-container/README.md: 2037adcd785dbae04de252014adbc0ef87396502dd3c329a466394648521d3cb
directories:
  /usr/local/lib/cmake/AcesContainer/: y
  /usr/local/lib/cmake/: y
  /usr/local/include/aces/: n
  /usr/local/share/licenses/ampasACES-container-1.0.0/: n
  /usr/local/share/licenses/: y
  /usr/local/share/doc/ampasACES-container/: n
scripts:
  post-install: |
    /sbin/ldconfig -m /usr/local/lib
    cd /usr/local
  pre-deinstall: |
    /sbin/ldconfig -R
    cd /usr/local
    #rmdir /usr/local/share/licenses 2>/dev/null || true
  post-deinstall: |
    cd /usr/local
