diff options
author | pappy | 2018-04-22 02:38:38 +0300 |
---|---|---|
committer | pappy | 2018-04-22 02:39:05 +0300 |
commit | dc2a5620ae62f42d7cf37173c80989d167813a1d (patch) | |
tree | 18c68c636967e9ad417899ed4028f2498405864f | |
parent | f4ddcf0b341cb383bc0d0ccd5e5ac0fc5b05fa67 (diff) | |
download | aur-dc2a5620ae62f42d7cf37173c80989d167813a1d.tar.gz |
suggest motion package
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -9,8 +9,8 @@ pkgbase = octoprint license = AGPL3 makedepends = python2-virtualenv optdepends = ffmpeg: timelapse support + optdepends = motion: motion detector which grabs images from video4linux devices and/or from webcams optdepends = mjpg-streamer: stream images from webcam - optdepends = v4l-mjpg-stream: stream images from a Video4Linux capable camera provides = octoprint conflicts = octoprint-venv source = octoprint-1.3.8.tar.gz::https://github.com/foosel/OctoPrint/archive/1.3.8.tar.gz @@ -15,8 +15,8 @@ url="http://octoprint.org/" license=('AGPL3') makedepends=('python2-virtualenv') optdepends=('ffmpeg: timelapse support' + 'motion: motion detector which grabs images from video4linux devices and/or from webcams' 'mjpg-streamer: stream images from webcam' - 'v4l-mjpg-stream: stream images from a Video4Linux capable camera' ) provides=('octoprint') conflicts=('octoprint-venv') |