2012-07-21 14:14:41 -04:00
|
|
|
Source: libcvautomation
|
2012-07-23 09:11:01 -04:00
|
|
|
Section: devel
|
2012-07-21 14:14:41 -04:00
|
|
|
Priority: extra
|
|
|
|
Maintainer: Bradlee Speice <bspeice@uncc.edu>
|
2012-07-23 09:59:14 -04:00
|
|
|
Build-Depends: debhelper (>= 8.0.0), autotools-dev, pkg-config, libpcre3, libx11-dev, libopencv-core-dev, libopencv-highgui-dev, libopencv-imgproc-dev, doxygen
|
2012-07-23 09:11:01 -04:00
|
|
|
Standards-Version: 3.9.3
|
2012-07-21 14:14:41 -04:00
|
|
|
Homepage: http://djbushido.github.com/libcvautomation/
|
|
|
|
|
|
|
|
Package: libcvautomation
|
|
|
|
Architecture: any
|
|
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}, libxtst6, libx11, libopencv-core2.3, libopencv-highgui2.3, libopencv-imgproc2.3
|
|
|
|
Description: Libcvautomation - GUI Automation and Testing Library
|
2012-07-23 10:27:51 -04:00
|
|
|
Contains the Libcvautomation main library - libcvautomation is a GUI
|
|
|
|
automation and testing tool based on image recognition and response. This
|
|
|
|
program was designed as a direct replacement for Sikuli and Xpresser. Each
|
|
|
|
solution had large problems with crashing, and both refused to function on
|
|
|
|
Red Hat Linux and Ubuntu 12.04. The author really liked the way each of these
|
|
|
|
programs approached GUI automation, but they simply didn't work. As such, a
|
|
|
|
simple library was designed to integrate OpenCV and XTest, which can be used
|
|
|
|
by BASH to drive GUI testing and automation, and works on both new and old
|
|
|
|
Linux distributions.
|
2012-07-21 14:14:41 -04:00
|
|
|
|
|
|
|
Package: libcvautomation-doc
|
2012-07-23 09:11:01 -04:00
|
|
|
Section: doc
|
2012-07-21 14:14:41 -04:00
|
|
|
Architecture: all
|
|
|
|
Description: documentation for libcvautomation
|
|
|
|
Contains the HTML documentation for libcvautomation.
|
|
|
|
|
|
|
|
Package: libcvautomation-dev
|
2012-07-23 10:27:51 -04:00
|
|
|
Section: libdevel
|
2012-07-23 09:59:14 -04:00
|
|
|
Depends: libcvautomation (= ${binary:Version})
|
2012-07-21 14:14:41 -04:00
|
|
|
Architecture: any
|
|
|
|
Description: development files for libcvautomation
|
2012-07-23 10:27:51 -04:00
|
|
|
Contains all headers, and pkg-config files needed to build programs
|
|
|
|
on top of libcvautomation
|
2012-07-21 14:14:41 -04:00
|
|
|
|
|
|
|
Package: libcvautomation-examples
|
|
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}, libxtst6, libx11, libopencv-core2.3, libopencv-highgui2.3, libopencv-imgproc2.3
|
|
|
|
Architecture: any
|
|
|
|
Description: Example programs to demonstrate libcvautomation functionality
|
2012-07-23 09:59:14 -04:00
|
|
|
Contains programs designed to showcase the functionality of libcvautomation,
|
|
|
|
as well as a BASH wrapper to write application tests from BASH.
|