[kdenlive] [Bug 358999] 15.13.0 git master - Kdenlive won't open after install, "Next" button on start-up wizard is greyed out.

2016-02-06 Thread Jean-Baptiste Mardelle via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358999

--- Comment #5 from Jean-Baptiste Mardelle  ---
Looks like Kdenlive somehow tries an incorrect location for MLT.
Can you try starting in a terminal with following syntax:

kdenlive --mlt-path /usr/share/mlt/profiles/

-- 
You are receiving this mail because:
You are watching all bug changes.


[kdenlive] [Bug 358999] 15.13.0 git master - Kdenlive won't open after install, "Next" button on start-up wizard is greyed out.

2016-02-06 Thread Jesse via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358999

--- Comment #4 from Jesse  ---
I installed a fresh copy of kubuntu 15.10 x64 with Plasma 5.5.3 (via kubuntu's
backports PPA) and build & installed MLT git master, then kdenilve git master.
Same issue pops up. running from console produces this:

jesse@Cerberus:~$ kdenlive
begin true
end
begin true
end
begin true
end
Trying to convert empty KLocalizedString to QString.
"KConfigIni: In file /home/jesse/Downloads/mlt/profiles/Makefile, line 1: "
Invalid entry (missing '=')
"KConfigIni: In file /home/jesse/Downloads/mlt/profiles/Makefile, line 3: "
Invalid entry (missing '=')
"KConfigIni: In file /home/jesse/Downloads/mlt/profiles/Makefile, line 5: "
Invalid entry (missing '=')
"KConfigIni: In file /home/jesse/Downloads/mlt/profiles/Makefile, line 7: "
Invalid entry (missing '=')
"KConfigIni: In file /home/jesse/Downloads/mlt/profiles/Makefile, line 9: "
Invalid entry (missing '=')
"KConfigIni: In file /home/jesse/Downloads/mlt/profiles/Makefile, line 11: "
Invalid entry (missing '=')
"KConfigIni: In file /home/jesse/Downloads/mlt/profiles/Makefile, line 12: "
Invalid entry (missing '=')
"KConfigIni: In file /home/jesse/Downloads/mlt/profiles/Makefile, line 13: "
Invalid entry (missing '=')
"KConfigIni: In file /home/jesse/Downloads/mlt/profiles/Makefile, line 14: "
Invalid entry (missing '=')
"KConfigIni: In file /home/jesse/Downloads/mlt/profiles/Makefile, line 15: "
Invalid entry (missing '=')
"KConfigIni: In file /home/jesse/Downloads/mlt/profiles/Makefile, line 17: "
Invalid entry (missing '=')
"KConfigIni: In file /home/jesse/Downloads/mlt/profiles/Makefile, line 18: "
Invalid entry (missing '=')
libDeckLinkAPI.so: cannot open shared object file: No such file or directory
The DeckLink drivers are not installed.

-- 
You are receiving this mail because:
You are watching all bug changes.


[kdenlive] [Bug 358999] 15.13.0 git master - Kdenlive won't open after install, "Next" button on start-up wizard is greyed out.

2016-02-06 Thread Jesse via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358999

--- Comment #7 from Jesse  ---
Sorry, I know this issue probably isn't a bug with Kdenlive per se, but if I
can get this method set up for Ubuntu, then I can keep testing the latest git
version and better offer user support & feedback. Had to switch back to Kubuntu
for more reliable software purposes.

I've been documenting what I'm doing to build and install from git on Kubuntu.
If I can make it fool-proof, and can contribute the steps as documentation for
others. :)

-- 
You are receiving this mail because:
You are watching all bug changes.


[kdenlive] [Bug 358999] 15.13.0 git master - Kdenlive won't open after install, "Next" button on start-up wizard is greyed out.

2016-02-06 Thread Jesse via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358999

--- Comment #6 from Jesse  ---
Thanks for the suggestion JB. but the problem persists: the "Next" button is
still greyed out/un-clickable.

When running "./configure" in the mlt directory, this showed up in Konsole:

