Advertisement
Guest User

Untitled

a guest
May 30th, 2017
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.21 KB | None | 0 0
  1. motion-release-4.0.1/
  2. motion-release-4.0.1/.gitignore
  3. motion-release-4.0.1/.travis.yml
  4. motion-release-4.0.1/CHANGELOG
  5. motion-release-4.0.1/CODE_STANDARD
  6. motion-release-4.0.1/COPYING
  7. motion-release-4.0.1/CREDITS
  8. motion-release-4.0.1/FAQ
  9. motion-release-4.0.1/INSTALL
  10. motion-release-4.0.1/Makefile.in
  11. motion-release-4.0.1/README.FreeBSD
  12. motion-release-4.0.1/README.MacOSX
  13. motion-release-4.0.1/README.md
  14. motion-release-4.0.1/alg.c
  15. motion-release-4.0.1/alg.h
  16. motion-release-4.0.1/camera1-dist.conf.in
  17. motion-release-4.0.1/camera2-dist.conf.in
  18. motion-release-4.0.1/camera3-dist.conf.in
  19. motion-release-4.0.1/camera4-dist.conf.in
  20. motion-release-4.0.1/commit-version.sh
  21. motion-release-4.0.1/conf.c
  22. motion-release-4.0.1/conf.h
  23. motion-release-4.0.1/configure.ac
  24. motion-release-4.0.1/copyright
  25. motion-release-4.0.1/draw.c
  26. motion-release-4.0.1/event.c
  27. motion-release-4.0.1/event.h
  28. motion-release-4.0.1/ffmpeg-0.4.8-macosx.patch
  29. motion-release-4.0.1/ffmpeg.c
  30. motion-release-4.0.1/ffmpeg.h
  31. motion-release-4.0.1/git-commit-version.sh
  32. motion-release-4.0.1/jpegutils.c
  33. motion-release-4.0.1/jpegutils.h
  34. motion-release-4.0.1/logger.c
  35. motion-release-4.0.1/logger.h
  36. motion-release-4.0.1/mask1.png
  37. motion-release-4.0.1/md5.c
  38. motion-release-4.0.1/md5.h
  39. motion-release-4.0.1/mmalcam.c
  40. motion-release-4.0.1/mmalcam.h
  41. motion-release-4.0.1/mmx.h
  42. motion-release-4.0.1/motion-dist.conf.in
  43. motion-release-4.0.1/motion.1
  44. motion-release-4.0.1/motion.c
  45. motion-release-4.0.1/motion.h
  46. motion-release-4.0.1/motion.init-Debian.in
  47. motion-release-4.0.1/motion.init-FreeBSD.sh.in
  48. motion-release-4.0.1/motion.service.in
  49. motion-release-4.0.1/motion.spec.in
  50. motion-release-4.0.1/motion_guide.html
  51. motion-release-4.0.1/netcam.c
  52. motion-release-4.0.1/netcam.h
  53. motion-release-4.0.1/netcam_ftp.c
  54. motion-release-4.0.1/netcam_ftp.h
  55. motion-release-4.0.1/netcam_jpeg.c
  56. motion-release-4.0.1/netcam_rtsp.c
  57. motion-release-4.0.1/netcam_rtsp.h
  58. motion-release-4.0.1/netcam_wget.c
  59. motion-release-4.0.1/netcam_wget.h
  60. motion-release-4.0.1/normal.jpg
  61. motion-release-4.0.1/outputmotion1.jpg
  62. motion-release-4.0.1/outputnormal1.jpg
  63. motion-release-4.0.1/picture.c
  64. motion-release-4.0.1/picture.h
  65. motion-release-4.0.1/pwc-ioctl.h
  66. motion-release-4.0.1/raspicam/
  67. motion-release-4.0.1/raspicam/README.txt
  68. motion-release-4.0.1/raspicam/RaspiCLI.c
  69. motion-release-4.0.1/raspicam/RaspiCLI.h
  70. motion-release-4.0.1/raspicam/RaspiCamControl.c
  71. motion-release-4.0.1/raspicam/RaspiCamControl.h
  72. motion-release-4.0.1/rotate.c
  73. motion-release-4.0.1/rotate.h
  74. motion-release-4.0.1/sdl.c
  75. motion-release-4.0.1/sdl.h
  76. motion-release-4.0.1/stream.c
  77. motion-release-4.0.1/stream.h
  78. motion-release-4.0.1/track.c
  79. motion-release-4.0.1/track.h
  80. motion-release-4.0.1/version.sh
  81. motion-release-4.0.1/video.c
  82. motion-release-4.0.1/video.h
  83. motion-release-4.0.1/video2.c
  84. motion-release-4.0.1/video_common.c
  85. motion-release-4.0.1/video_freebsd.c
  86. motion-release-4.0.1/video_freebsd.h
  87. motion-release-4.0.1/vloopback_motion.c
  88. motion-release-4.0.1/vloopback_motion.h
  89. motion-release-4.0.1/webhttpd.c
  90. motion-release-4.0.1/webhttpd.h
  91. checking for x86_64-slackware-linux-gcc... x86_64-slackware-linux-gcc
  92. checking whether the C compiler works... yes
  93. checking for C compiler default output file name... a.out
  94. checking for suffix of executables...
  95. checking whether we are cross compiling... no
  96. checking for suffix of object files... o
  97. checking whether we are using the GNU C compiler... yes
  98. checking whether x86_64-slackware-linux-gcc accepts -g... yes
  99. checking for x86_64-slackware-linux-gcc option to accept ISO C89... none needed
  100. checking how to run the C preprocessor... x86_64-slackware-linux-gcc -E
  101. checking for grep that handles long lines and -e... /bin/grep
  102. checking for egrep... /bin/grep -E
  103. checking for ANSI C header files... yes
  104. checking for sys/types.h... yes
  105. checking for sys/stat.h... yes
  106. checking for stdlib.h... yes
  107. checking for string.h... yes
  108. checking for memory.h... yes
  109. checking for strings.h... yes
  110. checking for inttypes.h... yes
  111. checking for stdint.h... yes
  112. checking for unistd.h... yes
  113. checking minix/config.h usability... no
  114. checking minix/config.h presence... no
  115. checking for minix/config.h... no
  116. checking whether it is safe to define __EXTENSIONS__... yes
  117. checking for x86_64-slackware-linux-gcc... (cached) x86_64-slackware-linux-gcc
  118. checking whether we are using the GNU C compiler... (cached) yes
  119. checking whether x86_64-slackware-linux-gcc accepts -g... (cached) yes
  120. checking for x86_64-slackware-linux-gcc option to accept ISO C89... (cached) none needed
  121. checking for Darwin... no
  122. checking for *BSD... no
  123. checking for x86_64-slackware-linux-gcc... (cached) x86_64-slackware-linux-gcc
  124. checking whether we are using the GNU C compiler... (cached) yes
  125. checking whether x86_64-slackware-linux-gcc accepts -g... (cached) yes
  126. checking for x86_64-slackware-linux-gcc option to accept ISO C89... (cached) none needed
  127. checking threads... yes
  128. checking for pthread_setname_np... yes
  129. checking for sdl... skipped
  130. checking for libjpeg-turbo... skipping
  131. checking for libjpeg-mmx... skipping
  132. checking for jpeg_set_defaults in -ljpeg... yes
  133. checking for pkg-config... yes
  134. checking for sqlite3_open in -lsqlite3... yes
  135. checking for mysql support... testing
  136. checking autodect mysql headers... /usr/include/mysql yes
  137. checking autodect mysql libs... /usr/lib64
  138. checking for mysql_init in -lmysqlclient... yes
  139. checking for PostgreSQL... testing
  140. checking autodect pgsql headers... not found
  141. Invalid PostgreSQL directory - unable to find libpq-fe.h.
  142. checking for ANSI C header files... (cached) yes
  143. checking stdio.h usability... yes
  144. checking stdio.h presence... yes
  145. checking for stdio.h... yes
  146. checking for unistd.h... (cached) yes
  147. checking for stdint.h... (cached) yes
  148. checking fcntl.h usability... yes
  149. checking fcntl.h presence... yes
  150. checking for fcntl.h... yes
  151. checking time.h usability... yes
  152. checking time.h presence... yes
  153. checking for time.h... yes
  154. checking signal.h usability... yes
  155. checking signal.h presence... yes
  156. checking for signal.h... yes
  157. checking sys/ioctl.h usability... yes
  158. checking sys/ioctl.h presence... yes
  159. checking for sys/ioctl.h... yes
  160. checking sys/mman.h usability... yes
  161. checking sys/mman.h presence... yes
  162. checking for sys/mman.h... yes
  163. checking linux/videodev.h usability... no
  164. checking linux/videodev.h presence... no
  165. checking for linux/videodev.h... no
  166. checking linux/videodev2.h usability... yes
  167. checking linux/videodev2.h presence... yes
  168. checking for linux/videodev2.h... yes
  169. checking sys/param.h usability... yes
  170. checking sys/param.h presence... yes
  171. checking for sys/param.h... yes
  172. checking for sys/types.h... (cached) yes
  173. checking sys/videoio.h usability... no
  174. checking sys/videoio.h presence... no
  175. checking for sys/videoio.h... no
  176. checking for get_current_dir_name... yes
  177. checking for struct v4l2_buffer... no
  178. checking for V42L support... no
  179. checking for V42L *old* support... testing
  180. checking for linux/videodev2.h... (cached) yes
  181. checking size of short... 2
  182. checking size of int... 4
  183. checking size of long int... 8
  184. checking size of long long... 8
  185. checking size of int *... 8
  186. checking size of void *... 8
  187. checking for an ANSI C-conforming const... yes
  188. Detected CPU: Intel(R) Core(TM) i3-3220 CPU @ 3.30GHz
  189. CPU optimization: -march=native -mtune=native
  190. checking for bswap instruction... yes
  191. configure: creating ./config.status
  192. config.status: creating camera1-dist.conf
  193. config.status: creating camera2-dist.conf
  194. config.status: creating camera3-dist.conf
  195. config.status: creating camera4-dist.conf
  196. config.status: creating motion-dist.conf
  197. config.status: creating motion.init-FreeBSD.sh
  198. config.status: creating motion.init-Debian
  199. config.status: creating motion.service
  200. config.status: creating motion.spec
  201. config.status: creating Makefile
  202. config.status: creating config.h
  203.  
  204. **************************
  205. Configure status
  206. motion 4.0.1
  207. **************************
  208.  
  209. OS : Linux
  210. pthread support: Yes
  211. jpeg support: Yes
  212. V4L support: Yes
  213. V4L2 support: Yes
  214. SDL support: No
  215. MMAL support: No
  216. ... libraspberrypi-dev package not installed
  217. FFmpeg support: No
  218. SQLite3 support: Yes
  219. MYSQL support: Yes
  220. PostgreSQL support: No
  221.  
  222. CFLAGS: -O2 -fPIC -D_REENTRANT -I/usr/include/mysql -DMOTION_V4L2 -DMOTION_V4L2_OLD -DTYPE_32BIT="int" -DHAVE_BSWAP -march=native -mtune=native
  223. LIBS: -lm -lpthread -ljpeg -lsqlite3 -L/usr/lib64 -lmysqlclient -lz
  224. LDFLAGS:
  225.  
  226. Install prefix: /usr
  227.  
  228. Welcome to the setup procedure for Motion, the motion detection daemon! If you get
  229. error messages during this procedure, please report them to the mailing list. The
  230. Motion Guide contains all information you should need to get Motion up and running.
  231.  
  232. Version: 4.0.1
  233. Platform: Linux (if this is incorrect, please read README.FreeBSD)
  234.  
  235. Generating dependencies, please wait...
  236.  
  237. Compiling Motion object files...
  238. --------------------------------------------------------------------------------
  239. x86_64-slackware-linux-gcc -O2 -fPIC -D_REENTRANT -I/usr/include/mysql -DMOTION_V4L2 -DMOTION_V4L2_OLD -DTYPE_32BIT="int" -DHAVE_BSWAP -march=native -mtune=native -Wall -DVERSION=\"4.0.1\" -Dsysconfdir=\"/etc\" -c -o motion.o motion.c
  240. x86_64-slackware-linux-gcc -O2 -fPIC -D_REENTRANT -I/usr/include/mysql -DMOTION_V4L2 -DMOTION_V4L2_OLD -DTYPE_32BIT="int" -DHAVE_BSWAP -march=native -mtune=native -Wall -DVERSION=\"4.0.1\" -Dsysconfdir=\"/etc\" -c -o logger.o logger.c
  241. x86_64-slackware-linux-gcc -O2 -fPIC -D_REENTRANT -I/usr/include/mysql -DMOTION_V4L2 -DMOTION_V4L2_OLD -DTYPE_32BIT="int" -DHAVE_BSWAP -march=native -mtune=native -Wall -DVERSION=\"4.0.1\" -Dsysconfdir=\"/etc\" -c -o conf.o conf.c
  242. x86_64-slackware-linux-gcc -O2 -fPIC -D_REENTRANT -I/usr/include/mysql -DMOTION_V4L2 -DMOTION_V4L2_OLD -DTYPE_32BIT="int" -DHAVE_BSWAP -march=native -mtune=native -Wall -DVERSION=\"4.0.1\" -Dsysconfdir=\"/etc\" -c -o draw.o draw.c
  243. x86_64-slackware-linux-gcc -O2 -fPIC -D_REENTRANT -I/usr/include/mysql -DMOTION_V4L2 -DMOTION_V4L2_OLD -DTYPE_32BIT="int" -DHAVE_BSWAP -march=native -mtune=native -Wall -DVERSION=\"4.0.1\" -Dsysconfdir=\"/etc\" -c -o jpegutils.o jpegutils.c
  244. x86_64-slackware-linux-gcc -O2 -fPIC -D_REENTRANT -I/usr/include/mysql -DMOTION_V4L2 -DMOTION_V4L2_OLD -DTYPE_32BIT="int" -DHAVE_BSWAP -march=native -mtune=native -Wall -DVERSION=\"4.0.1\" -Dsysconfdir=\"/etc\" -c -o vloopback_motion.o vloopback_motion.c
  245. x86_64-slackware-linux-gcc -O2 -fPIC -D_REENTRANT -I/usr/include/mysql -DMOTION_V4L2 -DMOTION_V4L2_OLD -DTYPE_32BIT="int" -DHAVE_BSWAP -march=native -mtune=native -Wall -DVERSION=\"4.0.1\" -Dsysconfdir=\"/etc\" -c -o video.o video.c
  246. x86_64-slackware-linux-gcc -O2 -fPIC -D_REENTRANT -I/usr/include/mysql -DMOTION_V4L2 -DMOTION_V4L2_OLD -DTYPE_32BIT="int" -DHAVE_BSWAP -march=native -mtune=native -Wall -DVERSION=\"4.0.1\" -Dsysconfdir=\"/etc\" -c -o video2.o video2.c
  247. x86_64-slackware-linux-gcc -O2 -fPIC -D_REENTRANT -I/usr/include/mysql -DMOTION_V4L2 -DMOTION_V4L2_OLD -DTYPE_32BIT="int" -DHAVE_BSWAP -march=native -mtune=native -Wall -DVERSION=\"4.0.1\" -Dsysconfdir=\"/etc\" -c -o video_common.o video_common.c
  248. x86_64-slackware-linux-gcc -O2 -fPIC -D_REENTRANT -I/usr/include/mysql -DMOTION_V4L2 -DMOTION_V4L2_OLD -DTYPE_32BIT="int" -DHAVE_BSWAP -march=native -mtune=native -Wall -DVERSION=\"4.0.1\" -Dsysconfdir=\"/etc\" -c -o netcam.o netcam.c
  249. x86_64-slackware-linux-gcc -O2 -fPIC -D_REENTRANT -I/usr/include/mysql -DMOTION_V4L2 -DMOTION_V4L2_OLD -DTYPE_32BIT="int" -DHAVE_BSWAP -march=native -mtune=native -Wall -DVERSION=\"4.0.1\" -Dsysconfdir=\"/etc\" -c -o netcam_ftp.o netcam_ftp.c
  250. x86_64-slackware-linux-gcc -O2 -fPIC -D_REENTRANT -I/usr/include/mysql -DMOTION_V4L2 -DMOTION_V4L2_OLD -DTYPE_32BIT="int" -DHAVE_BSWAP -march=native -mtune=native -Wall -DVERSION=\"4.0.1\" -Dsysconfdir=\"/etc\" -c -o netcam_jpeg.o netcam_jpeg.c
  251. x86_64-slackware-linux-gcc -O2 -fPIC -D_REENTRANT -I/usr/include/mysql -DMOTION_V4L2 -DMOTION_V4L2_OLD -DTYPE_32BIT="int" -DHAVE_BSWAP -march=native -mtune=native -Wall -DVERSION=\"4.0.1\" -Dsysconfdir=\"/etc\" -c -o netcam_wget.o netcam_wget.c
  252. x86_64-slackware-linux-gcc -O2 -fPIC -D_REENTRANT -I/usr/include/mysql -DMOTION_V4L2 -DMOTION_V4L2_OLD -DTYPE_32BIT="int" -DHAVE_BSWAP -march=native -mtune=native -Wall -DVERSION=\"4.0.1\" -Dsysconfdir=\"/etc\" -c -o track.o track.c
  253. x86_64-slackware-linux-gcc -O2 -fPIC -D_REENTRANT -I/usr/include/mysql -DMOTION_V4L2 -DMOTION_V4L2_OLD -DTYPE_32BIT="int" -DHAVE_BSWAP -march=native -mtune=native -Wall -DVERSION=\"4.0.1\" -Dsysconfdir=\"/etc\" -c -o alg.o alg.c
  254. x86_64-slackware-linux-gcc -O2 -fPIC -D_REENTRANT -I/usr/include/mysql -DMOTION_V4L2 -DMOTION_V4L2_OLD -DTYPE_32BIT="int" -DHAVE_BSWAP -march=native -mtune=native -Wall -DVERSION=\"4.0.1\" -Dsysconfdir=\"/etc\" -c -o event.o event.c
  255. x86_64-slackware-linux-gcc -O2 -fPIC -D_REENTRANT -I/usr/include/mysql -DMOTION_V4L2 -DMOTION_V4L2_OLD -DTYPE_32BIT="int" -DHAVE_BSWAP -march=native -mtune=native -Wall -DVERSION=\"4.0.1\" -Dsysconfdir=\"/etc\" -c -o picture.o picture.c
  256. x86_64-slackware-linux-gcc -O2 -fPIC -D_REENTRANT -I/usr/include/mysql -DMOTION_V4L2 -DMOTION_V4L2_OLD -DTYPE_32BIT="int" -DHAVE_BSWAP -march=native -mtune=native -Wall -DVERSION=\"4.0.1\" -Dsysconfdir=\"/etc\" -c -o rotate.o rotate.c
  257. x86_64-slackware-linux-gcc -O2 -fPIC -D_REENTRANT -I/usr/include/mysql -DMOTION_V4L2 -DMOTION_V4L2_OLD -DTYPE_32BIT="int" -DHAVE_BSWAP -march=native -mtune=native -Wall -DVERSION=\"4.0.1\" -Dsysconfdir=\"/etc\" -c -o webhttpd.o webhttpd.c
  258. x86_64-slackware-linux-gcc -O2 -fPIC -D_REENTRANT -I/usr/include/mysql -DMOTION_V4L2 -DMOTION_V4L2_OLD -DTYPE_32BIT="int" -DHAVE_BSWAP -march=native -mtune=native -Wall -DVERSION=\"4.0.1\" -Dsysconfdir=\"/etc\" -c -o stream.o stream.c
  259. x86_64-slackware-linux-gcc -O2 -fPIC -D_REENTRANT -I/usr/include/mysql -DMOTION_V4L2 -DMOTION_V4L2_OLD -DTYPE_32BIT="int" -DHAVE_BSWAP -march=native -mtune=native -Wall -DVERSION=\"4.0.1\" -Dsysconfdir=\"/etc\" -c -o md5.o md5.c
  260. x86_64-slackware-linux-gcc -O2 -fPIC -D_REENTRANT -I/usr/include/mysql -DMOTION_V4L2 -DMOTION_V4L2_OLD -DTYPE_32BIT="int" -DHAVE_BSWAP -march=native -mtune=native -Wall -DVERSION=\"4.0.1\" -Dsysconfdir=\"/etc\" -c -o netcam_rtsp.o netcam_rtsp.c
  261. --------------------------------------------------------------------------------
  262. Motion object files compiled.
  263.  
  264. Linking Motion...
  265. --------------------------------------------------------------------------------
  266. x86_64-slackware-linux-gcc -o motion motion.o logger.o conf.o draw.o jpegutils.o vloopback_motion.o video.o video2.o video_common.o netcam.o netcam_ftp.o netcam_jpeg.o netcam_wget.o track.o alg.o event.o picture.o rotate.o webhttpd.o stream.o md5.o netcam_rtsp.o -lm -lpthread -ljpeg -lsqlite3 -L/usr/lib64 -lmysqlclient -lz
  267. --------------------------------------------------------------------------------
  268. Motion has been linked.
  269.  
  270. Build complete, run "make install" to install Motion!
  271.  
  272. Installing files...
  273. --------------------------------------------------------------------------------
  274. mkdir -p /tmp/SBo/package-motion/usr/bin
  275. mkdir -p /tmp/SBo/package-motion/usr/man/man1
  276. mkdir -p /tmp/SBo/package-motion/etc/motion
  277. mkdir -p /tmp/SBo/package-motion/usr/share/doc/motion
  278. mkdir -p /tmp/SBo/package-motion/usr/share/motion/examples
  279. install -m 644 motion.1 /tmp/SBo/package-motion/usr/man/man1
  280. install -m 644 CHANGELOG COPYING CREDITS README.md motion_guide.html mask1.png normal.jpg outputmotion1.jpg outputnormal1.jpg /tmp/SBo/package-motion/usr/share/doc/motion
  281. install -m 644 *.conf motion.service /tmp/SBo/package-motion/usr/share/motion/examples
  282. install motion.init-Debian motion.init-FreeBSD.sh /tmp/SBo/package-motion/usr/share/motion/examples
  283. install -m 644 motion-dist.conf /tmp/SBo/package-motion/etc/motion
  284. install -m 644 camera1-dist.conf /tmp/SBo/package-motion/etc/motion
  285. install -m 644 camera2-dist.conf /tmp/SBo/package-motion/etc/motion
  286. install -m 644 camera3-dist.conf /tmp/SBo/package-motion/etc/motion
  287. install -m 644 camera4-dist.conf /tmp/SBo/package-motion/etc/motion
  288. for prog in motion; \
  289. do \
  290. (install $prog /tmp/SBo/package-motion/usr/bin ); \
  291. done
  292. --------------------------------------------------------------------------------
  293. Install complete! The default configuration file, motion-dist.conf, has been
  294. installed to /etc/motion. You need to rename/copy it to motion.conf
  295. for Motion to find it. More configuration examples as well as init scripts
  296. can be found in /usr/share/motion/examples.
  297.  
  298.  
  299. Slackware package maker, version 3.141593.
  300.  
  301. Searching for symbolic links:
  302.  
  303. No symbolic links were found, so we won't make an installation script.
  304. You can make your own later in ./install/doinst.sh and rebuild the
  305. package if you like.
  306.  
  307. This next step is optional - you can set the directories in your package
  308. to some sane permissions. If any of the directories in your package have
  309. special permissions, then DO NOT reset them here!
  310.  
  311. Would you like to reset all directory permissions to 755 (drwxr-xr-x) and
  312. directory ownerships to root.root ([y]es, [n]o)? n
  313.  
  314. Creating Slackware package: /tmp/sbopkg.rvVJ9o/sbopkg-sbooutputdir/motion-4.0.1-x86_64-1_SBo.tgz
  315.  
  316. ./
  317. install/
  318. install/doinst.sh
  319. install/slack-desc
  320. etc/
  321. etc/motion/
  322. etc/motion/camera3-dist.conf
  323. etc/motion/camera2-dist.conf
  324. etc/motion/camera1-dist.conf
  325. etc/motion/motion-dist.conf.new
  326. etc/motion/camera4-dist.conf
  327. usr/
  328. usr/bin/
  329. usr/bin/motion
  330. usr/man/
  331. usr/man/man1/
  332. usr/man/man1/motion.1.gz
  333. usr/doc/
  334. usr/doc/motion-4.0.1/
  335. usr/doc/motion-4.0.1/examples/
  336. usr/doc/motion-4.0.1/examples/camera3-dist.conf
  337. usr/doc/motion-4.0.1/examples/motion.service
  338. usr/doc/motion-4.0.1/examples/camera2-dist.conf
  339. usr/doc/motion-4.0.1/examples/motion-dist.conf
  340. usr/doc/motion-4.0.1/examples/camera1-dist.conf
  341. usr/doc/motion-4.0.1/examples/motion.init-Debian
  342. usr/doc/motion-4.0.1/examples/motion.init-FreeBSD.sh
  343. usr/doc/motion-4.0.1/examples/camera4-dist.conf
  344. usr/doc/motion-4.0.1/outputnormal1.jpg
  345. usr/doc/motion-4.0.1/motion.SlackBuild
  346. usr/doc/motion-4.0.1/mask1.png
  347. usr/doc/motion-4.0.1/CREDITS
  348. usr/doc/motion-4.0.1/README.md
  349. usr/doc/motion-4.0.1/motion_guide.html
  350. usr/doc/motion-4.0.1/normal.jpg
  351. usr/doc/motion-4.0.1/outputmotion1.jpg
  352. usr/doc/motion-4.0.1/COPYING
  353. usr/doc/motion-4.0.1/CHANGELOG
  354.  
  355. Slackware package /tmp/sbopkg.rvVJ9o/sbopkg-sbooutputdir/motion-4.0.1-x86_64-1_SBo.tgz created.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement