Author: glen Date: Thu Dec 8 11:28:19 2011 GMT Module: packages Tag: DEVEL ---- Log message: - add vpx for gd ext, but really they want webp
---- Files affected: packages/php: php.spec (1.945.2.5 -> 1.945.2.6) ---- Diffs: ================================================================ Index: packages/php/php.spec diff -u packages/php/php.spec:1.945.2.5 packages/php/php.spec:1.945.2.6 --- packages/php/php.spec:1.945.2.5 Thu Dec 8 08:55:26 2011 +++ packages/php/php.spec Thu Dec 8 12:28:13 2011 @@ -7,10 +7,10 @@ # - update imap annotations patch (needs api porting) # - update imap myrights patch (needs api porting) # - dba: enable: --with-tcadb=DIR DBA: Tokyo Cabinet abstract DB support -# - --with-vpx-dir=DIR GD: Set the path to libvpx install prefix # --with-libmbfl=DIR MBSTRING: Use external libmbfl. DIR is the libmbfl base install directory BUNDLED # --with-onig=DIR MBSTRING: Use external oniguruma. DIR is the oniguruma install prefix. # - recheck: define PDO_MYSQL_UNIX_ADDR (ensure if's correct with mysql-libs and mysqlng) +# - uses libvpx for webp support, should use libwebp-devel instead? # NOTE: mysqlnd does not support ssl or compression (see FAQ at http://dev.mysql.com/downloads/connector/php-mysqlnd/) # UNPACKAGED EXTENSION NOTES: # - com_dotnet is Win32-only @@ -123,7 +123,7 @@ %undefine with_filter %endif -%define rel 0.4 +%define rel 0.5 Summary: PHP: Hypertext Preprocessor Summary(fr.UTF-8): Le langage de script embarque-HTML PHP Summary(pl.UTF-8): Język skryptowy PHP @@ -249,6 +249,7 @@ BuildRequires: libmcrypt-devel >= 2.4.4 BuildRequires: libpng-devel >= 1.0.8 #BuildRequires: libtiff-devel +BuildRequires: libvpx-devel %if "%{pld_release}" != "ac" BuildRequires: libtool >= 2:2.2 %else @@ -2148,6 +2149,7 @@ %{?with_odbc:--with-pdo-odbc=shared,unixODBC,/usr} \ %{?with_pgsql:--with-pdo-pgsql=shared} \ %{?with_pdo_sqlite:--with-pdo-sqlite=shared,/usr} \ + --with-vpx-dir=/usr \ --without-libexpat-dir \ --enable-posix=shared \ --enable-shared \ @@ -3282,6 +3284,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.945.2.6 2011/12/08 11:28:13 glen +- add vpx for gd ext, but really they want webp + Revision 1.945.2.5 2011/12/08 07:55:26 glen - up to 5.4.0RC2 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/php/php.spec?r1=1.945.2.5&r2=1.945.2.6&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
