multimedia/aces-dev: Updated for version 1.3

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
klaatu 2022-03-09 13:05:41 +13:00 committed by Willy Sudiarto Raharjo
parent e80cffc19a
commit b948c54e63
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
3 changed files with 21 additions and 26 deletions

View File

@ -1,29 +1,24 @@
Aces-dev contains reference CTL transforms and documentation meant to
aid implementing the ACES workflow.
In this package:
----------------
## In this package
* Color encoding and metric specs, file format specs, color
transformations, and an open source reference implementation
* Python and a CSH wrapper script from Arri to generate a CTL based on
Alexa EI setting
Alexa EI Setting
* Documentation on the system and software tools
Missing from this package:
--------------------------
## Not in this package
500mb of reference images (with CTLs applied). You can download
reference images individually or as a ZIP file from the Academy's
public DropBox account:
public DropBox account, referenced in the `images` folder after
installation.
https://dl.dropboxusercontent.com/content_link_zip/1Fm7ngrWzwj9AHEpn0AIsy74RItDirfO5KVIiLAWAshpEIpIUSFCh1SxmAtIj60x/file
## Recommended packages
Recommended
-----------
For this to be useful, you probably also need
aces_container
ctl
* aces_container
* ctl

View File

@ -2,7 +2,7 @@
# Slackware build script for aces-dev
# Copyright 2016 Klaatu, Wellington NZ
# Copyright 2016-22 Klaatu <klaatu@member.fsf.org>
# All rights reserved.
#
# GNU All-Permissive License
@ -14,7 +14,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=aces-dev
VERSION=${VERSION:-1.0.2}
VERSION=${VERSION:-1.3}
BUILD=${BUILD:-1}
DOCDIR=${DOCDIR:-1}
TAG=${TAG:-_SBo}
@ -57,17 +57,17 @@ mkdir -p $PKG/$PREFIX/bin
find . -type f -name "*.py" -exec install -D -m 0755 {} $PKG/$PREFIX/bin/ \;
find . -type f -name "*.csh" -exec install -D -m 0755 {} $PKG/$PREFIX/bin/ \;
# if you modify this line,
find ./transforms/ctl/idt/vendorSupplied/arri/alexa/ -depth -name "*.py" -type f -delete
find ./transforms/ctl/idt/vendorSupplied/arri/alexa/ -depth -name "*.csh" -type f -delete
# for heavens sake
# be careful with find and -delete
## install utilities
install -D transforms/renameCTL.py $PKG/usr/bin
mkdir -p $PKG/usr/share/$PRGNAM-$VERSION
rsync -av transforms/ctl/ $PKG/usr/share/$PRGNAM-$VERSION/
rsync -av formats $PKG/usr/share/$PRGNAM-$VERSION/
rsync -av transforms/ctl $PKG/usr/share/$PRGNAM-$VERSION/
rsync -av images $PKG/usr/share/$PRGNAM-$VERSION/
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a documents/LaTeX images CHANGELOG.md LICENSE.md README.md $PKG/usr/doc/$PRGNAM-$VERSION
cp -a CHANGELOG.md LICENSE.md README.md $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install

View File

@ -1,8 +1,8 @@
PRGNAM="aces-dev"
VERSION="1.0.2"
VERSION="1.3"
HOMEPAGE="https://www.oscars.org/science-technology/sci-tech-projects/aces"
DOWNLOAD="https://github.com/ampas/aces-dev/archive/v1.0.2/aces-dev-1.0.2.tar.gz"
MD5SUM="66af1b9098515b9ca4d15560bf486214"
DOWNLOAD="https://github.com/ampas/aces-dev/archive/v1.3/aces-dev-1.3.tar.gz"
MD5SUM="b9a7b1c8ca2508545d93d53ff2b6fcad"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="numpy"