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.64
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 2 3 4 5 6 7 8 .. 63 Next › Last »

Nocifer commented on 2024-08-12 19:14 (UTC) (edited on 2024-08-12 19:22 (UTC) by Nocifer)

1.36.34 has just been released but the build still fails for me with an FFmpeg error, so I'll refrain from updating the package for the time being and report the issue upstream so it can be fixed.

BertoX commented on 2024-08-09 11:51 (UTC) (edited on 2024-08-09 11:51 (UTC) by BertoX)

@yaspoon Thanks! Your patched PKGBUILD got me back up and running too.

git clone https://aur.archlinux.org/zoneminder.git

cd zoneminder/

wget https://github.com/yaspoon/aur-zoneminder/blob/912e66923f814c70ac4c8455a8bcb4d7ea3459af/PKGBUILD

wget https://github.com/yaspoon/aur-zoneminder/blob/912e66923f814c70ac4c8455a8bcb4d7ea3459af/change_to_ffmpeg4.4.patch

makepkg -sri

simona commented on 2024-07-31 17:10 (UTC)

In file included from /home/simona/.cache/yay/zoneminder/src/zoneminder-1.36.33/src/zm_monitor.h:24,
from /home/simona/.cache/yay/zoneminder/src/zoneminder-1.36.33/src/zm_analysis_thread.cpp:3:
/home/simona/.cache/yay/zoneminder/src/zoneminder-1.36.33/src/zm_camera.h: In member function ‘int Camera::getChannels()’:
/home/simona/.cache/yay/zoneminder/src/zoneminder-1.36.33/src/zm_camera.h:111:51: error: ‘AVCodecParameters’ {aka ‘struct AVCodecParameters’} has no member named ‘channels’

sav commented on 2024-07-31 17:06 (UTC)

@yaspoon Thanks! Your patched PKGBUILD got me back up and running.

simona commented on 2024-07-17 17:26 (UTC)

/home/simona/.cache/yay/zoneminder/src/zoneminder-1.36.33/src/zm_camera.h:111:51: error: ‘AVCodecParameters’ {aka ‘struct AVCodecParameters’} has no member named ‘channels’
111 | return mAudioStream ? mAudioStream->codecpar->channels : -1; | ^~~~
make[2]: *** [src/CMakeFiles/zm.dir/build.make:76: src/CMakeFiles/zm.dir/zm_analysis_thread.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:484: src/CMakeFiles/zm.dir/all] Error 2

kmsgli commented on 2024-07-17 17:04 (UTC)

@yaspoon Thanks! Your patched PKGBUILD got me back up and running.

yaspoon commented on 2024-07-17 09:22 (UTC)

I managed to get it to build by patching the PKGBUILD and zoneminder src to build against the ffmpeg4.4 package

I've pushed a branch with the changes here if anyone else is interested: https://github.com/yaspoon/aur-zoneminder/tree/switch_to_ffmpeg44

synthead commented on 2024-07-09 19:44 (UTC)

Upstream issue for supporting ffmpeg 7 https://github.com/ZoneMinder/zoneminder/issues/3983

Nocifer commented on 2024-07-06 08:48 (UTC)

@simona That issue is due to an incompatibility with FFmpeg 7.0, see the previous comments for more info and a workaround.