pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics Remove graphics/opencv2 replacement graphics/...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/887e487ffaaf
branches:  trunk
changeset: 336990:887e487ffaaf
user:      nia <nia%pkgsrc.org@localhost>
date:      Tue Jul 30 15:32:48 2019 +0000

description:
Remove graphics/opencv2 replacement graphics/opencv.

This is a legacy version which has received little love since it was
imported, and nothing in pkgsrc is using it.

diffstat:

 graphics/Makefile                                                            |    3 +-
 graphics/opencv2/DESCR                                                       |   12 -
 graphics/opencv2/Makefile                                                    |   54 --
 graphics/opencv2/PLIST                                                       |  256 ----------
 graphics/opencv2/buildlink3.mk                                               |   13 -
 graphics/opencv2/distinfo                                                    |   15 -
 graphics/opencv2/hacks.mk                                                    |   19 -
 graphics/opencv2/options.mk                                                  |   29 -
 graphics/opencv2/patches/patch-modules_contrib_src_chamfermatching.cpp       |   44 -
 graphics/opencv2/patches/patch-modules_contrib_src_inputoutput.cpp           |   60 --
 graphics/opencv2/patches/patch-modules_contrib_src_spinimages.cpp            |   12 -
 graphics/opencv2/patches/patch-modules_core_include_opencv2_core_types_c.h   |   15 -
 graphics/opencv2/patches/patch-modules_core_src_system.cpp                   |   12 -
 graphics/opencv2/patches/patch-modules_flann_include_opencv2_flann_defines.h |   16 -
 graphics/opencv2/patches/patch-modules_ocl_src_gftt.cpp                      |   16 -
 graphics/opencv2/patches/patch-modules_python_src2_cv2.cv.hpp                |   16 -
 graphics/opencv2/patches/patch-modules_ts_src_ts.cpp                         |   24 -
 17 files changed, 1 insertions(+), 615 deletions(-)

diffs (truncated from 694 to 300 lines):

diff -r e7aeecf7dafa -r 887e487ffaaf graphics/Makefile
--- a/graphics/Makefile Tue Jul 30 14:22:27 2019 +0000
+++ b/graphics/Makefile Tue Jul 30 15:32:48 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.827 2019/07/21 10:34:51 wiz Exp $
+# $NetBSD: Makefile,v 1.828 2019/07/30 15:32:48 nia Exp $
 #
 
 COMMENT=       Graphics tools and libraries
@@ -368,7 +368,6 @@
 SUBDIR+=       opencsg
 SUBDIR+=       opencv
 SUBDIR+=       opencv-contrib-face
-SUBDIR+=       opencv2
 SUBDIR+=       opendis
 SUBDIR+=       openexr
 SUBDIR+=       openimageio