Jesse@Cerberus:~/Downloads/mlt$ ./configure
Configuring framework:   
Configuring modules: 
Configuring modules/avformat:
Package libavformat was not found in the pkg-config search path. 
Perhaps you should add the directory containing `libavformat.pc' 
to the PKG_CONFIG_PATH environment variable  
No package 'libavformat' found   
- libavformat not found: disabling   
Configuring modules/core:
Configuring modules/decklink:
Configuring modules/feeds:
Configuring modules/frei0r:
Package frei0r was not found in the pkg-config search path.
Perhaps you should add the directory containing `frei0r.pc'
to the PKG_CONFIG_PATH environment variable
No package 'frei0r' found
- frei0r plugin disabled. Install frei0r-plugins and make sure frei0r.h is
available.
Configuring modules/gtk2:
- GTK2 components not found: disabling
Configuring modules/jackrack:
Configuring modules/kdenlive:
Configuring modules/lumas:
Configuring modules/oldfilm:
Configuring modules/opengl:
- movit not found: disabling
Configuring modules/plus:
- fftw not found: disable fft and dance filters
Configuring modules/rtaudio:
Configuring modules/sdl:
- sdl development libs not found: disabling
Configuring modules/sox:
- sox not found: disabling
Configuring modules/swfdec:
- swfdec not found: disabling
Configuring modules/vmfx:
Configuring modules/xml:
- xml2 not found: disabling xml module
Configuring mlt++:
Configuring swig:
LGPLv2.1 license used; GPL components disabled

Could it be improperly configuring MLT?

-- 
You are receiving this mail because:
You are watching all bug changes.


[kdenlive] [Bug 358999] 15.13.0 git master - Kdenlive won't open after install, "Next" button on start-up wizard is greyed out.

2016-02-06 Thread Jesse via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358999

Jesse  changed:

   What|Removed |Added

 Resolution|--- |WORKSFORME
 Status|UNCONFIRMED |RESOLVED

--- Comment #9 from Jesse  ---
Yes! Installing the -dev packages for the missing MLT dependencies during build
and install fixed the issue; the "Next" button works! there's still a few
features (Qimage, pixbuf, and the titler widget) I need to work out, but I
think I'll soon have a complete, easy to use (truly) step-by-step process to
building kdenlive git master from source in Kubuntu.

Marking this bug as fixed.

-- 
You are receiving this mail because:
You are watching all bug changes.


[kdenlive] [Bug 358999] 15.13.0 git master - Kdenlive won't open after install, "Next" button on start-up wizard is greyed out.

2016-02-06 Thread Jesse via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358999

--- Comment #8 from Jesse  ---
UPDATE: In the "./configure" process of MLT, I realized I needed more Ubuntu
dev packages (e.g. libavformat-dev), and that seems to remove some of the
errors. I'm attempting to install all of the apparent needed packages, then
I'll see if that'll resolve the issue.

-- 
You are receiving this mail because:
You are watching all bug changes.


[kdenlive] [Bug 358999] 15.13.0 git master - Kdenlive won't open after install, "Next" button on start-up wizard is greyed out.

2016-02-04 Thread Jesse via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358999

--- Comment #3 from Jesse  ---
Created attachment 97015
  --> https://bugs.kde.org/attachment.cgi?id=97015=edit
example of MLT window that pops up before the start-up wizard

-- 
You are receiving this mail because:
You are watching all bug changes.


[kdenlive] [Bug 358999] 15.13.0 git master - Kdenlive won't open after install, "Next" button on start-up wizard is greyed out.

2016-02-04 Thread Jesse via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358999

--- Comment #2 from Jesse  ---
Not sure if this is related, but when I start Kdenlive (every time), a window
opens saying "Cannot find your MLT Profiles. Please give a path." with an input
field that's filled with this by default: "/usr/local/share/mlt/profiles/".
Changing it to "/usr/share/mlt/profiles/" seems to work, then proceeds to the
start-up wizard, where the OP issue starts.

-- 
You are receiving this mail because:
You are watching all bug changes.


[kdenlive] [Bug 358999] 15.13.0 git master - Kdenlive won't open after install, "Next" button on start-up wizard is greyed out.

2016-02-04 Thread Jesse via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358999

--- Comment #1 from Jesse  ---
Created attachment 97014
  --> https://bugs.kde.org/attachment.cgi?id=97014=edit
example

-- 
You are receiving this mail because:
You are watching all bug changes.


[kdenlive] [Bug 358999] 15.13.0 git master - Kdenlive won't open after install, "Next" button on start-up wizard is greyed out.

2016-02-04 Thread Jesse via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358999

Jesse  changed:

   What|Removed |Added

 CC||jesse.dub...@gmail.com

-- 
You are receiving this mail because:
You are watching all bug changes.