Package Details: zoneminder 1.36.35-2

Git Clone URL: https://aur.archlinux.org/zoneminder.git (read-only, click to copy)
Package Base: zoneminder
Description: A full-featured, open source, state-of-the-art video surveillance software system
Upstream URL: https://zoneminder.com/
Keywords: camera cctv monitor record security surveillance video zoneminder
Licenses: GPL-2.0-only
Submitter: None
Maintainer: Nocifer
Last Packager: Nocifer
Votes: 73
Popularity: 0.32
First Submitted: 2008-03-21 00:09 (UTC)
Last Updated: 2025-06-05 21:26 (UTC)

Dependencies (45)

Sources (8)

Latest Comments

« First ‹ Previous 1 .. 33 34 35 36 37 38 39 40 41 42 43 .. 63 Next › Last »

bachler commented on 2017-05-09 08:36 (UTC)

I have made changes to the PKGBUILD to apply the patch that adam900710 suggested, this works for me. I emailed the package maintainer 9 April, and since I got a another problem with this package today, I thought this might save someone some trouble... Get it here: https://github.com/drbachler/aur-zoneminder

adam900710 commented on 2017-03-12 14:14 (UTC)

Fix submitted for the compile error: https://github.com/ZoneMinder/ZoneMinder/pull/1806 Which should be good and small enough as a patch for current stable release.

adam900710 commented on 2017-03-12 11:37 (UTC) (edited on 2017-03-12 12:16 (UTC) by adam900710)

Failed to build, gcc reports error: In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/include-fixed/limits.h:168:0, from /usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/include-fixed/syslimits.h:7, from /usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/include-fixed/limits.h:34, from /usr/include/zconf.h:418, from /usr/include/zlib.h:34, from /tmp/yaourt-tmp-adam/aur-zoneminder/src/ZoneMinder-1.30.0/src/zm_image.h:38, from /tmp/yaourt-tmp-adam/aur-zoneminder/src/ZoneMinder-1.30.0/src/zm_camera.h:26, from /tmp/yaourt-tmp-adam/aur-zoneminder/src/ZoneMinder-1.30.0/src/zm_camera.cpp:21: /tmp/yaourt-tmp-adam/aur-zoneminder/src/ZoneMinder-1.30.0/src/zm_image.h:125:25: error: expected identifier before numeric constant enum { CHAR_HEIGHT=11, CHAR_WIDTH=6 }; ^ The problem seems to be the public: label just before that line. Although the public: lable seems fine for C++, maybe something wrong makes compiler to thing it as plain C?

francisuk1989 commented on 2017-03-06 11:06 (UTC) (edited on 2017-03-06 11:07 (UTC) by francisuk1989)

Would love to see a Beta release :) https://github.com/ZoneMinder/ZoneMinder/archive/1.30.2-rc.1.tar.gz

Linuts commented on 2017-02-24 04:12 (UTC)

If you want to fix errors in zmtelemetry.pl and zmonvif-probe.pl, just run this: cpan -T IO::Socket::Multicast SOAP::WSDL::Transport::HTTP Data::Dump Class::Std::Fast Data::UUID LWP::Protocol::https Sys::MemInfo Sys::CPU Device::SerialPort also to fix the api, open /etc/httpd/conf/extra/httpd-zoneminder.conf and change: <Directory "/srv/http/zoneminder"> ... AllowOverride None ... </Directory> TO: <Directory "/srv/http/zoneminder"> ... AllowOverride All ... </Directory>

lonaowna commented on 2016-10-10 15:42 (UTC) (edited on 2016-10-10 15:43 (UTC) by lonaowna)

Thanks for updating to 1.30. Please add the following new dependencies: perl-sys-cpu, perl-sys-meminfo. Some of the tools will not run without.

DeepBlue commented on 2016-08-23 13:02 (UTC)

Just a hint: v1.30.0 is released for almost a month now. :)

Behem0th commented on 2016-07-17 05:08 (UTC)

For me this works: DESTDIR=$pkgdir make install ++ mv -v $pkgdir/share/polkit-1/ $pkgdir/usr/share/polkit-1/ # Change Polkit directory permissions to Arch Linux policy

Behem0th commented on 2016-07-17 05:01 (UTC)

I found disparity, polkit-1 directory installed in path $pkgdir/zoneminder/share/ but chmod looking it in path $pkgdir/zoneminder/usr/share/