diff options
author | Star Brilliant | 2015-06-16 02:30:57 +0800 |
---|---|---|
committer | Star Brilliant | 2015-06-16 02:30:57 +0800 |
commit | df56fae7a76c4e430ee4493164b04f046b5bdd9e (patch) | |
tree | c6eed5eb091e57cd07c8ad2a2fc9eec04e93a77a /.AURINFO | |
download | aur-df56fae7a76c4e430ee4493164b04f046b5bdd9e.tar.gz |
Initial import
Diffstat (limited to '.AURINFO')
-rw-r--r-- | .AURINFO | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/.AURINFO b/.AURINFO new file mode 100644 index 000000000000..b6c0b701855b --- /dev/null +++ b/.AURINFO @@ -0,0 +1,23 @@ +pkgbase = openfx-io-git + pkgdesc = A set of Readers/Writers plugins written using the OpenFX standard. + pkgver = 0 + pkgrel = 1 + url = https://github.com/MrKepzie/openfx-io + arch = i386 + arch = x86_64 + license = BSD + makedepends = boost + depends = opencolorio + depends = openexr + depends = openimageio + depends = ffmpeg + depends = boost-libs + provides = openfx-io + conflicts = openfx-io + source = openfx-io::git://github.com/MrKepzie/openfx-io.git + source = devernay-openfx::git://github.com/devernay/openfx.git + source = SequenceParsing::git://github.com/MrKepzie/SequenceParsing.git + source = tinydir::git://github.com/MrKepzie/tinydir.git + +pkgname = openfx-io-git + |