Search Criteria
Package Details: zoneminder 1.38.1-1
Package Actions
| 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 AND MIT |
| Submitter: | None |
| Maintainer: | Nocifer |
| Last Packager: | Nocifer |
| Votes: | 74 |
| Popularity: | 0.043507 |
| First Submitted: | 2008-03-21 00:09 (UTC) |
| Last Updated: | 2026-02-17 19:20 (UTC) |
Dependencies (47)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-ffplayoutAUR, ffmpeg-cudaAUR, ffmpeg-decklinkAUR, ffmpeg-amd-fullAUR, ffmpeg-amd-full-gitAUR, librempeg-gitAUR, ffmpeg-whisper-gitAUR, ffmpeg-gitAUR, ffmpeg-full-gitAUR, ffmpeg-fullAUR, ffmpeg-full-llvmAUR, ffmpeg-libfdk_aacAUR, ffmpeg-obsAUR, ffmpeg-headlessAUR, ffmpeg-whisperAUR, ffmpeg-cuda-fullAUR)
- gsoap
- libvlc (vlc-gitAUR)
- libvncserver (libvncserver-gitAUR)
- mosquitto (mosquitto-gitAUR)
- nlohmann-json (nlohmann-json-gitAUR)
- perl-archive-zip
- perl-crypt-eksblowfishAUR
- perl-data-dump
- perl-data-entropyAUR
- perl-data-uuid
- perl-date-manip
- perl-datetime
- perl-dbd-mysql
- perl-device-serialport
- perl-file-slurp
- perl-image-info
- perl-io-interfaceAUR
- perl-io-socket-multicastAUR
- perl-json-maybexs
- Show 27 more dependencies...
Required by (1)
Sources (9)
- fcgiwrap-multiwatch.service
- https://github.com/chmike/CxxUrl/archive/eaf46c0207df24853a238d4499e7f4426d9d234c.tar.gz
- https://github.com/FriendsOfCake/crud/archive/v3.2.0.tar.gz
- https://github.com/ZoneMinder/CakePHP-Enum-Behavior/archive/1.0-zm.tar.gz
- https://github.com/ZoneMinder/RtspServer/archive/24e6b7153aa561ecc4123cc7c8fc1b530cde0bc9.tar.gz
- https://github.com/ZoneMinder/zoneminder/archive/refs/tags/1.38.1.tar.gz
- zoneminder-httpd.conf
- zoneminder-nginx.conf
- zoneminder-php.ini
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 12 .. 66 Next › Last »
simona commented on 2024-07-05 08:57 (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’
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 make: *** [Makefile:136: all] Error 2
Nocifer commented on 2024-06-25 08:43 (UTC)
As already observed, this isn't something that can be fixed by simply rebuilding against FFmpeg 7.0. It's been a known issue for a while now, but FFmpeg 7.0 hadn't hit the Arch repos until very recently so we weren't affected by it. The good news is that the latest upstream has already applied the required changes, so all we can do is wait until a new tagged version is released.
In the meanwhile, downgrading FFmpeg to the latest 6.x version, like @synthead did, should work fine.
synthead commented on 2024-06-25 00:54 (UTC)
Downgrading ffmpeg to 2:6.1.1-7 and x265 to 3.5-3 makes this work as a workaround.
synthead commented on 2024-06-25 00:01 (UTC) (edited on 2024-06-25 00:24 (UTC) by synthead)
This package doesn't seem to build:
SilicaAnimus commented on 2024-06-24 15:00 (UTC) (edited on 2024-06-24 19:44 (UTC) by SilicaAnimus)
after running garuda-update, zoneminder no longer shows my cameras, it appears zmc won't start. zmc -m 3 zmc: error while loading shared libraries: libavformat.so.60: cannot open shared object file: No such file or directory it looks like libavformat.so is now version 61, along with libavcodec.so, and this package needs to be rebuilt
Edit: it looks like this is multi-distro issue, all 1.36 versions seem to have it, but they haven't done a 1.37 official relase yet, manually built 1.37 and its working.
Nocifer commented on 2024-03-04 16:59 (UTC) (edited on 2024-03-04 18:07 (UTC) by Nocifer)
That's because apparently
perl-class-std-fastwas removed from the AUR a few days ago, and it's a dependency ofperl-soap-wsdl, which is a dependency of Zoneminder.EDIT: I reuploaded the package to satisfy the dependency. I really wonder who deleted it so thoughtlessly without first making sure that its removal wouldn't break other packages that may need it...
mateusviccari commented on 2024-03-04 13:47 (UTC)
I'm getting a
No AUR package found for perl-class-std-fasterrorNocifer commented on 2024-02-22 08:12 (UTC)
For the past few years and up until last year or so,
base-develhad been changed from a meta-package that pulls the base-devel packages as dependencies, into a package group that just allows you to batch install them as explicit, independent packages. When it was changed back to a meta-package, we users were supposed to manually install it (and optionally change the base-devel packages from explicitly installed to dependencies) so it would once again be responsible for managing its dependent packages. I think (but I could be remembering this wrong) thatdebugeditis a new dependency added in the last few months or so, so if you haven't installed the newbase-develmeta-package, then it makes sense thatdebugeditwouldn't have been pulled in when it was added as a new dependency.You can check to see if the
base-develpackages (gcc, pacman, file, make, etc) are installed on your system explicitly or as dependencies; if they're explicit, then this is probably why.mosh5382 commented on 2024-02-22 04:01 (UTC)
You are correct @Nocifer. I've been installing AUR packages for years on this system but sure enough base-devel isn't currently installed. I didn't have to pull in any dependencies to install it. Apparently some how I managed to remove base-devel and debugedit but nothing else. I really don't know how that could have happened but it's fixed now so no need to spend anymore time on it. Thanks for maintaining this package.
Nocifer commented on 2024-02-17 19:32 (UTC)
That's probably because you're missing the
base-develpackage, which is a hard prerequisite for using the AUR.« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 12 .. 66 Next › Last »