Search Criteria
Package Details: zoneminder-git 1.33.16.r14355.fd633a217-2
Git Clone URL: | https://aur.archlinux.org/zoneminder-git.git (read-only, click to copy) |
---|---|
Package Base: | zoneminder-git |
Description: | A complete surveillance solution allowing capture, analysis, recording and monitoring of any CCTV or security cameras |
Upstream URL: | https://github.com/ZoneMinder/ZoneMinder |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | troydwill |
Maintainer: | pizzaman |
Last Packager: | pizzaman |
Votes: | 9 |
Popularity: | 0.000097 |
First Submitted: | 2015-01-05 01:58 |
Last Updated: | 2020-01-07 10:12 |
Dependencies (42)
- fcgiwrap
- ffmpeg (ffmpeg-semifull-git, ffmpeg-tmblock-git, ffmpeg4.0, ffmpeg-cuda, ffmpeg-v4l2-request-git, ffmpeg-svt, ffmpeg-gl-transition, ffmpeg-git, ffmpeg-decklink, ffmpeg-intel-full-git, ffmpeg-mmal, ffmpeg-svt-av1-git, ffmpeg-libfdk_aac, ffmpeg-full, ffmpeg-nox-git, ffmpeg-svt-vp9-git, ffmpeg-nocuda, ffmpeg-ndi, ffmpeg-amd-full, ffmpeg-full-git, ffmpeg-amd-full-git, ffmpeg-headless)
- libmp4v2
- mariadb (mysql55, mariadb-git, mariadb103, mysql56, mysql57, mysql, percona-server)
- multiwatch
- nginx-mainline (nginx-zest-git)
- perl-archive-zip
- perl-class-load
- perl-crypt-eksblowfish
- perl-data-dump
- perl-data-entropy
- perl-data-uuid
- perl-date-manip
- perl-datetime
- perl-dbd-mysql
- perl-device-serialport
- perl-file-slurp
- perl-image-info
- perl-io-socket-multicast
- perl-json-maybexs
- perl-libwww
- perl-lwp-protocol-https
- perl-mime-lite
- perl-mime-tools
- perl-net-sftp-foreign
- perl-number-bytes-human
- perl-php-serialization
- perl-soap-wsdl
- perl-sys-cpu
- perl-sys-meminfo
- perl-sys-mmap
- perl-uri-encode
- perl-xml-parser
- php-apcu (php70-apcu, php56-apcu, php71-apcu, php72-apcu, php80-apcu, php74-apcu, php73-apcu)
- php-fpm (php55-fpm, php53-fpm, php-zts-fpm, php72-fpm, php56-fpm)
- php-gd (php55-gd, php53-gd, php-zts-gd, php72-gd, php56-gd)
- polkit (polkit-git, polkit-consolekit, polkit-no-script-git, polkit-duktape)
- spawn-fcgi
- cmake (cmake-git) (make)
- apache (apache-git, apache22) (optional) – alternative web server
- vlc (libvlc, vlc-decklink, vlc-git) (optional) – provides libvlc (may achieve better performance with some camera models)
- zmeventnotification-git (optional) – suppport for push notifications and machine learning recognition
Required by (2)
- mythplugins-mythzoneminder (requires zoneminder)
- mythplugins-mythzoneminder-git (requires zoneminder)
Sources (9)
- fcgiwrap-multiwatch.service
- git://github.com/zoneminder/zoneminder.git
- https://github.com/FriendsOfCake/crud/archive/v3.2.0.tar.gz
- https://github.com/ZoneMinder/CakePHP-Enum-Behavior/archive/1.0-zm.tar.gz
- zoneminder-httpd.conf
- zoneminder-nginx.conf
- zoneminder-php.ini
- zoneminder-tmpfile.conf
- zoneminder.service
Latest Comments
1 2 3 Next › Last »
nenes71 commented on 2020-12-15 11:14
fail Connection terminated by timeout
eshep commented on 2020-11-14 04:46
Cloning into '$HOME/.cache/yay/zoneminder/src/zoneminder/web/api/app/Plugin/Crud'... Username for 'https://github.com': Password for 'https://github.com': remote: Repository not found. fatal: Authentication failed for 'https://github.com/ZoneMinder/crud.git/'
Why does it now ask for github user:pass? Using my own account fails as well as no input.
pizzaman commented on 2019-12-16 08:25
Should be working now.
Since this is the master version it can be broken at times.
Malstrond commented on 2018-09-05 22:33
zmtelemetry.pl now also depends on perl-json-maybexs.
hexadecagram commented on 2018-09-05 01:33
It may be a problem with the way I've configured distcc because I've been seeing a lot of distcc errors lately, but it's probably worth mentioning that this package does not seem to like distcc. I had to add the following to ~/.makepkg.conf to get it to build.
if [ "${PWD}" != "${PWD/zoneminder-git}" ]; then BUILDENV=("${BUILDENV[@]/#distcc/!distcc}"); fi
@balazs.mezei:
You also need to
rm -fR $srcdir/crud
and let makepkg re-clone if it fails to build.@whata-mess:
You don't have to use cpan to get Sys::Mmap. It can be installed from the AUR as perl-sys-mmap.
whata-mess commented on 2018-09-03 09:40
UPDATE FIXEDIT ** sudo cpan Sys::Mmap
Hey it wont build :-
-- Could NOT find PerlModules (missing: PERLMODULES_SYS_MMAP_MODULE) CMake Error at CMakeLists.txt:764 (message): Not all required perl modules were found on your system
-- Configuring incomplete, errors occurred! See also "/home/ian/zoneminder-git/src/zoneminder/CMakeFiles/CMakeOutput.log". See also "/home/ian/zoneminder-git/src/zoneminder/CMakeFiles/CMakeError.log". ==> ERROR: A failure occurred in build(). Aborting...
Malstrond commented on 2018-06-01 08:29
The current git version also
-requires a new apache configuration (a template is at misc/apache.conf.in, the main difference being how the cache directory is handled now).
-depends on perl-file-slurp and perl-number-bytes-human, otherwise zmfilter.pl crashes.
balazs.mezei commented on 2018-05-30 13:43
To fix the build issue below, change the second source (git://github.com/FriendsOfCake/crud.git) to git://github.com/$_pkgname/crud.git
jlanzobr commented on 2018-05-14 00:48
error: Server does not allow request for unadvertised object 0bd63fb464957080ead342db58ca9e01532cf1ef
Fetched in submodule path 'web/api/app/Plugin/Crud', but it did not contain 0bd63fb464957080ead342db58ca9e01532cf1ef. Direct fetching of that commit failed.
==> ERROR: A failure occurred in prepare(). Aborting...
The build failed.
zombielinux commented on 2018-01-25 16:44
mesmer,
As of the latest, php71 is pulled in, but it still pulls php-apache in, it needs to also pull in php71-apache.
either the pkgbuild needs to be updated, or php71-apache needs to be explicitly added as a dependancy.