← Back to team overview

linux-traipu team mailing list archive

[Bug 1348291] Re: Openshot does not start because of mlt

 

An issue with MLT and swig. 
Even I don't understand why you have choiced to remove libmlt6. And python-mlt is not in the version 5 but just called (using synaptic) python-mlt. At least on my Linux mint Qiana upgraded to 17.1. recently.
You should remove all packages related to mlt, check them and if all is okay to reinstall it.

** Changed in: openshot
       Status: New => Incomplete

-- 
You received this bug notification because you are a member of UBUNTU -
AL - BR, which is subscribed to OpenShot Video Editor.
https://bugs.launchpad.net/bugs/1348291

Title:
  Openshot does not start because of mlt

Status in OpenShot Video Editor:
  Incomplete

Bug description:
  I had an update on Ubuntu 14.04 and now Openshot 1.4.4~alpha from the
  bazaar repositories does not launch anymore. It only suggests to check
  mlt:

  $ python
  Python 2.7.6 (default, Mar 22 2014, 22:59:56) 
  [GCC 4.8.2] on linux2
  Type "help", "copyright", "credits" or "license" for more information.
  >>> import mlt
  >>> mlt.Factory().init()
  <mlt.Repository; proxy of <Swig Object of type 'Mlt::Repository *' at 0x7ff6c7486c00> >

  "sudo apt-get install python-mlt" Does not solve the problem and "sudo
  apt-get install python-mlt5 -f" brings up an unresolvable dependency:

  sudo apt-get install python-mlt5 -f
  ...
  The following packages have unmet dependencies:
   python-mlt5 : Depends: libmlt++3 but it is not going to be installed
  ...
  sudo apt-get install libmlt++3
  ...
  sudo apt-get install python-mlt5 -f
  ...
  The following packages have unmet dependencies:
   python-mlt5 : Depends: libmlt5 but it is not going to be installed
  ...
  sudo apt-get install libmlt5
  ...
  Removing libmlt++3 (0.9.0-3) ...
  Removing libmlt6 (0.9.0-3) ...
  ...
  sudo apt-get install python-mlt5 -f

  Related forum post:
  http://openshotusers.com/forum/viewtopic.php?f=11&t=2133

To manage notifications about this bug go to:
https://bugs.launchpad.net/openshot/+bug/1348291/+subscriptions


References