wok rev 13051

php, php-gd: Add freetype support
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Mon Jun 18 22:02:23 2012 +0200 (2012-06-18)
parents e32ef0d4b84f
children 538b411fe284
files php-gd/receipt php/receipt
line diff
     1.1 --- a/php-gd/receipt	Mon Jun 18 21:59:17 2012 +0200
     1.2 +++ b/php-gd/receipt	Mon Jun 18 22:02:23 2012 +0200
     1.3 @@ -5,7 +5,7 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="gd module for PHP web programming language."
     1.6  MAINTAINER="pascal.bellard@slitaz.org"
     1.7 -DEPENDS="libpng php jpeg"
     1.8 +DEPENDS="libpng php jpeg freetype"
     1.9  WEB_SITE="http://www.php.net/"
    1.10  WANTED="php"
    1.11  
     2.1 --- a/php/receipt	Mon Jun 18 21:59:17 2012 +0200
     2.2 +++ b/php/receipt	Mon Jun 18 22:02:23 2012 +0200
     2.3 @@ -15,7 +15,7 @@
     2.4  net-snmp-dev postgresql-dev gettext openssl-dev apache-dev apr-util-dev \
     2.5  c-client mhash-dev libpng-dev libunixODBC unixODBC-dev openldap-dev \
     2.6  libldap apr-dev libmcrypt-dev curl-dev cyrus-sasl-dev perl pkg-config \
     2.7 -jpeg-dev net-snmp-dev apache libtool"
     2.8 +jpeg-dev net-snmp-dev apache freetype-dev libtool bison"
     2.9  
    2.10  # Rules to configure and make the package.
    2.11  compile_rules()
    2.12 @@ -48,6 +48,7 @@
    2.13  --enable-soap=shared,/usr \
    2.14  --with-ldap=shared \
    2.15  --with-imap=shared --with-imap-ssl \
    2.16 +--with-freetype-dir=/usr/include/freetype2 \
    2.17  --with-mhash=shared \
    2.18  --with-gd=shared \
    2.19  --with-jpeg-dir=/usr \