diff -r e7aeecf7dafa -r 887e487ffaaf graphics/opencv2/DESCR
--- a/graphics/opencv2/DESCR    Tue Jul 30 14:22:27 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,12 +0,0 @@
-OpenCV means Intel(R) Open Source Computer Vision Library. It is a
-collection of C functions and a few C++ classes that implement many
-popular Image Processing and Computer Vision algorithms.
-
-OpenCV provides cross-platform middle-to-high level API that includes
-about 300 C functions and a few C++ classes. Also there are Python
-bindings to OpenCV. OpenCV has no strict dependencies on external
-libraries, though it can use some (such as libjpeg, ffmpeg, GTK+ etc.)
-
-OpenCV provides transparent interface to Intel(R) Integrated Performance
-Primitives (IPP). That is, it loads automatically IPP libraries optimized
-for specific processor at runtime, if they are available.
diff -r e7aeecf7dafa -r 887e487ffaaf graphics/opencv2/Makefile
--- a/graphics/opencv2/Makefile Tue Jul 30 14:22:27 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,54 +0,0 @@
-# $NetBSD: Makefile,v 1.20 2019/07/21 22:25:02 wiz Exp $
-
-DISTNAME=      opencv-2.4.11
-PKGREVISION=   14
-CATEGORIES=    graphics devel
-MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=opencvlibrary/}
-EXTRACT_SUFX=  .zip
-
-MAINTAINER=    anthony.mallet%laas.fr@localhost
-HOMEPAGE=      https://opencv.org/
-COMMENT=       Library for computer vision problems
-LICENSE=       modified-bsd
-
-USE_CMAKE=             yes
-USE_LANGUAGES=         c c++11
-USE_LIBTOOL=           yes
-USE_PKGLOCALEDIR=      yes
-USE_TOOLS+=            gmake pkg-config
-
-INSTALLATION_DIRS+=    share/doc/opencv/papers
-INSTALLATION_DIRS+=    share/doc/opencv/ref/pics
-INSTALLATION_DIRS+=    share/OpenCV/haarcascades
-
-PKGCONFIG_OVERRIDE+=   opencv.pc.cmake.in
-
-REPLACE_PYTHON+=       samples/python/*.py
-
-WRKSRC=                ${WRKDIR}/${DISTNAME:S/a$//}
-
-# jasper uses SIZE_MAX and friends in its headers.
-CXXFLAGS+=     -D__STDC_LIMIT_MACROS
-
-# includes configure output and paths to gmake etc.
-CHECK_WRKREF_SKIP=     ${PREFIX}/lib/libopencv_core.*
-
-.include "options.mk"
-
-CMAKE_ARGS+=           -DZLIB_ROOT=${BUILDLINK_PREFIX.zlib}
-CMAKE_ARGS+=           -DENABLE_PRECOMPILED_HEADERS=NO
-
-PLIST_VARS+=   opencl
-
-.if ${OPSYS} == "Darwin" || ${OPSYS} == "NetBSD" || ${OPSYS} == "SunOS" || ${OPSYS} == "Linux" || ${OPSYS} == "FreeBSD"
-PLIST.opencl=  yes
-.endif
-
-.include "../../devel/zlib/buildlink3.mk"
-.include "../../graphics/jasper/buildlink3.mk"
-.include "../../graphics/openexr/buildlink3.mk"
-.include "../../graphics/png/buildlink3.mk"
-.include "../../graphics/tiff/buildlink3.mk"
-.include "../../mk/jpeg.buildlink3.mk"
-.include "../../x11/gtk2/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r e7aeecf7dafa -r 887e487ffaaf graphics/opencv2/PLIST
--- a/graphics/opencv2/PLIST    Tue Jul 30 14:22:27 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,256 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2015/10/17 10:28:43 fhajny Exp $
-bin/opencv_annotation
-bin/opencv_createsamples
-bin/opencv_haartraining
-bin/opencv_performance
-bin/opencv_traincascade
-include/opencv/cv.h
-include/opencv/cv.hpp
-include/opencv/cvaux.h
-include/opencv/cvaux.hpp
-include/opencv/cvwimage.h
-include/opencv/cxcore.h
-include/opencv/cxcore.hpp
-include/opencv/cxeigen.hpp
-include/opencv/cxmisc.h
-include/opencv/highgui.h
-include/opencv/ml.h
-include/opencv2/calib3d/calib3d.hpp
-include/opencv2/contrib/contrib.hpp
-include/opencv2/contrib/detection_based_tracker.hpp
-include/opencv2/contrib/hybridtracker.hpp
-include/opencv2/contrib/openfabmap.hpp
-include/opencv2/contrib/retina.hpp
-include/opencv2/core/affine.hpp
-include/opencv2/core/core.hpp
-include/opencv2/core/core_c.h
-include/opencv2/core/cuda_devptrs.hpp
-include/opencv2/core/devmem2d.hpp
-include/opencv2/core/eigen.hpp
-include/opencv2/core/gpumat.hpp
-include/opencv2/core/internal.hpp
-include/opencv2/core/mat.hpp
-include/opencv2/core/opengl_interop.hpp
-include/opencv2/core/opengl_interop_deprecated.hpp
-include/opencv2/core/operations.hpp
-include/opencv2/core/types_c.h
-include/opencv2/core/version.hpp
-include/opencv2/core/wimage.hpp
-include/opencv2/features2d/features2d.hpp
-include/opencv2/flann/all_indices.h
-include/opencv2/flann/allocator.h
-include/opencv2/flann/any.h
-include/opencv2/flann/autotuned_index.h
-include/opencv2/flann/composite_index.h
-include/opencv2/flann/config.h
-include/opencv2/flann/defines.h
-include/opencv2/flann/dist.h
-include/opencv2/flann/dummy.h
-include/opencv2/flann/dynamic_bitset.h
-include/opencv2/flann/flann.hpp
-include/opencv2/flann/flann_base.hpp
-include/opencv2/flann/general.h
-include/opencv2/flann/ground_truth.h
-include/opencv2/flann/hdf5.h
-include/opencv2/flann/heap.h
-include/opencv2/flann/hierarchical_clustering_index.h
-include/opencv2/flann/index_testing.h
-include/opencv2/flann/kdtree_index.h
-include/opencv2/flann/kdtree_single_index.h
-include/opencv2/flann/kmeans_index.h
-include/opencv2/flann/linear_index.h
-include/opencv2/flann/logger.h
-include/opencv2/flann/lsh_index.h
-include/opencv2/flann/lsh_table.h
-include/opencv2/flann/matrix.h
-include/opencv2/flann/miniflann.hpp
-include/opencv2/flann/nn_index.h
-include/opencv2/flann/object_factory.h
-include/opencv2/flann/params.h
-include/opencv2/flann/random.h
-include/opencv2/flann/result_set.h
-include/opencv2/flann/sampling.h
-include/opencv2/flann/saving.h
-include/opencv2/flann/simplex_downhill.h
-include/opencv2/flann/timer.h
-include/opencv2/gpu/device/block.hpp
-include/opencv2/gpu/device/border_interpolate.hpp
-include/opencv2/gpu/device/color.hpp
-include/opencv2/gpu/device/common.hpp
-include/opencv2/gpu/device/datamov_utils.hpp
-include/opencv2/gpu/device/detail/color_detail.hpp
-include/opencv2/gpu/device/detail/reduce.hpp
-include/opencv2/gpu/device/detail/reduce_key_val.hpp
-include/opencv2/gpu/device/detail/transform_detail.hpp
-include/opencv2/gpu/device/detail/type_traits_detail.hpp
-include/opencv2/gpu/device/detail/vec_distance_detail.hpp
-include/opencv2/gpu/device/dynamic_smem.hpp
-include/opencv2/gpu/device/emulation.hpp
-include/opencv2/gpu/device/filters.hpp
-include/opencv2/gpu/device/funcattrib.hpp
-include/opencv2/gpu/device/functional.hpp
-include/opencv2/gpu/device/limits.hpp
-include/opencv2/gpu/device/reduce.hpp
-include/opencv2/gpu/device/saturate_cast.hpp
-include/opencv2/gpu/device/scan.hpp
-include/opencv2/gpu/device/simd_functions.hpp
-include/opencv2/gpu/device/static_check.hpp
-include/opencv2/gpu/device/transform.hpp
-include/opencv2/gpu/device/type_traits.hpp
-include/opencv2/gpu/device/utility.hpp
-include/opencv2/gpu/device/vec_distance.hpp
-include/opencv2/gpu/device/vec_math.hpp
-include/opencv2/gpu/device/vec_traits.hpp
-include/opencv2/gpu/device/warp.hpp
-include/opencv2/gpu/device/warp_reduce.hpp
-include/opencv2/gpu/device/warp_shuffle.hpp
-include/opencv2/gpu/devmem2d.hpp
-include/opencv2/gpu/gpu.hpp
-include/opencv2/gpu/gpumat.hpp
-include/opencv2/gpu/stream_accessor.hpp
-include/opencv2/highgui/cap_ios.h
-include/opencv2/highgui/highgui.hpp
-include/opencv2/highgui/highgui_c.h
-include/opencv2/highgui/ios.h
-include/opencv2/imgproc/imgproc.hpp
-include/opencv2/imgproc/imgproc_c.h
-include/opencv2/imgproc/types_c.h
-include/opencv2/legacy/blobtrack.hpp
-include/opencv2/legacy/compat.hpp
-include/opencv2/legacy/legacy.hpp
-include/opencv2/legacy/streams.hpp
-include/opencv2/ml/ml.hpp
-include/opencv2/nonfree/features2d.hpp
-include/opencv2/nonfree/gpu.hpp
-include/opencv2/nonfree/nonfree.hpp
-include/opencv2/nonfree/ocl.hpp
-include/opencv2/objdetect/objdetect.hpp
-${PLIST.opencl}include/opencv2/ocl/matrix_operations.hpp
-${PLIST.opencl}include/opencv2/ocl/ocl.hpp
-include/opencv2/opencv.hpp
-include/opencv2/opencv_modules.hpp
-include/opencv2/photo/photo.hpp
-include/opencv2/photo/photo_c.h
-include/opencv2/stitching/detail/autocalib.hpp
-include/opencv2/stitching/detail/blenders.hpp
-include/opencv2/stitching/detail/camera.hpp
-include/opencv2/stitching/detail/exposure_compensate.hpp
-include/opencv2/stitching/detail/matchers.hpp
-include/opencv2/stitching/detail/motion_estimators.hpp
-include/opencv2/stitching/detail/seam_finders.hpp
-include/opencv2/stitching/detail/util.hpp
-include/opencv2/stitching/detail/util_inl.hpp
-include/opencv2/stitching/detail/warpers.hpp
-include/opencv2/stitching/detail/warpers_inl.hpp
-include/opencv2/stitching/stitcher.hpp
-include/opencv2/stitching/warpers.hpp
-include/opencv2/superres/optical_flow.hpp
-include/opencv2/superres/superres.hpp
-include/opencv2/ts/gpu_perf.hpp
-include/opencv2/ts/gpu_test.hpp
-include/opencv2/ts/ts.hpp
-include/opencv2/ts/ts_gtest.h
-include/opencv2/ts/ts_perf.hpp
-include/opencv2/video/background_segm.hpp
-include/opencv2/video/tracking.hpp
-include/opencv2/video/video.hpp
-include/opencv2/videostab/deblurring.hpp
-include/opencv2/videostab/fast_marching.hpp
-include/opencv2/videostab/fast_marching_inl.hpp
-include/opencv2/videostab/frame_source.hpp
-include/opencv2/videostab/global_motion.hpp
-include/opencv2/videostab/inpainting.hpp
-include/opencv2/videostab/log.hpp
-include/opencv2/videostab/motion_stabilizing.hpp
-include/opencv2/videostab/optical_flow.hpp
-include/opencv2/videostab/stabilizer.hpp
-include/opencv2/videostab/videostab.hpp
-lib/libopencv_calib3d.so
-lib/libopencv_calib3d.so.2.4
-lib/libopencv_calib3d.so.${PKGVERSION}
-lib/libopencv_contrib.so
-lib/libopencv_contrib.so.2.4
-lib/libopencv_contrib.so.${PKGVERSION}
-lib/libopencv_core.so
-lib/libopencv_core.so.2.4
-lib/libopencv_core.so.${PKGVERSION}
-lib/libopencv_features2d.so
-lib/libopencv_features2d.so.2.4
-lib/libopencv_features2d.so.${PKGVERSION}
-lib/libopencv_flann.so
-lib/libopencv_flann.so.2.4
-lib/libopencv_flann.so.${PKGVERSION}
-lib/libopencv_gpu.so
-lib/libopencv_gpu.so.2.4
-lib/libopencv_gpu.so.${PKGVERSION}
-lib/libopencv_highgui.so
-lib/libopencv_highgui.so.2.4
-lib/libopencv_highgui.so.${PKGVERSION}
-lib/libopencv_imgproc.so
-lib/libopencv_imgproc.so.2.4
-lib/libopencv_imgproc.so.${PKGVERSION}
-lib/libopencv_legacy.so
-lib/libopencv_legacy.so.2.4
-lib/libopencv_legacy.so.${PKGVERSION}
-lib/libopencv_ml.so
-lib/libopencv_ml.so.2.4
-lib/libopencv_ml.so.${PKGVERSION}
-lib/libopencv_nonfree.so
-lib/libopencv_nonfree.so.2.4
-lib/libopencv_nonfree.so.${PKGVERSION}
-lib/libopencv_objdetect.so
-lib/libopencv_objdetect.so.2.4
-lib/libopencv_objdetect.so.${PKGVERSION}
-${PLIST.opencl}lib/libopencv_ocl.so
-${PLIST.opencl}lib/libopencv_ocl.so.2.4



Home | Main Index | Thread Index | Old Index