Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v5 00/13] OpenCV bump
@ 2015-06-07 10:26 Samuel Martin
  2015-06-07 10:26 ` [Buildroot] [PATCH v5 01/13] package/opencv: cleanup spaces at ends of line Samuel Martin
                   ` (12 more replies)
  0 siblings, 13 replies; 31+ messages in thread
From: Samuel Martin @ 2015-06-07 10:26 UTC (permalink / raw)
  To: buildroot

Hi all,

Here is another round for the bump of OpenCV package, and related
features/packages.

Patches 1 and 2 clean-up the current opencv.mk file.
Patch 3 does the actual bump
Patch 4 fixes a long-standing issue in the OpenCV integration.
Patch 5 improves the OpenCV menu.
Patches 6 to 11 add/improve 3rd-party supports.
Patches 12 and 13 fix reverse dependencies (vlc and gst1-plugins-bad).

Regards,

Samuel


Samuel Martin (13):
  package/opencv: cleanup spaces at ends of line
  package/opencv: alphabetically sorted each _CONF_OPTS group
  package/opencv: bump to version 3.0
  package/opencv: define modules inter-dependencies
  package/opencv: reword modules' prompt and help text
  package/opencv: add qt5 support
  package/opencv: add python support
  package/opencv: add gstreamer-1.x support
  package/opencv: add opengl support
  package/opencv: add openmp support
  package/opencv: add gtk3 support
  package/vlc: add opencv support
  package/gstreamer1/gst1-plugins-bad: disable opencv plugin with
    opencv-3

 Config.in.legacy                                   |  16 ++
 package/gstreamer1/gst1-plugins-bad/Config.in      |   1 +
 .../0001-core-fix-x86-PIC-code-compilation.patch   |  49 ----
 ...ix-return-type-value-VideoFrameSource_GPU.patch |  40 ----
 ...VGenPkgconfig.cmake-rework-opencv.pc-gene.patch | 156 -------------
 package/opencv/Config.in                           | 235 ++++++++++++++------
 package/opencv/opencv.mk                           | 247 ++++++++++++++-------
 ...opencv_wrapper-use-opencv2-style-includes.patch |  34 +++
 ...cv_example-add-missing-include-statements.patch |  27 +++
 package/vlc/Config.in                              |   2 +
 package/vlc/vlc.mk                                 |   8 +-
 11 files changed, 425 insertions(+), 390 deletions(-)
 delete mode 100644 package/opencv/0001-core-fix-x86-PIC-code-compilation.patch
 delete mode 100644 package/opencv/0002-superres-Fix-return-type-value-VideoFrameSource_GPU.patch
 delete mode 100644 package/opencv/0003-cmake-OpenCVGenPkgconfig.cmake-rework-opencv.pc-gene.patch
 create mode 100644 package/vlc/0008-opencv_wrapper-use-opencv2-style-includes.patch
 create mode 100644 package/vlc/0009-opencv_example-add-missing-include-statements.patch

--
2.4.2

^ permalink raw reply	[flat|nested] 31+ messages in thread

end of thread, other threads:[~2015-06-14 14:05 UTC | newest]

Thread overview: 31+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-07 10:26 [Buildroot] [PATCH v5 00/13] OpenCV bump Samuel Martin
2015-06-07 10:26 ` [Buildroot] [PATCH v5 01/13] package/opencv: cleanup spaces at ends of line Samuel Martin
2015-06-07 11:31   ` Yann E. MORIN
2015-06-09 20:45   ` Thomas Petazzoni
2015-06-07 10:26 ` [Buildroot] [PATCH v5 02/13] package/opencv: alphabetically sorted each _CONF_OPTS group Samuel Martin
2015-06-07 11:35   ` Yann E. MORIN
2015-06-07 11:49     ` Samuel Martin
2015-06-07 10:26 ` [Buildroot] [PATCH v5 03/13] package/opencv: bump to version 3.0 Samuel Martin
2015-06-07 12:03   ` Yann E. MORIN
2015-06-14 14:05     ` Samuel Martin
2015-06-07 10:26 ` [Buildroot] [PATCH v5 04/13] package/opencv: define modules inter-dependencies Samuel Martin
2015-06-07 12:11   ` Yann E. MORIN
2015-06-07 10:26 ` [Buildroot] [PATCH v5 05/13] package/opencv: reword modules' prompt and help text Samuel Martin
2015-06-07 12:12   ` Yann E. MORIN
2015-06-09 20:46     ` Thomas Petazzoni
2015-06-07 10:26 ` [Buildroot] [PATCH v5 06/13] package/opencv: add qt5 support Samuel Martin
2015-06-07 12:16   ` Yann E. MORIN
2015-06-07 10:26 ` [Buildroot] [PATCH v5 07/13] package/opencv: add python support Samuel Martin
2015-06-07 12:22   ` Yann E. MORIN
2015-06-07 10:26 ` [Buildroot] [PATCH v5 08/13] package/opencv: add gstreamer-1.x support Samuel Martin
2015-06-07 12:34   ` Yann E. MORIN
2015-06-07 10:26 ` [Buildroot] [PATCH v5 09/13] package/opencv: add opengl support Samuel Martin
2015-06-07 12:41   ` Yann E. MORIN
2015-06-07 10:26 ` [Buildroot] [PATCH v5 10/13] package/opencv: add openmp support Samuel Martin
2015-06-07 12:43   ` Yann E. MORIN
2015-06-07 10:26 ` [Buildroot] [PATCH v5 11/13] package/opencv: add gtk3 support Samuel Martin
2015-06-07 13:00   ` Yann E. MORIN
2015-06-07 10:26 ` [Buildroot] [PATCH v5 12/13] package/vlc: add opencv support Samuel Martin
2015-06-07 13:14   ` Yann E. MORIN
2015-06-07 10:26 ` [Buildroot] [PATCH v5 13/13] package/gstreamer1/gst1-plugins-bad: disable opencv plugin with opencv-3 Samuel Martin
2015-06-07 13:18   ` Yann E. MORIN

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox