https://bugs.kde.org/show_bug.cgi?id=359279

--- Comment #4 from Jesse <jesse.dub...@gmail.com> ---
@Evert, well I looked best I can, but I don't see any Ubuntu packages parallel
to your list that I haven't already installed. 

After some research and tinkering, I've come up with this amalgamated guide
that I've used to build and install Kdenlive from source on Ubuntu (it's a
little sloppy, but it works for now. I plan to revise it once it's bug-proof
and offer it as some kind of documentation). You sound a lot more savvy than
me; maybe you can tell me if there's something in this process that's
contributing to the issue?

Here it
is_________________________________________________________________________________

INSTALLING THE LATEST KDENLIVE PACKAGE FROM SOURCE ON UBUNTU 15.10

_________________________________

BUILDING & INSTALLING MLT
_________________________________

Run these commands in a terminal or Konsole:

sudo apt-get install build-essential pkg-config libavformat-dev libavdevice-dev
frei0r-plugins-dev frei0r-plugins libgtk2.0-dev libexif-dev libmovit-dev
libsdl1.2-dev libsox-dev libxml2-dev ladspa-sdk libcairo2-dev libswscale-dev
qtscript5-dev libqt5svg5-dev libqt5opengl5-dev libepoxy-dev libeigen3-dev
libfftw3-dev git yasm libtool automake   autoconf libtool-bin libtheora-bin
libtheora-dev intltool swig libmp3lame-dev libgavl-dev libsamplerate0-dev
libjack-dev libsoup2.4-dev libvdpau-dev python-dev libkf5crash-dev
libkf5filemetadata-dev v4l-utils

mkdir /home/jesse/Documents/kdenlive && mkdir
/home/jesse/Documents/kdenlive/dev_files && cd
/home/jesse/Documents/kdenlive/dev_files/

git clone https://github.com/mltframework/mlt.git

cd ./mlt/

INSTALL_PREFIX=/home/jesse/Documents/kdenlive

./configure --enable-gpl --enable-gpl3 --prefix=$INSTALL_PREFIX \
--qt-includedir=/usr/include/x86_64-linux-gnu/qt5
--qt-libdir=/usr/lib/x86_64-linux-gnu

make

make install

INSTALL_PREFIX=/home/jesse/Documents/kdenlive && export
LD_LIBRARY_PATH=$INSTALL_PREFIX/lib && export
XDG_DATA_DIRS=$INSTALL_PREFIX/share:$XDG_DATA_DIRS:/usr/share

_________________________________

BUILDING & INSTALLING KDENLIVE
_________________________________

Run these commands in a terminal or Konsole:

sudo apt-get install libkf5archive-dev libkf5bookmarks-dev libkf5coreaddons-dev
libkf5config-dev libkf5configwidgets-dev libkf5dbusaddons-dev kio-dev
libkf5widgetsaddons-dev libkf5plotting-dev libkf5notifyconfig-dev
libkf5newstuff-dev libkf5xmlgui-dev libkf5notifications-dev libkf5guiaddons-dev
libkf5textwidgets-dev libkf5iconthemes-dev kdoctools-dev libkf5crash-dev
libkf5filemetadata-dev extra-cmake-modules libsm-dev libv4l-dev libav-tools
cmake qtdeclarative5-dev kde-runtime kinit kio breeze dvdauthor dvgrab xine-ui

cd $INSTALL_PREFIX/dev_files/

git clone https://www.github.com/KDE/kdenlive

mkdir ./kdenlive/build && cd ./kdenlive/build/

export LD_LIBRARY_PATH=$INSTALL_PREFIX/lib && export
XDG_DATA_DIRS=$INSTALL_PREFIX/share:$XDG_DATA_DIRS:/usr/share && export
PKG_CONFIG_PATH=$INSTALL_PREFIX/lib/pkgconfig

cmake .. -DCMAKE_INSTALL_PREFIX=$INSTALL_PREFIX

make -j4 install

cd /home/jesse/Documents/kdenlive/bin/

DONE

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

Reply via email to