
Download the latest release from http://openmovieeditor.sourceforge.net/Downloads
Then run the following commands in a terminal:
sudo apt-get build-dep openmovieeditor
# The following might differ depending on where you stored the Open Movie Editor tarball
tar xzf Desktop/openmovieeditor-0.0.20071010.tar.gz
cd openmovieeditor-0.0.20071010/
./configure –prefix=/usr
make
sudo make install
November 2nd, 2007 at 21:22
Here’s how I built a Debian package for Gutsy: http://pastie.caboo.se/113576
November 4th, 2007 at 11:46
Great, thanks.
-Richard
November 14th, 2007 at 3:03
Dear Sir
I try to install Open Movie Editor on Ubuntu Feisty 7.04, doing ./configure
at the end it says
“checking for SAMPLERATE… configure: error: *** libsamplerate not found - this program requires libsamplerate >= 0.1.1 http://www.mega-nerd.com/SRC/ ***”
So I try to install libsamplerate, but when I did the “make” it gives me many errors
So I am lost. ¿Can you help me?
November 16th, 2007 at 19:55
Hi,
Just a little typo
./configure –prefix=/usr
should actually be
./configure –prefix=/usr
November 16th, 2007 at 19:59
Oops, it looks like Wordpress actually replace two dashes with a long one (before prefix=/usr), so my previous comment sounds a little strange
November 22nd, 2007 at 7:47
I’ve noticed the — - - problem too, I’m not yet sure how to fix wordpress
November 22nd, 2007 at 7:48
For Installation Support, go to the Open Movie Editor Forums:
http://www.openmovieeditor.org/board/
Cheers
-Richard
December 31st, 2007 at 20:19
make[1]: Entering directory `/home/shree/Desktop/openmovieeditor-0.0.20071231/src’
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -D__STDC_CONSTANT_MACROS -ggdb -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib/gavl/include/ -I/usr/include/lqt -I/usr/include/ffmpeg -DAVCODEC -I/usr/include/ffmpeg -DLIBMPEG3 -I/usr/include/freetype2 -DINSTALL_PREFIX=”\”/usr/local\”" -I../icons -I../src -I../src/tinyxml -I../src/sl -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib/gavl/include/ -I/usr/include/lqt -I/usr/include/ffmpeg -DAVCODEC -I/usr/include/ffmpeg -DLIBMPEG3 -I/usr/include/freetype2 -g -O2 -MT EncodingPreset.o -MD -MP -MF “.deps/EncodingPreset.Tpo” -c -o EncodingPreset.o EncodingPreset.cxx; \
then mv -f “.deps/EncodingPreset.Tpo” “.deps/EncodingPreset.Po”; else rm -f “.deps/EncodingPreset.Tpo”; exit 1; fi
EncodingPreset.cxx: In constructor ‘nle::EncodingPreset::EncodingPreset(nle::EncodingPreset*)’:
EncodingPreset.cxx:652: error: ‘m_file_type’ was not declared in this scope
EncodingPreset.cxx:652: error: ‘class nle::EncodingPreset’ has no member named ‘m_file_type’
make[1]: *** [EncodingPreset.o] Error 1
make[1]: Leaving directory `/home/shree/Desktop/openmovieeditor-0.0.20071231/src’
make: *** [all-recursive] Error 1
shree@soundandlight:~/Desktop/openmovieeditor-0.0.20071231/src$
is current error
January 1st, 2008 at 18:41
Hi, a fixed version will be released soon.
Cheers
-Richard
March 2nd, 2008 at 12:36
/home/Sbucatone/openmovieeditor/src/AudioFileFfmpeg.cxx:42: undefined reference to `av_find_stream_info’
/home/Sbucatone/openmovieeditor/src/AudioFileFfmpeg.cxx:59: undefined reference to `avcodec_find_decoder’
/home/Sbucatone/openmovieeditor/src/AudioFileFfmpeg.cxx:64: undefined reference to `avcodec_open’
collect2: ld returned 1 exit status
make[4]: *** [openmovieeditor] Error 1
make[4]: Leaving directory `/home/Sbucatone/openmovieeditor/src’
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/Sbucatone/openmovieeditor/src’
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/Sbucatone/openmovieeditor’
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/Sbucatone/openmovieeditor’
make: *** [build-stamp] Error 2
March 3rd, 2008 at 9:11
Hi,
for Support go to http://www.openmovieeditor.org/board/
Cheers
-Richard
December 20th, 2008 at 18:37
Do not have gmerlin
/code:
configure: error: *** gmerlin >= 0.3.7 not found - this program requires gmerlin >= 0.3.7 http://gmerlin.sourceforge.net/ ***
/code
so the saga has begun. Looking for gmerlin /gmerlin-all-in-one-20081217.tar.bz2
or gavl …
/gavl/gavl-1.1.0$ ./configure –without-doxygen
and so on
installing the packages dependencies …
and also the suggested :
libsamplerate-0.1.4
bu when I (./ configure) gmerlin I’ve the error message:
configure: error: “libxml2 not found”
do not know how to do for going foeward: the libxml2 results in fact installed in my synaptic manager
PS (Never never been able to install a software with a tar.gz make file procedure I’m a 1 year newbie in Ubuntu)
December 22nd, 2008 at 12:30
Hi Dante, I suggest for now to stay with the ubuntu version of OME, until I can publish a renewed guide for installation.
Cheers
-Richard