Search Criteria
Package Details: php-kolabformat 1.1.6-4
Git Clone URL: | https://aur.archlinux.org/php-kolabformat.git (read-only, click to copy) |
---|---|
Package Base: | php-kolabformat |
Description: | PHP bindings for Kolab XML Format Schema Definitions Library |
Upstream URL: | http://www.kolab.org |
Licenses: | |
Submitter: | javitonino |
Maintainer: | muhviehstarr |
Last Packager: | muhviehstarr |
Votes: | 3 |
Popularity: | 0.000001 |
First Submitted: | 2015-02-25 10:27 |
Last Updated: | 2020-05-11 07:50 |
Dependencies (7)
- libkolabxml
- php (php55, php53, php70, php71, php-zts, php72, php56, php7-symlinks, php7-meta, php73)
- boost (boost-git) (make)
- cmake (cmake-git) (make)
- qt5-base (qt5-base-git, qt5-base-fractional-fix, qt5-base-headless) (make)
- xsd (make)
- swig>=3.0.11 (swig-git) (make)
Latest Comments
a_manthey commented on 2017-11-21 18:24
builds on rapsberry pi 2B too if "armv7h" is added to arch-list.
volle commented on 2017-06-20 06:24
i think kolabsys did switch from http to https. The URL in PKGBUILD needs to be changed to
https://mirror.kolabsys.com/pub/releases/libkolabxml-1.1.6.tar.gz
they use an invalid certificate so the download needs so be done with curl's -k option
DLAGENTS=("https::/usr/bin/curl -k -o %o %u")
javitonino commented on 2016-12-25 00:12
Updated to use SWIG from git, so it compiles for PHP7.
javitonino commented on 2016-11-12 14:56
@lonaowna This is out of date since it can't be compiled with PHP7 (see my previous comment). You can use php56-kolabformat instead.
javitonino commented on 2016-01-18 14:22
I have not found a way to compile this for PHP 7. I have uploaded a version for PHP 5.6 from the AUR:
https://aur.archlinux.org/packages/php56-kolabformat/
Using this and changing Apache's configuration to use php56, seems to work, at least for Kolab.
snoewchen commented on 2016-01-03 16:40
It seems to me that this package is not compatible with php-7.
A build attempt leads to many errors like
<snip>
...php_kolabformat_wrapper.cpp:896:106: error: macro "zend_hash_update" passed 6 arguments, but takes just 3
</snip>
The file "php_kolabformat_wrapper.cpp" is generated using swig - and swig does not support php-7 at the moment - https://github.com/swig/swig/issues/571
javitonino commented on 2015-11-01 13:18
PHP dependency added. Thanks!
techmunk commented on 2015-11-01 10:39
This should probably depend on php.
At the very least, it needs a makedepends of php, as it will not currently build correctly without it.