Comment 17 for bug 1245097

Revision history for this message
KarlRelton (karllinuxtest-relton) wrote :

Hi Ablenzo

Its highly unorthodox as a method ... but in this case it gets us out of a hole.

- Use packages.ubuntu.com to find the gstreamer1.0-plugins-ugly package from the Trusty series
- From that page, 'Downloads' section near the bottom, you can click on 'i386' or 'amd64' link (depending on your architecture) to download the package .deb file
  (it will take you to a page to choose a mirror site, just pick one that seems to be in your geography)
- Do the same for liborc-0.4-0 package

- at command line do
sudo dpkg -i liborc*.deb gstreamer1.0-plugins-ugly*.deb

and you should be done.

Enjoy!