Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37870226
en ru br
Репозитории ALT
5.1: 5.2.14.20100721-alt0.M51.1
4.1: 5.2.5-alt1.M41.3
4.0: 5.2.2-alt1
3.0: 5.0.5-alt0.cvs20050729
www.altlinux.org/Changes

Группа :: Система/Серверы
Пакет: php5-gd2

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

%define php_extension gd
%define gd_ver 2

Name: php5-%php_extension%gd_ver
Version: %php_version
Release: %php_release

Summary: GD library support for PHP5
Group: System/Servers
License: PHP Licence

Prereq: php5-libs = %php_version-%php_release

Source1: php-%php_extension%gd_ver.ini
Source2: php-%php_extension%gd_ver-params.sh

BuildPreReq: php5-devel = %php_version-%php_release

# Automatically added by buildreq on Fri Jul 01 2005

BuildRequires: xorg-x11-devel freetype2-devel libjpeg-devel libpng3-devel t1lib-devel xpm-devel zlib-devel

%description
The %name includes a dynamic shared object (DSO) that adds
GD support to PHP. GD is a library that enables you to create PNG,
JPEG, XPM, and WBMP graphics. It is linked with freetype and t1lib so
you can use TrueType fonts. PHP is an HTML-embedded scripting language.
If you need GD support for PHP applications, you will need to install
this package in addition to the php package.

%prep
%setup -T -c
%__cp -pr %php_extsrcdir/%php_extension/* .

%build
phpize

BUILD_HAVE=`echo %php_extension | tr '[:lower:]-' '[:upper:]_'`
%add_optflags -fPIC -L%_libdir
%configure \
--enable-gd-native-ttf \
--with-jpeg-dir=%_prefix \
--with-xpm-dir=%_prefix/X11R6 \
--with-t1lib \
--with-ttf=%_prefix \
--with-png-dir=%_prefix \
--with-zlib-dir=%_prefix \
--with-freetype-dir=%_prefix \
--enable-exif \
--with-%php_extension
%php_make

%install
%php_make_install
%__install -D -m 644 %SOURCE1 %buildroot/%php_extconf/%php_extension/config
%__install -D -m 644 %SOURCE2 %buildroot/%php_extconf/%php_extension/params

%files
%php_extconf/%php_extension
%php_extdir/*
%doc CREDITS

%post
%php_extension_postin

%preun
%php_extension_preun

%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin