Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/opencv/
Date: Mon, 11 Sep 2017 14:32:42
Message-Id: 1505140276.2f0e1b275057b87166fb1f11a3849ee2a4c14f75.mgorny@gentoo
1 commit: 2f0e1b275057b87166fb1f11a3849ee2a4c14f75
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 11 14:02:16 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 11 14:31:16 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f0e1b27
7
8 media-libs/opencv: Backport multilib header fixes to 3.1.0-r8
9
10 Closes: https://bugs.gentoo.org/630604
11
12 media-libs/opencv/opencv-3.1.0-r8.ebuild | 17 +++++++++++++++++
13 1 file changed, 17 insertions(+)
14
15 diff --git a/media-libs/opencv/opencv-3.1.0-r8.ebuild b/media-libs/opencv/opencv-3.1.0-r8.ebuild
16 index 490b97bce35..58487f70f7b 100644
17 --- a/media-libs/opencv/opencv-3.1.0-r8.ebuild
18 +++ b/media-libs/opencv/opencv-3.1.0-r8.ebuild
19 @@ -104,6 +104,23 @@ DEPEND="${RDEPEND}
20
21 MULTILIB_WRAPPED_HEADERS=(
22 /usr/include/opencv2/cvconfig.h
23 + /usr/include/opencv2/opencv_modules.hpp
24 + # [contrib_cvv]
25 + /usr/include/opencv2/cvv.hpp
26 + /usr/include/opencv2/cvv/call_meta_data.hpp
27 + /usr/include/opencv2/cvv/cvv.hpp
28 + /usr/include/opencv2/cvv/debug_mode.hpp
29 + /usr/include/opencv2/cvv/dmatch.hpp
30 + /usr/include/opencv2/cvv/filter.hpp
31 + /usr/include/opencv2/cvv/final_show.hpp
32 + /usr/include/opencv2/cvv/show_image.hpp
33 + # [vtk]
34 + /usr/include/opencv2/viz.hpp
35 + /usr/include/opencv2/viz/types.hpp
36 + /usr/include/opencv2/viz/viz3d.hpp
37 + /usr/include/opencv2/viz/vizcore.hpp
38 + /usr/include/opencv2/viz/widget_accessor.hpp
39 + /usr/include/opencv2/viz/widgets.hpp
40 )
41
42 PATCHES=(