Package Details: zoneminder 1.36.33-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://www.zoneminder.com/
Keywords: camera cctv monitor record security surveillance video zoneminder
Licenses: GPL-2.0-only
Conflicts: zoneminder-git
Submitter: None
Maintainer: Nocifer
Last Packager: Nocifer
Votes: 72
Popularity: 1.51
First Submitted: 2008-03-21 00:09 (UTC)
Last Updated: 2024-02-12 12:50 (UTC)

Latest Comments

« First ‹ Previous 1 .. 50 51 52 53 54 55 56 57 58 59 60 .. 62 Next › Last »

skuda commented on 2012-07-19 09:57 (UTC)

given the error you still have it seems to be related with the detection of libav, can you post this command result in the src directory where you tried to compile? "cat config.h |grep LIBAV" it's important too that the patch to configure.ac need to be applied with "-p0", the other need "-p1".

asch commented on 2012-07-19 09:50 (UTC)

skuda: These patches doesn't work for me. Still error shown bellow. I also tried to downgrade ffmpeg, but it didn't help either. [...] g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include -I/usr/include -Wall -Wno-sign-compare -fno-inline -I/usr/include -g -O2 -MT zm_local_camera.o -MD -MP -MF .deps/zm_local_camera.Tpo -c -o zm_local_camera.o zm_local_camera.cpp In file included from zm_local_camera.cpp:24:0: zm_local_camera.h:101:5: error: ‘PixelFormat’ does not name a type zm_local_camera.h:102:5: error: ‘PixelFormat’ does not name a type zm_local_camera.h:103:12: error: ‘AVFrame’ does not name a type zm_local_camera.cpp:44:8: error: ‘PixelFormat’ does not name a type [...]

skuda commented on 2012-07-19 07:19 (UTC)

Yeah, sure, here they are http://pastebin.com/NT6Lrq0B http://pastebin.com/tnDbLnYP

buhrietoe commented on 2012-07-19 03:31 (UTC)

Skuda, can you chime in again with a new link to the patches you found so I can take a look at them please?

asch commented on 2012-07-19 00:18 (UTC)

Flaging out-of-date to notify author to repair this package.

asch commented on 2012-07-18 23:51 (UTC)

skuda: patches not found, these links seem to be bad. What about to include theses patches into this pkgbuild?

skuda commented on 2012-07-16 16:43 (UTC)

Applying this patches resolves the compilation issue http://paste.debian.net/plain/179356 http://paste.debian.net/plain/179357 and it's much better than install another ffmpeg :)

skuda commented on 2012-07-16 12:12 (UTC)

You can use the PKGBUILD at http://pastebin.com/EmVQzqqL to create a ffmpeg-local package in /usr/local, i have borrowed it from older ffmpeg Arch package, after install add to this ZoneMinder PKGBUILD configure line --with-ffmpeg=/usr/local and it will compile fine, maybe someone could create a ffmpeg-0.10.3 AUR package to let this package depends on it.