From 0c641ec7b482b617be7942533d8c76c00fb7aa61 Mon Sep 17 00:00:00 2001 From: Gautier de Montmollin Date: Tue, 19 Apr 2022 10:24:21 +0200 Subject: [PATCH] gid 10.0.0 (#498) New v.10: * Added a decoder for the QOI (Quite OK Image) format * Added an all RGB demo For Alire, [gpr-externals]: scenario variable Build_Mode becomes GID_Build_Mode. --- index/gi/gid/gid-10.0.0.toml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 index/gi/gid/gid-10.0.0.toml diff --git a/index/gi/gid/gid-10.0.0.toml b/index/gi/gid/gid-10.0.0.toml new file mode 100644 index 00000000..f302b182 --- /dev/null +++ b/index/gi/gid/gid-10.0.0.toml @@ -0,0 +1,15 @@ +description = "Decoding a broad variety of image formats" +name = "gid" +version = "10.0.0" +authors = ["Gautier de Montmollin"] +licenses = "MIT" +maintainers = ["fabien.chouteau@gmail.com"] +maintainers-logins = ["zertovitch", "Fabien-Chouteau"] +project-files = ["gid.gpr"] + +[gpr-externals] +GID_Build_Mode = ["Debug", "Fast_but_checked", "Fast", "Small", "Smallest", "Profiling"] + +[origin] +url = "https://sourceforge.net/projects/gen-img-dec/files/gid_010.zip" +hashes = ["sha512:ea4b473fc5020e8cd2248aa02e65a5d9d606994392130d5bd024e93e6c1de402e9a54f59adf0dbfa9c80163f1b61f300e3dce7d7e5544006073646e3c5dc00c3"]