updated to version 0.0.3
added vision daemon which runs in the background added more documentation to vision module now including opencv dependencies in complib package
This commit is contained in:
parent
b06962e955
commit
77c2354c00
12 changed files with 201 additions and 16 deletions
19
build_deb.sh
19
build_deb.sh
|
@ -9,8 +9,25 @@ fpm -s python --python-bin python3 --python-pip pip3 --python-package-name-prefi
|
|||
--after-install postinstall.sh \
|
||||
--deb-generate-changes \
|
||||
--deb-priority "optional" \
|
||||
--deb-systemd "complib.service" \
|
||||
-d "python3-pip" \
|
||||
-v 0.0.2-8 -t deb setup.py
|
||||
-d "nginx" \
|
||||
-d "libnginx-mod-rtmp" \
|
||||
-d "libsystemd-dev" \
|
||||
-d "python3-systemd" \
|
||||
-d "gstreamer1.0-tools" \
|
||||
-d "gstreamer1.0-plugins-bad" \
|
||||
-d "gstreamer1.0-plugins-base" \
|
||||
-d "gstreamer1.0-plugins-good" \
|
||||
-d "gstreamer1.0-omx-rpi" \
|
||||
-d "gstreamer1.0-omx-rpi-config" \
|
||||
-d "opencv-dev" \
|
||||
-d "opencv-libs" \
|
||||
-d "opencv-licenses" \
|
||||
-d "opencv-main" \
|
||||
-d "opencv-python" \
|
||||
-d "opencv-scripts" \
|
||||
-v 0.0.3-3 -t deb setup.py
|
||||
|
||||
# --deb-changelog changelog \
|
||||
# --deb-upstream-changelog changelog \
|
||||
|
|
Reference in a new issue