On Tue, Apr 23, 2013 at 7:27 AM, Janne Liljeblad
<janne.liljeb...@gmail.com> wrote:
> Hi Dan,
>
>
> I just installed Ubuntu 13.04 and when setting up the dev environment I
> decided to try your term command for 12.04 from
> http://www.mltframework.org/bin/view/MLT/BuildScripts (thanks for having
> that available).
>
> There was an error that said that libjack-dev depends on libjack0 and that
> is not going to be installed. The issue is discussed at:
> http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=695550
>
> Changing libjack-dev to libjack-jackd2-dev made the term command and
> building current git mlt complete successfully.
>
> I didn't run the resulting mlt, because I probably didn't install it
> correctly, and was unable to open any media, and also Ubuntu had 0.8.8 which
> was good enough for me right now.
>
> I'm not sure if this has any larger implications for mlt, but thought that
> you may want to know about it.
>
>
> Janne

libjack-dev  worked for me - here is the script I just ran on Ubuntu
13.04   raring

sudo apt-get --assume-yes install git automake autoconf libtool
intltool g++ yasm swig libmp3lame-dev libgavl-dev libsamplerate-dev
libxml2-dev ladspa-sdk libjack-dev libsox-dev libsdl-dev libgtk2.0-dev
liboil-dev libsoup2.4-dev libqt4-dev libexif-dev libtheora-dev
libvdpau-dev libvorbis-dev python-dev kdelibs5-dev

mkdir -p melt
cd melt
wget -N 
https://raw.github.com/mltframework/mlt-scripts/master/build/build-melt.sh
chmod +x build-melt.sh

echo "FFMPEG_SUPPORT_FAAC=1" >> build-melt.conf
./build-melt.sh -c build-melt.conf

cd ~/bin
ln -sf ~/melt/$(date +'%Y%m%d')/bin/melt
cd ..

LOG: Process has finished. Reason: SUCCESS Everything succeeded

-- 
--
Carl K

------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
_______________________________________________
Mlt-devel mailing list
Mlt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mlt-devel

Reply via email to