-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathpackage.xml
81 lines (81 loc) · 2.58 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
<?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" packagerversion="1.9.0" 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>opengl</name>
<channel>pecl.php.net</channel>
<summary>OpenGL (3D graphics library) for PHP</summary>
<description>This extension allows you to develop 3D multimedia applications with PHP using the complete OpenGL library API.</description>
<lead>
<name>Santiago Lizardo</name>
<user>santiagolizardo</user>
<email>[email protected]</email>
<active>yes</active>
</lead>
<date>2019-09-02</date>
<time>12:00:00</time>
<version>
<release>0.9.10</release>
<api>0.9.10</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<license uri="http://www.php.net/license">PHP License</license>
<notes>
- Fix memory leaks.
- Improve build files.
- Remove deprecated code.
</notes>
<contents>
<dir name="/">
<file role="src" name="config.m4"/>
<file role="src" name="php_convert.c"/>
<file role="src" name="php_convert.h"/>
<file role="src" name="php_opengl.c"/>
<file role="src" name="php_opengl.h"/>
<file role="src" name="opengl.h"/>
<file role="doc" name="CREDITS"/>
<file role="doc" name="LICENSE"/>
<dir name="tests">
<file role="test" name="extension-loading.phpt"/>
<file role="test" name="glgeterror_basic.phpt"/>
<file role="test" name="glgetstring_basic.phpt"/>
</dir>
</dir>
</contents>
<dependencies>
<required>
<php>
<min>7.3.0</min>
</php>
<pearinstaller>
<min>1.9</min>
</pearinstaller>
<extension>
<name>sdl</name>
</extension>
</required>
</dependencies>
<providesextension>opengl</providesextension>
<extsrcrelease>
<configureoption default="autodetect" name="with-opengl" prompt="The location of the OpenGL library"/>
</extsrcrelease>
<changelog>
<release>
<date>2018-09-22</date>
<time>12:00:00</time>
<version>
<release>0.9.0</release>
<api>0.9.0</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<notes>
- Better PHP7.2 support.
- Example scripts included in the main extension package.
</notes>
</release>
</changelog>
</package>