Ravenports generated: 10 Feb 2024 22:55
[ravenports.git] / bucket_F2 / cgif
1 # Buildsheet autogenerated by ravenadm tool -- Do not edit.
2
3 NAMEBASE=               cgif
4 VERSION=                0.3.2
5 KEYWORDS=               graphics
6 VARIANTS=               standard
7 SDESC[standard]=        Fast and lightweight GIF encoder library
8 HOMEPAGE=               https://github.com/dloebl/cgif
9 CONTACT=                Michael_Reim[kraileth@elderlinux.org]
10
11 DOWNLOAD_GROUPS=        main
12 SITES[main]=            GITHUB/dloebl:cgif:V0.3.2
13 DISTFILE[1]=            generated:main
14 DF_INDEX=               1
15 SPKGS[standard]=        complete
16                         primary
17                         dev
18
19 OPTIONS_AVAILABLE=      none
20 OPTIONS_STANDARD=       none
21
22 USES=                   meson
23
24 DISTNAME=               cgif-0.3.2
25
26 LICENSE=                MIT:primary
27 LICENSE_FILE=           MIT:{{WRKSRC}}/LICENSE
28 LICENSE_SCHEME=         solo
29
30 FPC_EQUIVALENT=         graphics/cgif
31 MESON_ARGS=             --default-library=both
32
33 SOVERSION=              0.3.2
34
35 [FILE:923:descriptions/desc.primary]
36 Cgif is a fast and lightweight GIF encoder that can create GIF animations
37 and images. Summary of the main features:
38
39 * user-defined global or local color-palette with up to 256 colors (limit 
40 of the GIF format)
41 * size-optimizations for GIF animations:
42   - option to set a pixel to transparent if it has identical color in the 
43 previous frame (transparency optimization)
44   - do encoding just for the rectangular area that differs from the 
45 previous frame (width/height optimization)
46 * fast: a GIF with 256 colors and 1024x1024 pixels can be created in below 
47 50 ms even on a minimalistic system
48 * MIT license (permissive)
49 * different options for GIF animations: static image, N repetitions, 
50 infinite repetitions
51 * additional source-code for verifying the encoder after making changes
52 * user-defined delay time from one frame to the next (can be set 
53 independently for each frame)
54 * source-code conforms to the C99 standard
55
56
57 [FILE:104:distinfo]
58 0abf83b7617f4793d9ab3a4d581f4e8d7548b56a29e3f95b0505f842cbfd7f95        29407 dloebl-cgif-V0.3.2.tar.gz
59
60
61 [FILE:55:manifests/plist.primary]
62 lib/
63  libcgif.so.%%SOMAJOR%%
64  libcgif.so.%%SOVERSION%%
65
66
67 [FILE:65:manifests/plist.dev]
68 include/cgif.h
69 lib/
70  libcgif.a
71  libcgif.so
72 lib/pkgconfig/cgif.pc
73