Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
23 Jun 2018 20:04:27
1.0.2_1

|
adridg  |
Fix graphics/ampasACES-container with Clang6.
aces_formatter.cpp:255:24: error: non-constant-expression cannot
be narrowed from type 'unsigned int' to 'int32' (aka 'int') in
initializer list [-Wc++11-narrowing]
scanLineHeader sh = { yMin + row, scanLineSize };
Reported upstream as well. Not bumping PORTREVISION since this is just
a compile fix. |
23 Jun 2018 19:15:19
1.0.2_1

|
adridg  |
Update graphics/ampasACES-container to the actual 1.0.2 version.
Previous commit updated PORTREVISION, but left GH_TAGNAME the same,
leading to a port version called 1.0.2, compiling the 1.0.1 code.
See, e.g., https://github.com/ampas/aces_container/releases |
04 Nov 2017 13:55:06
1.0.2

|
vanilla  |
Update to 1.0.2. |
10 Feb 2017 03:38:56
1.0.1

|
vanilla  |
Update to 1.0.1. |
07 May 2015 15:17:33
1.0.0

|
mat  |
Update ports in the games category to not use GH_COMMIT.
With minor cleanups to make things simpler.
With hat: portmgr
Sponsored by: Absolight |
22 Feb 2015 09:06:57
1.0.0

|
nemysis  |
- This port are no longer used or cared for. |
07 Dec 2014 00:37:12
1.0.0

|
nemysis  |
- Recreate tarball, new GH_COMMIT |
07 Dec 2014 00:07:48
1.0.0

|
antoine  |
Canonicalize a few licenses |
06 Dec 2014 21:37:12
1.0.0

|
feld  |
LICENSE_PERMS did not include all permissions for the custom license
Submitted by: antoine |
06 Dec 2014 21:19:38
1.0.0

|
feld  |
ampas ports have custom license, not BSD
Modernize ampasCTL, appease portlint |
20 Oct 2014 17:04:21
1.0.0

|
bapt  |
Cleanup plist |
03 Dec 2013 15:11:33
1.0.0

|
makc  |
- Respect CMAKE_BUILD_TYPE (and fix packaging with non-default build settings)
Approved by: maintainter |
14 Oct 2013 13:33:04
1.0.0

|
nemysis  |
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
Approved by: wg/pawel (mentors) |