Racer-666 / flowblade

Automatically exported from code.google.com/p/flowblade
0 stars 0 forks source link

python-mlt3 dependancy #7

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Finally got my flowblade working with supersams help with the screen size patch 
but now having an issue on my wifes computer which seems to be in a never 
ending loop of dependencies.

What steps will reproduce the problem?
1. Install through Synaptic Package Manager, which leads to multiple 
unfulfilled  dependencies. See below for output from Synaptic.

What is the expected output? What do you see instead?
For it to install. Dependency errors.

What version of the product are you using? On what operating system?
Ubuntu 12.04 and the latest version of Flowblade.

Please provide any additional information below.

All of these were performed through Synaptic...
1. - Try to install python-mlt3
python-mlt3:
 Depends: libmlt4 but it is not going to be installed

2. - Try to install libmlt4
python-mlt3:
 Depends: libmlt++3 but it is not going to be installed

3. - Try to install libmlt++3
ibmlt++3:
 Depends: libmlt5 but it is not going to be installed

4. - Install libmlt5
This removes libmlt4 and then back to square one...

I have also tried clean, update, upgrade and nothing seems to work. I have also 
had outputs saying there are broken packages, although which ones are broken I 
have no idea. I have tried fixing these through Synaptic as well but it doesn't 
seem to do anything.

Original issue reported on code.google.com by cizko...@gmail.com on 20 Jun 2012 at 6:11

GoogleCodeExporter commented 8 years ago
Are you using any PPAs which might be related to these packages? If you can, 
try to ppa purge them and install all the packages from source. This isn't a 
bug with flowblade, more one of apts numerous balls ups - one of the reasons i 
moved off debian based distros.

Original comment by supersam...@gmail.com on 20 Jun 2012 at 4:08

GoogleCodeExporter commented 8 years ago
Ok, getting rid of the PPAs for kdenlive and openshot allowed me to get the 
dependencies installed and thereby allowing me to install Flowblade. Commented 
out the screen check lines and thought it was going to work. NOT

Tried to launch by way of the launcher and it just seemed to sit there. Ended 
up having to kill the flowblade process. This is repeatable every time I launch.

Launching from the command line and I get this.

FLOWBLADE MOVIE_EDITOR 0.6.0
----------------------------
Launch script dir: /usr/bin
Running from installation...
MLT found, version: 0.7.7

(flowblade:3943): Gtk-WARNING **: Unable to locate theme engine in module_path: 
"smooth", (This repeats 9 times)

starting app...

list of output formats DV/DVD, HD, etc...

Traceback (most recent call last):
  File "/usr/bin/flowblade", line 63, in <module>
    app.main(modules_path)
  File "/usr/share/pyshared/Flowblade/app.py", line 150, in main
    create_gui()
  File "/usr/share/pyshared/Flowblade/app.py", line 196, in create_gui
    editor_window = editorwindow.EditorWindow()
  File "/usr/share/pyshared/Flowblade/editorwindow.py", line 306, in __init__
    True)
  File "/usr/share/pyshared/Flowblade/panels.py", line 125, in get_render_panel_left
    render.create_widgets()
  File "/usr/share/pyshared/Flowblade/render.py", line 326, in create_widgets
    _fill_extension_label()
  File "/usr/share/pyshared/Flowblade/render.py", line 573, in _fill_extension_label
    ext = encoding_options[enc_index].extension
IndexError: list index out of range

Drawing a blank now.

Original comment by cizko...@gmail.com on 21 Jun 2012 at 2:45

GoogleCodeExporter commented 8 years ago
Can consider the original issue closed as it is fixed. Issue now relates to 
issue 2 on project.

Original comment by cizko...@gmail.com on 21 Jun 2012 at 5:37

GoogleCodeExporter commented 8 years ago
where do I get python-mlt3 ??? 

in the debian wheezy repos is python-mlt5 and the flowblade .deb di'n want it.

Also with the install script I get an error:

Error: no such file "FLOWBLADE MOVIE_EDITOR 0.6.0"
flowblade: 30: flowblade: Syntax error: "(" unexpected

Original comment by dpquin...@gmail.com on 20 Aug 2012 at 1:28

GoogleCodeExporter commented 8 years ago
Next version will be compatible with python-mlt5.

Original comment by janne.li...@gmail.com on 17 Sep 2012 at 11:24