commit: 2b6c94485e1ce52cb73370702d845a4326f4f97a Author: Amy Liffey <amynka <AT> gentoo <DOT> org> AuthorDate: Mon May 28 12:53:49 2018 +0000 Commit: Amy Liffey <amynka <AT> gentoo <DOT> org> CommitDate: Mon May 28 12:55:43 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b6c9448
media-libs/opencv: add missing cpu_flags_x86_ssse3 Subitted-by: Michael Uleysky <uleysky <AT> gmail.com> Closes: https://bugs.gentoo.org/656726 Package-Manager: Portage-2.3.24, Repoman-2.3.6 media-libs/opencv/{opencv-3.4.1.ebuild => opencv-3.4.1-r1.ebuild} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/media-libs/opencv/opencv-3.4.1.ebuild b/media-libs/opencv/opencv-3.4.1-r1.ebuild similarity index 97% rename from media-libs/opencv/opencv-3.4.1.ebuild rename to media-libs/opencv/opencv-3.4.1-r1.ebuild index 93975a066b1..578d147619a 100644 --- a/media-libs/opencv/opencv-3.4.1.ebuild +++ b/media-libs/opencv/opencv-3.4.1-r1.ebuild @@ -22,7 +22,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz LICENSE="BSD" SLOT="0/3.4.1" # subslot = libopencv* soname version KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux" -IUSE="contrib contrib_cvv contrib_dnn contrib_hdf contrib_sfm contrib_xfeatures2d cpu_flags_x86_sse cpu_flags_x86_sse2 cpu_flags_x86_sse3 cpu_flags_x86_sse4_1 cpu_flags_x86_sse4_2 cpu_flags_x86_popcnt cpu_flags_x86_avx cpu_flags_x86_avx2 cpu_flags_x86_fma3 cuda debug dnn_samples +eigen examples ffmpeg gdal gflags glog gphoto2 gstreamer gtk ieee1394 ipp jpeg jpeg2k lapack libav opencl openexr opengl openmp pch png +python qt5 tesseract testprograms threads tiff vaapi v4l vtk webp xine" +IUSE="contrib contrib_cvv contrib_dnn contrib_hdf contrib_sfm contrib_xfeatures2d cpu_flags_x86_sse cpu_flags_x86_sse2 cpu_flags_x86_sse3 cpu_flags_x86_ssse3 cpu_flags_x86_sse4_1 cpu_flags_x86_sse4_2 cpu_flags_x86_popcnt cpu_flags_x86_avx cpu_flags_x86_avx2 cpu_flags_x86_fma3 cuda debug dnn_samples +eigen examples ffmpeg gdal gflags glog gphoto2 gstreamer gtk ieee1394 ipp jpeg jpeg2k lapack libav opencl openexr opengl openmp pch png +python qt5 tesseract testprograms threads tiff vaapi v4l vtk webp xine" # OpenGL needs gtk or Qt installed to activate, otherwise build system # will silently disable it Wwithout the user knowing, which defeats the # purpose of the opengl use flag. @@ -404,6 +404,7 @@ multilib_src_configure() { -DENABLE_SSE=$(usex cpu_flags_x86_sse) -DENABLE_SSE2=$(usex cpu_flags_x86_sse2) -DENABLE_SSE3=$(usex cpu_flags_x86_sse3) + -DENABLE_SSSE3=$(usex cpu_flags_x86_ssse3) -DENABLE_SSE41=$(usex cpu_flags_x86_sse4_1) -DENABLE_SSE42=$(usex cpu_flags_x86_sse4_2) -DENABLE_POPCNT=$(usex cpu_flags_x86_popcnt)
