Kyle Johnson
|
0b4292237b
|
Upgrade and install preqs quietly
|
2013-09-23 16:05:56 -04:00 |
Kyle Johnson
|
87f0ba6c8e
|
Added travis build status image to readme [ci skip]
|
2013-09-23 13:21:29 -04:00 |
Kyle Johnson
|
fa805ac7bd
|
Revert "Removed libtheora, libvorbis, libvpx and libx264 from apt dependencies."
This reverts commit fb43fdf04d .
|
2013-09-23 13:14:23 -04:00 |
Kyle Johnson
|
fb43fdf04d
|
Removed libtheora, libvorbis, libvpx and libx264 from apt dependencies.
These libs should be installed from source as part of ffmpeg.
|
2013-09-23 12:20:43 -04:00 |
Kyle Johnson
|
50122f09b1
|
Split out the zoneminder build options into individual steps
|
2013-09-23 12:18:17 -04:00 |
Kyle Johnson
|
88a9b434ff
|
Split out the ffmpeg build options into individual steps
|
2013-09-23 12:17:59 -04:00 |
Kyle Johnson
|
f2c58acd94
|
Added missing build steps to generate build files to .travis.yml
|
2013-09-23 09:59:47 -04:00 |
Kyle Johnson
|
aa5290ce3f
|
Found an env variable to put me where I want to be
|
2013-09-23 09:51:40 -04:00 |
Kyle Johnson
|
c5eb83c4f7
|
Use pushd and popd to move between ffmpeg and zoneminder
|
2013-09-23 09:48:30 -04:00 |
Kyle Johnson
|
6f9fa0debf
|
Run as many make jobs as there are CPUs for the ffmpeg build
|
2013-09-23 09:26:22 -04:00 |
Kyle Johnson
|
2dce96f4e7
|
Trying to find the correct directory where the ZM clone lives
|
2013-09-23 09:22:44 -04:00 |
Kyle Johnson
|
df13eb1242
|
Merge pull request #162 from knnniggett/streaming
Improve Chrome browser support & log streaming events
|
2013-09-23 06:15:46 -07:00 |
Kyle Johnson
|
304065cd51
|
Merge pull request #163 from knnniggett/fedora
Add fedora rpm development files to zoneminder source tree
|
2013-09-23 06:10:17 -07:00 |
Kyle Johnson
|
3e7f7621c1
|
cd back into the ZM dir, and run make after config
|
2013-09-23 08:51:31 -04:00 |
Kyle Johnson
|
f4311ff13d
|
Added IRC notifications to .travis.yml
|
2013-09-23 08:33:02 -04:00 |
Kyle Johnson
|
e438714aea
|
Initial commit of .travis.yml file, hopefully this builds.
|
2013-09-23 08:28:10 -04:00 |
Knniggett
|
b4da026bdf
|
Add fedora files to zoneminder source tree
|
2013-09-21 16:36:00 -05:00 |
Knniggett
|
6d00540b5d
|
Improve Chrome browser support & log streaming events
|
2013-09-21 14:52:41 -05:00 |
Isaac Connor
|
b80ac24c76
|
Merge branch 'master' of github.com:ZoneMinder/ZoneMinder
|
2013-09-18 13:00:06 -04:00 |
Isaac Connor
|
eba8b0dde0
|
move this into the distros dir
|
2013-09-18 12:51:10 -04:00 |
Andy Bauer
|
d02f6ee0d3
|
Merge branch 'debian2' of https://github.com/knnniggett/ZoneMinder into knnniggett-debian2
|
2013-09-17 18:39:33 -05:00 |
Andy Bauer
|
4123f2be1c
|
Can't seem to catch a break tonight. Moving dian files into correct folder.
|
2013-09-17 18:32:53 -05:00 |
Andy Bauer
|
d7dc4ce4ed
|
Merge branch 'debian' of https://github.com/knnniggett/ZoneMinder into knnniggett-debian
|
2013-09-17 18:02:24 -05:00 |
Andy Bauer
|
e30a43bc0a
|
Move debian folder under distros
|
2013-09-17 17:50:50 -05:00 |
mastertheknife
|
5a9364703c
|
a better fix for the sign comparison warnings during compilation
|
2013-09-17 10:28:59 +03:00 |
Andy Bauer
|
7d5e0d3ba2
|
Update README.Fedora
Update README.Fedora installation instructions. Fixes issue #145.
|
2013-09-16 08:21:37 -05:00 |
Andy Bauer
|
46aa2e0ebb
|
Merge pull request #141 from knnniggett/redhat
Removing the redhat folder from the root for real this time
|
2013-09-15 15:07:39 -07:00 |
abauer
|
2858a58f79
|
Removing the redhat folder from the root for real this time
|
2013-09-15 17:03:40 -05:00 |
Andy Bauer
|
ee5413f5d9
|
Merge pull request #136 from knnniggett/redhat
Add Redhat rpm dev files to distros/redhat
|
2013-09-15 14:41:37 -07:00 |
abauer
|
efc729110a
|
Move redhat folder to a subfolder called distros
|
2013-09-15 16:33:09 -05:00 |
Isaac Connor
|
ab4c091693
|
change eq's to le's so that it runs scripts for upgrading from 1.26.0
|
2013-09-15 12:59:45 -04:00 |
mastertheknife
|
c3f7af7cd1
|
Fix sign warning during compilation
|
2013-09-15 04:13:09 +03:00 |
Kyle Johnson
|
f0006404cc
|
Merge pull request #121 from rkojedzinszky/master
Rewrote the logState() sql query to allow mysql to use indexes
|
2013-09-14 17:43:43 -07:00 |
Andy Bauer
|
4cc80d4cc5
|
Update zoneminder.1.26.el6.spec
Removed reference to a patch that has been added upstream
|
2013-09-14 12:14:08 -05:00 |
Andy Bauer
|
a6d3b35996
|
Delete zoneminder-1.25.0-installfix.patch
no longer needed. Fix has been added to latest branch.
|
2013-09-14 12:11:49 -05:00 |
Richard Kojedzinszky
|
0f5c90bbe4
|
Rewritten the query to allow mysql to use indexes
On a system with heavy logging, without this the login procedure took
too long.
|
2013-09-12 22:46:26 +02:00 |
Andy Bauer
|
0dd98ccdd1
|
Merge pull request #119 from knnniggett/zmupdate_zm.1.26.3
Update zmupdate.pl.in for 1.26.3 release
|
2013-09-10 11:16:10 -07:00 |
Andy Bauer
|
1d664f22ac
|
exclude zm_update-1.26.3.sql since it has already been added
|
2013-09-10 13:14:16 -05:00 |
Andy Bauer
|
0bf9aacab2
|
Update zmupdate.pl.in for 1.26.3 release
|
2013-09-10 12:46:33 -05:00 |
Kyle Johnson
|
57ce1bed8d
|
Adding the db/zm_update file so that the upgrade script works
|
2013-09-10 13:42:56 -04:00 |
mastertheknife
|
a44bc63d29
|
Merge branch 'master' of github.com:ZoneMinder/ZoneMinder into mybranch
|
2013-09-10 19:23:04 +03:00 |
Kyle Johnson
|
219f21a904
|
Bumping the version numbers.
|
2013-09-10 11:50:39 -04:00 |
mastertheknife
|
2b568906e5
|
Fixed greyscale four field deinterlacing not processing last line, broken ssse3 color->greyscale conversion and improved error handling when reading\decoding jpegs
|
2013-09-10 18:37:56 +03:00 |
Isaac Connor
|
f8c4897031
|
put this back so we can get on with life
|
2013-09-10 08:52:59 -04:00 |
Kyle Johnson
|
64ec75b7a5
|
Updated AUTHORS to reflect recent changes to the project
|
2013-09-09 10:06:36 -04:00 |
mastertheknife
|
c9cf31b271
|
Merge branch 'master' of github.com:ZoneMinder/ZoneMinder
|
2013-09-09 17:04:02 +03:00 |
Kyle Johnson
|
45c32951b7
|
Point to the GitHub issues page for the list of current bugs
|
2013-09-09 09:45:29 -04:00 |
mastertheknife
|
caa73f608b
|
Merge remote-tracking branch 'origin/develop'
|
2013-09-09 16:44:58 +03:00 |
Isaac Connor
|
1b2b21d1bb
|
rough in a quick script to help people generate the build files
|
2013-09-08 15:15:58 -04:00 |
Kyle Johnson
|
6c134f9b4b
|
Merge pull request #116 from knnniggett/zmupdate_newrelease
Add 1.26.1 and 1.26.2 releases to zmupdate
|
2013-09-07 19:07:37 -07:00 |