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

Latest Comments

« First ‹ Previous 1 .. 57 58 59 60 61 62 63 Next › Last »

mrechte commented on 2011-05-14 14:45 (UTC)

Adapted slightly DREMA patch to the current version number . But still is fails on: make[2]: entrant dans le répertoire « /home/mrechte/build/zoneminder/src/ZoneMinder-1.24.2/src » if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include -I/usr/include -Wall -Wno-sign-compare -fno-inline -I/usr/include -frepo -march=i686 -mtune=generic -O2 -pipe -MT zmc.o -MD -MP -MF ".deps/zmc.Tpo" -c -o zmc.o zmc.cpp; \ then mv -f ".deps/zmc.Tpo" ".deps/zmc.Po"; else rm -f ".deps/zmc.Tpo"; exit 1; fi In file included from /usr/include/libavutil/avutil.h:108:0, from zm_ffmpeg.h:29, from zm_mpeg.h:23, from zm_stream.h:27, from zm_event.h:39, from zm_zone.h:27, from zm_monitor.h:26, from zmc.cpp:28: /usr/include/libavutil/common.h: In function ‘int32_t av_clipl_int32_c(int64_t)’: /usr/include/libavutil/common.h:168:47: erreur: ‘UINT64_C’ was not declared in this scope make[2]: *** [zmc.o] Erreur 1 make[2]: quittant le répertoire « /home/mrechte/build/zoneminder/src/ZoneMinder-1.24.2/src » make[1]: *** [all-recursive] Erreur 1 make[1]: quittant le répertoire « /home/mrechte/build/zoneminder/src/ZoneMinder-1.24.2 » make: *** [all] Erreur 2 ==> ERREUR: Une erreur s'est produite dans build().

mrechte commented on 2011-05-08 09:11 (UTC)

Thanks dirkraft. Now I have the same problem as T.ArChEr: make[2]: entrant dans le répertoire « /home/mrechte/build/zoneminder/src/ZoneMinder-1.24.2/src » if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include -I/usr/include -Wall -Wno-sign-compare -fno-inline -I/usr/include -frepo -march=i686 -mtune=generic -O2 -pipe -MT zmc.o -MD -MP -MF ".deps/zmc.Tpo" -c -o zmc.o zmc.cpp; \ then mv -f ".deps/zmc.Tpo" ".deps/zmc.Po"; else rm -f ".deps/zmc.Tpo"; exit 1; fi In file included from zm_image.h:26:0, from zm_monitor.h:25, from zmc.cpp:28: zm_jpeg.h:39:85: erreur: declaration of C function ‘void jpeg_mem_src(j_decompress_ptr, const JOCTET*, int)’ conflicts with /usr/include/jpeglib.h:995:14: erreur: previous declaration ‘void jpeg_mem_src(j_decompress_ptr, unsigned char*, long unsigned int)’ here zm_jpeg.h:40:81: erreur: declaration of C function ‘void jpeg_mem_dest(j_compress_ptr, JOCTET*, int*)’ conflicts with /usr/include/jpeglib.h:992:14: erreur: previous declaration ‘void jpeg_mem_dest(j_compress_ptr, unsigned char**, long unsigned int*)’ here In file included from /usr/include/libavutil/avutil.h:108:0, from zm_ffmpeg.h:29, from zm_mpeg.h:23, from zm_stream.h:27, from zm_event.h:39, from zm_zone.h:27, from zm_monitor.h:26, from zmc.cpp:28: /usr/include/libavutil/common.h: In function ‘int32_t av_clipl_int32_c(int64_t)’: /usr/include/libavutil/common.h:168:47: erreur: ‘UINT64_C’ was not declared in this scope Any idea ?

<deleted-account> commented on 2011-05-07 19:06 (UTC)

For videodev.h "Video4Linux" error. This worked for me (well, at least I was able to build the package). As root... # locate videodev.h /usr/include/libv4l1-videodev.h # ln -s /usr/include/libv4l1-videodev.h /usr/include/linux/videodev.h

mrechte commented on 2011-05-05 16:27 (UTC)

Hello. First to install one needs to use makepkg --skipinteg However I get the following error: configure: error: zm requires Video4Linux to be installed

DrZaius commented on 2011-01-22 22:14 (UTC)

ffmpeg-svn dependency doesn't exist anymore. You can replace it with ffmpeg from the extra repository or ffmpeg-git from AUR.

<deleted-account> commented on 2010-11-15 21:42 (UTC)

try the cvs version instead, this should solve your problems. There where major updates which makes zoneminder 1.24 not build with this pkgbuild.

<deleted-account> commented on 2010-11-15 21:22 (UTC)

I did like DREMA write. 1. [Save this on your build directory as zm_image.patch http://aur.pastebin.com/XuriQkXN <--- I created the new file. I saved all text in the file. I Saved this on build directory.] 2. And I used this PKGBUILD http://aur.pastebin.com/0HEzaUAm but .. ZoneMinder-1.24.2.tar.gz ... Correct zm.rc.d ... Correct zm.conf.patch ... Correct zmupdate.patch ... Correct zm_image.patch ... Is Not Correct Controls_Orbit.sql ... Correct Makefile.patch ... Correct zm_libv4l.patch ... Correct zminit.arch ...Correct customdb ... Correct httpd-zm.conf ...Correct zmfilter.pl ... Correct jscalendar-1.0.zip ... Correct cambozola-0.50.tar.gz ... Correct zmeventbackup ... Correct ==> Error: One file is not correct

<deleted-account> commented on 2010-11-02 05:56 (UTC)

I have the next problem: zm_jpeg.h:39:85: error: la declaración de la función C ‘void jpeg_mem_src(jpeg_decompress_struct*, const JOCTET*, int)’ genera un conflicto con /usr/include/jpeglib.h:959:14: error: declaración previa de ‘void jpeg_mem_src(jpeg_decompress_struct*, unsigned char*, long unsigned int)’ aquí zm_jpeg.h:40:81: error: la declaración de la función C ‘void jpeg_mem_dest(jpeg_compress_struct*, JOCTET*, int*)’ genera un conflicto con /usr/include/jpeglib.h:956:14: error: declaración previa de ‘void jpeg_mem_dest(jpeg_compress_struct*, unsigned char**, long unsigned int*)’ aquí In file included from /usr/include/libavutil/avutil.h:88:0, from zm_ffmpeg.h:29, from zm_mpeg.h:23, from zm_stream.h:27, from zm_event.h:39, from zm_zone.h:27, from zm_monitor.h:26, from zmc.cpp:28: /usr/include/libavutil/common.h: En la función ‘int32_t av_clipl_int32_c(int64_t)’: /usr/include/libavutil/common.h:168:47: error: ‘UINT64_C’ no se declaró en este ámbito make[2]: *** [zmc.o] Error 1 any idea? someone can help me? please =3

beckus commented on 2010-09-04 13:53 (UTC)

I found it: http://www.dynarch.com/static/jscalendar-1.0.zip This should work. I'll give it another try.