File: downloads.php

package info (click to toggle)
php-imlib 0.7-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 1,020 kB
  • ctags: 817
  • sloc: php: 2,464; ansic: 1,324; xml: 94; makefile: 67; sh: 12
file content (110 lines) | stat: -rw-r--r-- 4,238 bytes parent folder | download | duplicates (4)
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
98
99
100
101
102
103
104
105
106
107
108
109
110
<? $page = 4; include './header.inc' ?>
<u>Releases</u>
<br>
<table border="0" style="padding: 4px" cellspacing="0">
  <tr>
    <td class="d-dark">
      <b>php_imlib 0.3</b><br>January 10, 2001
      <br>&nbsp;
    </td>
    <td class="d-cell">
      <a href="http://mmcc.cx/php_imlib/php_imlib-0.3.tar.gz">http://mmcc.cx/php_imlib/php_imlib-0.3.tar.gz</a><br>
    </td>
  </tr>
  <tr>
    <td class="d-dark">
      php_imlib 0.2<br>November 1, 2000
    </td>
    <td class="d-cell">
      <a href="http://mmcc.cx/php_imlib/php_imlib-0.2.tar.gz">http://mmcc.cx/php_imlib/php_imlib-0.2.tar.gz</a><br>
    </td>
  </tr>
  <tr>
    <td class="d-dark"><br>
      php_imlib 0.1<br>October 5, 2000
    </td>
    <td class="d-cell"><br>
      <a href="http://mmcc.cx/php_imlib/php_imlib-0.1.tar.gz">http://mmcc.cx/php_imlib/php_imlib-0.1.tar.gz</a><br>
    </td>
  </tr>
</table>
<br>

<u>Requirements</u>
<p>
Before building this extension, Imlib2 will need to be installed somewhere  
on the system.  Imlib2 itself depends on freetype for rendering text and the
relevant underlying image libraries for the desired image formats.  At the
very least Imlib2 needs libpng and libjpeg.  Lastly, Imlib2 needs a DB
loader, edb.
</p><p>
Briefly, some requirements are:
<ul>
<li>A Unix or Linux OS
<li>PHP >= 4.0.1 (4.0.4 recommended)
<li>Imlib2 >= 1.0.0
<li>edb >= 1.0
<li>freetype >= 1.3.1
<li>libjpeg
<li>libpng
</ul></p><p>
Where to find these libraries: (There may be more recent versions)  
</p>
<table border="0" style="padding: 4px" cellspacing="0">
  <tr>
    <td class="d-dark">
      <b>Imlib2</b><br>1.0.0
    </td>
    <td class="d-cell">
      <a href="http://www.us.rasterman.com/imlib.html">http://www.us.rasterman.com/imlib.html</a><br>
      <a href="http://www.us.rasterman.com/files/imlib2-1.0.0.tar.gz">http://www.us.rasterman.com/files/imlib2-1.0.0.tar.gz</a><br>
      &nbsp;
    </td>
  </tr>
  <tr>
    <td class="d-dark">
      <b>edb</b><br>1.0.2
    </td>
    <td class="d-cell">
      <a href="http://download.sourceforge.net/enlightenment/edb-1.0.2.tar.gz">http://download.sourceforge.net/enlightenment/edb-1.0.2.tar.gz</a><br>
      <a href="http://download.sourceforge.net/enlightenment/edb-1.0.2-1.i386.rpm">http://download.sourceforge.net/enlightenment/edb-1.0.2-1.i386.rpm</a><br>
      <a href="http://download.sourceforge.net/enlightenment/edb-devel-1.0.2-1.i386.rpm">http://download.sourceforge.net/enlightenment/edb-devel-1.0.2-1.i386.rpm</a>
      &nbsp;
    </td>
  </tr>
  <tr>
    <td class="d-dark">
      <b>freetype</b><br>1.3.1
    </td>
    <td class="d-cell">
      <a href="http://freetype.sourceforge.net">http://freetype.sourceforge.net</a><br>
      <a href="ftp://freetype.sourceforge.net/pub/freetype/freetype1/freetype-1.3.1.tar.gz">ftp://freetype.sourceforge.net/pub/freetype/freetype1/freetype-1.3.1.tar.gz</a><br>
      <a href="http://rpmfind.net/linux/RPM/freetype.html">http://rpmfind.net/linux/RPM/freetype.html</a><br>
      <a href="http://rpmfind.net/linux/RPM/freetype-devel.html">http://rpmfind.net/linux/RPM/freetype-devel.html</a><br>
      &nbsp;
    </td>
  </tr>
  <tr>
    <td class="d-dark">
      <b>libjpeg</b><br>6b
    </td>
    <td class="d-cell">
      <a href="http://www.ijg.org">http://www.ijg.org</a><br>
      <a href="ftp://ftp.uu.net/graphics/jpeg/jpegsrc.v6b.tar.gz">ftp://ftp.uu.net/graphics/jpeg/jpegsrc.v6b.tar.gz</a><br>
      <a href="http://rpmfind.net/linux/RPM/libjpeg.html">http://rpmfind.net/linux/RPM/libjpeg.html</a><br>
      <a href="http://rpmfind.net/linux/RPM/libjpeg-devel.html">rpmfind.net/linux/RPM/libjpeg-devel.html</a><br>
      &nbsp;
    </td>
  </tr>
  <tr>
    <td class="d-dark">
      <b>libpng</b><br>1.0.8
    </td>
    <td class="d-cell">
      <a href="http://www.libpng.org/pub/png/libpng.html">http://www.libpng.org/pub/png/libpng.html</a><br>
      <a href="http://www.libpng.org/pub/png/src/libpng-1.0.8.tar.gz">http://www.libpng.org/pub/png/src/libpng-1.0.8.tar.gz</a><br>
      <a href="http://rpmfind.net/linux/RPM/libpng.html">http://rpmfind.net/linux/RPM/libpng.html</a><br>
      <a href="http://rpmfind.net/linux/RPM/libpng-devel.html">http://rpmfind.net/linux/RPM/libpng-devel.html</a><br>
    </td>
  </tr>
</table>