Hi, when you do checkinstall you must modify the default version. For example, the package version on Ubuntu server 12.04 is 4:0.8.5 Using checkinstall on 0.11.2 source gives a version 0.11.2 You must modify it to be 4:0.11.2 Next time you update your packages, ffmpeg installed version won't be downgraded.
I tried to install the latest ffmpeg from source, which is version 1.1.2 and it works for me on Ubuntu server 12.04.1 64bits (though I had some warnings during compilation). Regards Yvan Arnaud Le 08/02/2013 11:21, michael.wut...@eledia.de a écrit : > Hello, > > is it possible to use the older ffmpeg-package from the deb-multimedia.org > repository for OM 2.x instead of the latest version of ffmpeg as you > described in the installation tutorial? Because I use normaly cron-apt and > everytime I've the ffmpeg-package with the version 0.11.2 installed, > cron-apt will install the older version from the original debian-repos > 0.5.x or the version 0.7.x from the deb-multimedia-repos depending from > the sources.list. > > If I use the deb-multimedia.org-repo, I will get the following packages > with the following versions: > ffmpeg libavcodec52 libavdevice52 libavfilter1 libavformat52 libavutil50 > libdc1394-22 libdirac-encoder0 libjack-jackd2-0 libpostproc51 > libraw1394-11 librtmp0 libschroedinger-1.0-0 libspeex1 libswscale0 > libusb-1.0-0 libva-x11-1 libva1 libvpx0 libx264-118 > > ffmpeg -version: > ffmpeg version 0.7.13, Copyright (c) 2000-2011 the FFmpeg developers > built on Jun 13 2012 14:01:54 with gcc 4.4.5 > configuration: --enable-libdc1394 --prefix=/usr --extra-cflags='-Wall -g > ' --cc='ccache cc' --enable-shared --enable-libmp3lame --enable-gpl > --enable-libvorbis --enable-pthreads --enable-libfaac --enable-libxvid > --enable-postproc --enable-x11grab --enable-libgsm --enable-libtheora > --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libx264 > --enable-libspeex --enable-nonfree --disable-stripping --enable-avfilter > --enable-libdirac --disable-decoder=libdirac --enable-libfreetype > --enable-libschroedinger --disable-encoder=libschroedinger > --enable-version3 --enable-libopenjpeg --enable-libvpx --enable-librtmp > --extra-libs=-lgcrypt --disable-altivec --disable-armv5te > --disable-armv6 --disable-vis > libavutil 50. 43. 0 / 50. 43. 0 > libavcodec 52.123. 0 / 52.123. 0 > libavformat 52.111. 0 / 52.111. 0 > libavdevice 52. 5. 0 / 52. 5. 0 > libavfilter 1. 80. 0 / 1. 80. 0 > libswscale 0. 14. 1 / 0. 14. 1 > libpostproc 51. 2. 0 / 51. 2. 0 > ffmpeg 0.7.13 > libavutil 50. 43. 0 / 50. 43. 0 > libavcodec 52.123. 0 / 52.123. 0 > libavformat 52.111. 0 / 52.111. 0 > libavdevice 52. 5. 0 / 52. 5. 0 > libavfilter 1. 80. 0 / 1. 80. 0 > libswscale 0. 14. 1 / 0. 14. 1 > libpostproc 51. 2. 0 / 51. 2. 0 > > Thank you for your help, > Michael