ZoneMinder
ZoneMinder is a video camera security and surveillance system for Linux
This is the master/development branch from github and could be very unstable. Use at your own risk.
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:joelgb:ZoneMinder-Master/ZoneMinder && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
CakePHP-Enum-Behavior-ea90c0cd7f6e24333a90885e563b |
0000003504 3.42 KB | |
LICENSE.mootools | 0000001082 1.06 KB | |
MooTools-Core-1.6.0-compat.js | 0000173788 170 KB | |
README.SuSE | 0000000681 681 Bytes | |
RtspServer-055d81f.tar.gz | 0003784478 3.61 MB | |
ZoneMinder.changes | 0000072234 70.5 KB | |
ZoneMinder.spec | 0000012249 12 KB | |
crud-14292374ccf1328f2d5db20897bd06f99ba4d938.tar. |
0000073086 71.4 KB | |
fix-ZM_VERSION-already-defined-error.patch | 0000000767 767 Bytes | |
ignore_signal_on_config_write.patch | 0000000891 891 Bytes | |
permissions | 0000000031 31 Bytes | |
permissions.paranoid | 0000000032 32 Bytes | |
permissions.secure | 0000000031 31 Bytes | |
reload_config.patch | 0000001858 1.81 KB | |
systemd-name-conventions.patch | 0000000623 623 Bytes | |
zm.apache | 0000003254 3.18 KB | |
zm.conf.patch | 0000000656 656 Bytes | |
zm.logrotate | 0000000247 247 Bytes | |
zm.service | 0000000473 473 Bytes | |
zm_database_default_config.patch | 0000000921 921 Bytes | |
zm_database_init | 0000011936 11.7 KB | |
zm_tempfiles.conf | 0000000081 81 Bytes | |
zmpkg_db_init.patch | 0000000845 845 Bytes | |
zoneminder-1.37.61+git599.g75cd5e616.tar.gz | 0019438706 18.5 MB | |
zoneminder_mysql_settings.cnf | 0000000022 22 Bytes |
Revision 36 (latest revision is 41)
Joel Baltazor (joelgb)
committed
(revision 36)
Comments 3
Builds for Tumbleweed appear to fail without reason of failure. I'm not sure what the issue is, but perhaps it could be with the version of ffmpeg used or the version of cmake/gcc. Perhaps the fix can be if you force the package to build with a newer version of ffmpeg? A quick look at the error log suggests that files have been listed twice.
It looks like the build failed because of some old %patch syntax in the .spec file. I've cleaned that up & a few other errors and it appears to be building for Tumbleweed now
I did this after a build of +git597. On my test machine zms crashes, so maybe not yet ready for use. That for upstream to fix in a later commit. Tumbleweed builds are working now though.
That's great! Thank you.