-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.xml
97 lines (97 loc) · 2.87 KB
/
package.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
<?xml version="1.0" encoding="UTF-8"?>
<package xmlns="http://pear.php.net/dtd/package-2.0" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="2.0" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0 http://pear.php.net/dtd/tasks-1.0.xsd http://pear.php.net/dtd/package-2.0 http://pear.php.net/dtd/package-2.0.xsd">
<name>sdl_ttf</name>
<channel>pecl.php.net</channel>
<summary>SDL_ttf bindings for the PHP language</summary>
<description>SDL_ttf bindings for the PHP language</description>
<lead>
<name>Santiago Lizardo</name>
<user>santiagolizardo</user>
<email>[email protected]</email>
<active>yes</active>
</lead>
<date>2022-08-02</date>
<version>
<release>0.3.0</release>
<api>0.3.0</api>
</version>
<stability>
<release>alpha</release>
<api>alpha</api>
</stability>
<license uri="http://www.php.net/license/3_0.txt">PHP License</license>
<notes>
Add TTF_WasInit, TTF_RenderText_Blended and TTF_RenderText_Shaded functions.
Add dependency on SDL extension on package.xml file (Remi Collet)
</notes>
<contents>
<dir name="/">
<file name="config.m4" role="src"/>
<file name="CREDITS" role="doc"/>
<file name="LICENSE" role="doc"/>
<file name="php_sdl_ttf.h" role="src"/>
<file name="sdl_ttf.c" role="src"/>
<file name="sdl_ttf_arginfo.h" role="src"/>
<file name="sdl_ttf_font.c" role="src"/>
<file name="sdl_ttf_font.h" role="src"/>
<dir name="tests">
<file name="001.phpt" role="test"/>
<file name="002.phpt" role="test"/>
<file name="003.phpt" role="test"/>
</dir>
</dir>
</contents>
<dependencies>
<required>
<php>
<min>7.3.0</min>
</php>
<pearinstaller>
<min>1.10</min>
</pearinstaller>
<package>
<name>sdl</name>
<channel>pecl.php.net</channel>
<min>2.3.0</min>
<providesextension>sdl</providesextension>
</package>
</required>
</dependencies>
<providesextension>sdl_ttf</providesextension>
<extsrcrelease/>
<changelog>
<release>
<date>2022-08-02</date>
<time>22:11:07</time>
<version>
<release>0.3.0</release>
<api>0.3.0</api>
</version>
<stability>
<release>alpha</release>
<api>alpha</api>
</stability>
<license uri="http://www.php.net/license/3_0.txt">PHP License</license>
<notes>
Add TTF_WasInit, TTF_RenderText_Blended and TTF_RenderText_Shaded functions.
Add dependency on SDL extension on package.xml file (Remi Collet)
</notes>
</release>
<release>
<date>2022-07-24</date>
<time>17:58:20</time>
<version>
<release>0.2.0</release>
<api>0.2.0</api>
</version>
<stability>
<release>alpha</release>
<api>alpha</api>
</stability>
<license uri="http://www.php.net/license/3_0.txt">PHP License</license>
<notes>
Initial release with basic Init/Quit Open and Close Font and render solid text
</notes>
</release>
</changelog>
</package>