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.39
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 .. 48 49 50 51 52 53 54 55 56 57 58 .. 63 Next › Last »

<deleted-account> commented on 2012-08-06 14:23 (UTC)

When calling /srv/zoneminder/bin/zminit to set admin name/pw I get an error though: ERROR 1045 (28000): Access denied for user 'admin'@'localhost' (using password: YES)

asch commented on 2012-08-06 14:13 (UTC)

Fraterius: Need to build with writing permission to /var :-(. Run with sudo and everything will be okay. This package won't harm your machine(Remember, I can lie).

Fraterius commented on 2012-08-06 14:08 (UTC)

Making this package with patches also fails: mkdir: cannot create directory ‘/var/run/zm’: Permission denied chown: cannot access ‘/var/run/zm’: No such file or directory chmod: cannot access ‘/var/run/zm’: No such file or directory Don't know why byt it tries to make this dir in wrong place. As to the patches they need to be placed in "$srcdir/ZoneMinder-$pkgver" dir.

<deleted-account> commented on 2012-08-06 14:03 (UTC)

Nice, pastebin links work again. Gave me not-found error two days ago. There's a typo: libavcoded -> libavcodec. The patch files need to be in a particular subfolder, just placing them in the pkgbuild folder doesn't work. I just symlinked them everywhere =P. Also, had to manually create /var/run/zm and /var/log/zm or building would fail, because it tries to mkdir those folders but gets "permission denied".

asch commented on 2012-08-04 20:19 (UTC)

Jindur: Please, look at 21st comment [Comment by: skuda on Thu, 19 Jul 2012 07:19:05 +0000].

<deleted-account> commented on 2012-08-04 20:16 (UTC)

asch: The last 85 (!) comments do not contain "patch-" strings, so I can only guess that you probably meant the two pastebin links given by skuda, which however both no longer exist. You mentioned 2 specific file names, patch-libavcoded-detection.txt and patch-ffmpeg-0.11.txt, and those can simply not be found anywhere in the comments, so you might want to write more specifically, which patches you refer to.

<deleted-account> commented on 2012-08-04 20:12 (UTC)

makepkg -s gives error: g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include -I/usr/include -Wall -Wno-sign-compare -fno-inline -I/usr/include -D__STDC_CONSTANT_MACROS -march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -MT zm_ffmpeg_camera.o -MD -MP -MF .deps/zm_ffmpeg_camera.Tpo -c -o zm_ffmpeg_camera.o zm_ffmpeg_camera.cpp zm_ffmpeg_camera.cpp:105:44: error: missing binary operator before token "(" In file included from zm_ffmpeg_camera.cpp:24:0: zm_ffmpeg_camera.h:39:5: error: ‘AVFormatContext’ does not name a type zm_ffmpeg_camera.h:41:5: error: ‘AVCodecContext’ does not name a type ...and so on

asch commented on 2012-08-04 13:04 (UTC)

Jindur: Please, delete this looong output of your failed compilation, it really mess this discussion. Use services like pastebin, to post long outputs. And read at least 2 pages of discussion before you ask, where to get patches. Regards.

<deleted-account> commented on 2012-07-28 13:44 (UTC)

Thankyou for such a quick responce Im working on it right now.

asch commented on 2012-07-28 13:41 (UTC)

1) Downlad tarball with PKGBUILD and extract. 2) cd to directory where extracted. 3) Download 2 patches to this directory. 4) Add these 2 lines under line 39 in PKGBUILD. * patch -p0 < patch-libavcoded-detection.txt * patch -p1 < patch-ffmpeg-0.11.txt 5) Run makepkg, this will compile and create package. 6) Run pacman -U zoneminder-*.tar.xz (Name of the package)