mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-10 00:10:04 +08:00
Updated CPackConfig
This commit is contained in:
@@ -41,7 +41,7 @@ SET (CPACK_GENERATOR "DEB;TGZ;RPM")
|
||||
|
||||
SET (CPACK_PACKAGE_NAME "openalpr")
|
||||
|
||||
SET(CPACK_PACKAGE_VERSION "1.1.1")
|
||||
SET(CPACK_PACKAGE_VERSION "1.2.1")
|
||||
|
||||
SET(CPACK_INSTALL_CMAKE_PROJECTS "${CUR_SOURCE_DIR}/build;src;ALL;/")
|
||||
SET(CPACK_CMAKE_GENERATOR "Unix Makefiles")
|
||||
@@ -49,9 +49,9 @@ SET(CPACK_CMAKE_GENERATOR "Unix Makefiles")
|
||||
SET(CPACK_STRIP_FILES "1")
|
||||
#SET (${VERSION} CPACK_DEBIAN_PACKAGE_VERSION)
|
||||
SET (CPACK_DEBIAN_PACKAGE_PRIORITY "optional")
|
||||
SET (CPACK_DEBIAN_PACKAGE_SECTION "graphics")
|
||||
SET (CPACK_DEBIAN_PACKAGE_SECTION "video")
|
||||
SET (CPACK_DEBIAN_ARCHITECTURE ${CMAKE_SYSTEM_PROCESSOR})
|
||||
SET (CPACK_DEBIAN_PACKAGE_DEPENDS "libc6 (>= 2.1.3), libgcc1 (>= 4.1.1), libtesseract3 (>= 3.0.3), libopencv-core2.4 (>= 2.4.8), libopencv-objdetect2.4 (>= 2.4.8), libopencv-highgui2.4 (>= 2.4.8), libopencv-imgproc2.4 (>= 2.4.8), libopencv-flann2.4 (>= 2.4.8), libopencv-features2d2.4 (>= 2.4.8)")
|
||||
SET (CPACK_DEBIAN_PACKAGE_DEPENDS "libc6 (>= 2.1.3), libgcc1 (>= 4.1.1), libtesseract3 (>= 3.0.3), libopencv-core2.4 (>= 2.4.8), libopencv-objdetect2.4 (>= 2.4.8), libopencv-highgui2.4 (>= 2.4.8), libopencv-imgproc2.4 (>= 2.4.8), libopencv-flann2.4 (>= 2.4.8), libopencv-features2d2.4 (>= 2.4.8), libzmq1, libleptonica, liblog4cplus, libcurl3, beanstalkd")
|
||||
|
||||
SET (CPACK_RESOURCE_FILE_LICENSE "${CUR_SOURCE_DIR}/../LICENSE")
|
||||
SET (CPACK_PACKAGE_DESCRIPTION "OpenALPR - Open Source Automatic License Plate Recognition")
|
||||
|
Reference in New Issue
Block a user