From cb879c3bb5575e61229d59513b4efc67afce47fe Mon Sep 17 00:00:00 2001 From: Fabien Chouteau Date: Sun, 19 Jan 2020 23:39:19 +0100 Subject: [PATCH] Add Generic Image Decoder --- index/gi/gid.toml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 index/gi/gid.toml diff --git a/index/gi/gid.toml b/index/gi/gid.toml new file mode 100644 index 00000000..ce354c80 --- /dev/null +++ b/index/gi/gid.toml @@ -0,0 +1,15 @@ +[general] +description = "Decoding a broad variety of image formats" +licenses = ["MIT"] +authors = ["Gautier de Montmollin"] +maintainers = ["fabien.chouteau@gmail.com"] +maintainers-logins = ["zertovitch", "Fabien-Chouteau"] + +project-files = ["gid.gpr"] + + [general.gpr-externals] + Build_Mode = ["Debug", "Fast_but_checked", "Fast", "Small", "Smallest", "Profiling"] + +['9.0.0'] +origin = "https://sourceforge.net/projects/gen-img-dec/files/gid_009.zip" +origin-hashes = ["sha512:17722960f65382ce49dfde2ebe24b2adf1cd007ea9f170ec51d35c4a654ac78ddc3c1ba500e764e0c793d6f6aabb2c82a804a5570deb36a199f5b216c2c372e7"]