Commit Graph

2991 Commits

Author SHA1 Message Date
Andrew Bauer c25a7ffc99 Update zoneminder.cmake.f19.spec
We need to strip the prefix from perl_vendorlib before passing it to cmake
2013-10-20 12:59:31 -05:00
Andrew Bauer 183ce4b422 Update zoneminder.cmake.el6.spec
We need to strip the prefix from perl_vendorlib macro before passing it to cmake.
2013-10-20 12:44:09 -05:00
Kfir Itzhak cdd2920767 Merge pull request #217 from knnniggett/cmake_redhat
cmake support files for redhat/centos distros
2013-10-19 13:03:16 -07:00
Kfir Itzhak eeca5928dd Merge pull request #216 from knnniggett/cmake_targetdistro
Create ZM_TARGET_DISTRO option in cmake
2013-10-19 13:02:55 -07:00
Kfir Itzhak 9858c06a4f Merge pull request #215 from knnniggett/cmake_nox10
Add ZM_NO_X10 cmake option to toggle x10 support
2013-10-19 13:02:14 -07:00
Kfir Itzhak 4c803299bc Merge pull request #214 from knnniggett/cmake_fedora
Cmake support files for fedora distro
2013-10-19 13:01:12 -07:00
Andrew Bauer d544a92ccb change chkconfig default 2013-10-19 13:54:25 -05:00
Andrew Bauer 60962566a5 cmake support files for redhat/centos distros 2013-10-19 13:50:59 -05:00
Andrew Bauer 72973ff7e7 Add new zoneminder cmake specfile 2013-10-19 12:14:43 -05:00
Andrew Bauer 539c760d3c Create ZM_TARGET_DISTRO 2013-10-19 09:38:58 -05:00
Andrew Bauer 54a22e7fe8 We need a toggle for x10 support 2013-10-19 09:22:59 -05:00
Andy Bauer b1c76ad0b6 Cmake support files for fedora distro 2013-10-19 08:49:47 -05:00
Kfir Itzhak edcca74f95 Add detection status in cmake for optional libraries 2013-10-14 07:58:21 +03:00
Kfir Itzhak 7d6cca13b8 Revert few changes that broke the cmake build in travis 2013-10-09 16:05:56 +03:00
Kfir Itzhak 49503891eb Added ZM_NO_FFMPEG option to skip ffmpeg checks and force building without ffmpeg 2013-10-09 15:58:14 +03:00
Kfir Itzhak b558d42cdc Improvements to cmake: Better support for CMAKE_PREFIX_PATH enviroment variable (and similar ones), added ZM_PERL_SUBPREFIX and ZM_PERL_USE_PATH options and improved detection of libraries and headers 2013-10-09 15:41:14 +03:00
Kfir Itzhak fcf969f575 Fix cmake not enabling mmap in zm perl modules correctly this time 2013-10-09 07:08:29 +03:00
Andy Bauer de16858590 Update zoneminder.f19.spec
Remove -msse2 flag from builds other than x86_64
2013-10-08 19:25:47 -05:00
Andy Bauer 8d331452f5 Update zoneminder.el6.spec
Remove -msse2 flag from builds other than x86_64
2013-10-08 19:24:33 -05:00
Kfir Itzhak 378d1456dc Fixed cmake not enabling mmap in perl modules 2013-10-08 18:13:18 +03:00
Kyle Johnson fe7471a854 Bumping version to 1.26.4 2013-10-08 10:23:24 -04:00
Andy Bauer 1c1a644b35 Update zm.conf.in
Update comment for ZM_PATH_BUILD. Is this needed any more?
2013-10-08 07:10:06 -05:00
Andy Bauer 85bca8de6d Update zoneminder.el6.spec 2013-10-07 19:01:08 -05:00
Andy Bauer 545275c4c0 Update zoneminder.f19.spec 2013-10-07 19:00:18 -05:00
Andy Bauer 667d7559df Create zoneminder.cmake.f19.spec 2013-10-07 18:57:00 -05:00
Andy Bauer 1d7660934f Create zoneminder.cmake.el6.spec 2013-10-07 18:31:59 -05:00
Andy Bauer 0cbb818d63 Update README.CentOS
minor text formatting changes
2013-10-07 15:51:35 -05:00
Kfir Itzhak 8b4db0358e Merge pull request #205 from knnniggett/debug
Change frameserver warnings to debug messages
2013-10-07 12:53:07 -07:00
Andrew Bauer 70fb31c2e3 Changed debug levels to 4-6 2013-10-07 14:40:38 -05:00
Andrew Bauer 32bd588a1c Change frameserver warnings to debug level 2 2013-10-07 13:57:14 -05:00
Kfir Itzhak 022ecf4227 Merge pull request #201 from ZoneMinder/signalfixes
Signal improvements and fixes
2013-10-07 08:45:12 -07:00
Andy Bauer 01be7a8aec Update configure.ac
make ZoneMinder lowercase to match the folder with the same name
2013-10-07 09:14:53 -05:00
Kyle Johnson 1ac034982f Readding version... Older versions still point at it. 2013-10-07 10:12:18 -04:00
Kyle Johnson 03d12ef3e4 Point zmupdate to the github pages site (non-https) for version numbers 2013-10-07 10:11:09 -04:00
Andy Bauer 072b66beec Merge pull request #203 from knnniggett/pkgdata
Create pkgdatadir in make
2013-10-07 07:06:21 -07:00
Kfir Itzhak ba727a5611 Changed default HTTP version to 1.0 instead of 1.1, as we don't fully support important HTTP/1.1 features such as chunked encoding 2013-10-07 16:57:26 +03:00
Kfir Itzhak 1609fd688b Changed default option of ZM_COLOUR_JPEG_FILES to no. It impacts performance and is not needed anymore, all modern image viewers support grayscale JPEG images 2013-10-07 16:54:13 +03:00
Kyle Johnson b3b66d4773 This shouldn't have been bumped yet 2013-10-07 09:50:24 -04:00
Andrew Bauer e04cc4d026 Create pkgdatadir in make 2013-10-07 08:28:19 -05:00
Kfir Itzhak 6847e9016e Fix ZM_NO_MMAP cmake option 2013-10-07 15:06:26 +03:00
Kfir Itzhak 0a11d1bee5 Remove the ZM_NO_CRASHTRACE option from cmake. Not needed now that we have proper dependency checking 2013-10-07 14:43:35 +03:00
Kfir Itzhak 25297bde73 Push the debugging in zm_signal further down 2013-10-07 11:27:53 +03:00
Kfir Itzhak 2cb65c6430 Always print cr2 and ip as long if siginfo and ucontext are available 2013-10-07 11:07:41 +03:00
Kfir Itzhak 1d7f664627 1) Removed the use of deprecated and undocumented sigcontext (Replaced by siginfo and ucontext)
2) Removed the checks for sigcontext, strsignal and siginfo.h
3) Added debugging code to the die handler
4) Using SA_RESTART in the hup and reload handlers to prevent certain functions returning EINTR
5) Added SIGINT and SIGQUIT to the term handler
2013-10-07 10:37:58 +03:00
Kfir Itzhak e4b1be73ef Used indent -linux on src/zm_signal.cpp to convert all spaces to tabs 2013-10-07 02:57:01 +03:00
Kfir Itzhak cd154e86f2 Remove accidently committed planned crash code in src/zmc.cpp 2013-10-07 02:44:56 +03:00
Kfir Itzhak 0bb2ee7efc More signal improvements:
1) Cleaner code
2) Fixed the path displayed in the addr2line line
3) Improved dependency checking for backtrace
4) Few more improvements
2013-10-07 02:37:50 +03:00
Andy Bauer 6b11db11ca Update CMakeLists.txt
Need the zm.in file to be processed by CMake
2013-10-06 17:43:59 -05:00
Kfir Itzhak a248bc9a10 Merge pull request #200 from knnniggett/zm_path_data
Create ZM_PATH_DATA and point zmupdate to ZM_PATH_DATA/db
2013-10-06 10:36:20 -07:00
Andy Bauer 02f33cc884 Rename zoneminder.1.26.el6.spec to zoneminder.el6.spec 2013-10-06 12:24:19 -05:00