Package Details: zoneminder 1.36.35-1

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: 72
Popularity: 0.53
First Submitted: 2008-03-21 00:09 (UTC)
Last Updated: 2024-10-22 17:14 (UTC)

Dependencies (45)

Sources (8)

Latest Comments

« First ‹ Previous 1 .. 46 47 48 49 50 51 52 53 54 55 56 .. 63 Next › Last »

<deleted-account> commented on 2012-09-01 07:46 (UTC)

I confirm it properly builds now with arm. Thanks. By default the patch command matches whitespace strictly. Thus, if the original file used tabs and the patch diff uses spaces, then it won't be able to know where to apply the changes. I think you could avoid it by using "patch -l", but that would also mean a PKGBUILD change.

asch commented on 2012-09-01 06:47 (UTC)

Okay, that was a misapprehension. Now it's fixed and please, let me know, if everything is ok. Btw, why tabs -> spaces conversion causes problems? Thanks again.

<deleted-account> commented on 2012-09-01 04:52 (UTC)

Right. Patch will give an error when running makepkg on the new package on arm because pastebin converted all tabs in arm-context.patch into spaces. You'll only see the build fail on arm because the patch is only conditionally applied when $CARCH==arm. That's why I uploaded my original build onto rapidshare. If you build with the patch file from that, the MD5 sum should check fine, and you shouldn't get an error.

asch commented on 2012-09-01 00:18 (UTC)

ben123: Why do you upload tarball to rapidshare? This new pkgbuild is not working properly on arm?

<deleted-account> commented on 2012-09-01 00:12 (UTC)

It looks like pastebin turned the tabs into whitespaces and that's why the MD5 sum doesn't match. It won't patch either. I just uploaded my modified tarball to rapidshare. Everything's the same as the original, except for a modified PKGBUILD and an added arm-context.patch file. Thanks for including this in the release. This will make future updating easier. https://rapidshare.com/files/3218457696/zoneminder.tar.gz

asch commented on 2012-08-31 23:02 (UTC)

ben123: Done, there was a wrong MD5 sum in your PKGBUILD patch at arm-context.patch. Thank you very much! Please test on arm!

<deleted-account> commented on 2012-08-31 22:46 (UTC)

Could we modify the PKGBUILD to allow arm support? I just added 'arm' to arch along with a patch: arch=('i686' 'x86_64' 'arm') # Patch for ARM if test "$CARCH" == arm; then patch -p0 < ../arm-context.patch fi The patch was described in this post: http://www.plugcomputer.org/plugforum/index.php?topic=5956.msg19440#msg19440 Here's my modified PKGBUILD and arm-context.patch http://pastebin.com/ANBLH8dj http://pastebin.com/2itrRFge Zoneminder works nicely on my pogoplug v2 (not pink) http://archlinuxarm.org/platforms/armv5/pogoplug-v2-pinkgray

asch commented on 2012-08-20 20:21 (UTC)

cezarq: It is related to x86_64 architecture. I am using this on x86 architecture with no problem. But it is known problem[1]. Please export library variable before compilation. I will modify PKGBUILD later(when x86_64 machine will be available). Quote[1]: if you get the configure "error zm requires libmysqlclient.a" with 64 bit CentOS add the following to the end of your configure statement --with-extralibs="-L/usr/lib64 -L/usr/lib64/mysql" Quote end. [1] http://www.zoneminder.com/wiki/index.php/CentOS

<deleted-account> commented on 2012-08-20 19:55 (UTC)

I am trying to update my version 1.25.0-10 to 1.25.0-11, but I always got the error: "configure: error: zm requires libmysqlclient.a" I have the mysql installed and running very well... # pacman -Q|grep -i mysql libmysqlclient 5.5.27-3 mysql 5.5.27-3 mysql-clients 5.5.27-3 perl-dbd-mysql 4.021-1 Any ideas how to fix?