Lines 22-28
SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz
Link Here
|
22 |
LICENSE="BSD" |
22 |
LICENSE="BSD" |
23 |
SLOT="0/3.4.1" # subslot = libopencv* soname version |
23 |
SLOT="0/3.4.1" # subslot = libopencv* soname version |
24 |
KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux" |
24 |
KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux" |
25 |
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" |
25 |
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" |
26 |
# OpenGL needs gtk or Qt installed to activate, otherwise build system |
26 |
# OpenGL needs gtk or Qt installed to activate, otherwise build system |
27 |
# will silently disable it Wwithout the user knowing, which defeats the |
27 |
# will silently disable it Wwithout the user knowing, which defeats the |
28 |
# purpose of the opengl use flag. |
28 |
# purpose of the opengl use flag. |
Lines 404-409
multilib_src_configure() {
Link Here
|
404 |
-DENABLE_SSE=$(usex cpu_flags_x86_sse) |
404 |
-DENABLE_SSE=$(usex cpu_flags_x86_sse) |
405 |
-DENABLE_SSE2=$(usex cpu_flags_x86_sse2) |
405 |
-DENABLE_SSE2=$(usex cpu_flags_x86_sse2) |
406 |
-DENABLE_SSE3=$(usex cpu_flags_x86_sse3) |
406 |
-DENABLE_SSE3=$(usex cpu_flags_x86_sse3) |
|
|
407 |
-DENABLE_SSSE3=$(usex cpu_flags_x86_ssse3) |
407 |
-DENABLE_SSE41=$(usex cpu_flags_x86_sse4_1) |
408 |
-DENABLE_SSE41=$(usex cpu_flags_x86_sse4_1) |
408 |
-DENABLE_SSE42=$(usex cpu_flags_x86_sse4_2) |
409 |
-DENABLE_SSE42=$(usex cpu_flags_x86_sse4_2) |
409 |
-DENABLE_POPCNT=$(usex cpu_flags_x86_popcnt) |
410 |
-DENABLE_POPCNT=$(usex cpu_flags_x86_popcnt) |