Installation issue with OpenCV on 16.04.1 on MacBook Pro

Looks like there is an issue with the host install on my macbook pro.
I just upgraded to 16.04.1
This is a completely clean install…other than I loaded ROS first.
Any ideas?

robert@telefunken:~$ sudo apt-get install libopencv4tegra libopencv4tegra-dev
[sudo] password for robert:
Reading package lists… Done
Building dependency tree
Reading state information… Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
libopencv4tegra : Depends: libavcodec54 (>= 6:9.1-1) but it is not installable or
libavcodec-extra-54 (>= 6:9.18) but it is not installable
Depends: libavformat54 (>= 6:9.1-1) but it is not installable
Depends: libavutil52 (>= 6:9.1-1) but it is not installable
Depends: libswscale2 (>= 6:9.1-1) but it is not installable
E: Unable to correct problems, you have held broken packages.
robert@telefunken:~$

Do I need to have an nVidia GFX card on the host for the OpenCV install to work correctly?

I don’t know what other video cards support OpenCV, but CUDA requires an nVidia graphics card. OpenCV supporting CUDA would therefore require an nVidia graphics card using the nVidia video driver. Likely any nVidia supplied software depends on the nVidia X11 driver or related libraries, directly or indirectly…JetPack would have no other versions available.