uma@ubuntu:~$ if [ ! -d "/usr/local/src/ffmpeg-${FFMPEG_VERSION}" ]; then
> cd /usr/local/src
> sudo tar -xjf "ffmpeg-${FFMPEG_VERSION}.tar.bz2"
> cd "ffmpeg-${FFMPEG_VERSION}"
> sudo ./configure --enable-version3 --enable-postproc --enable-libvorbis --enable-libvpx
> sudo make
> sudo checkinstall --pkgname=ffmpeg --pkgversion="5:${FFMPEG_VERSION}" --backup=no --deldoc=yes --default
> fi
Resolving ffmpeg.org... 192.190.173.45
Connecting to
ffmpeg.org|192.190.173.45|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2013-09-05 14:37:59 ERROR 404: Not Found.
tar: ffmpeg-.tar.bz2: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
tar: Child returned status 2
tar: Exiting with failure status due to previous errors
-bash: cd: ffmpeg-: No such file or directory
sudo: ./configure: command not found
make: *** No targets specified and no makefile found. Stop.
checkinstall 1.6.1, Copyright 2002 Felipe Eduardo Sanchez Diaz Duran
This software is released under the GNU GPL.
The package documentation directory ./doc-pak does not exist.
Should I create a default set of package docs? [y]: y
Preparing package documentation...OK
*** No known documentation files were found. The new package
*** won't include a documentation directory.
*****************************************
**** Debian package creation selected ***
*****************************************
*** Warning: The package version "5:" is not a
*** Warning: debian policy compliant one. Please specify an alternate one
This package will be built according to these values:
0 - Maintainer: [ root@ubuntu ]
1 - Summary: [ Package created with checkinstall 1.6.1 ]
2 - Name: [ ffmpeg ]
3 - Version: [ 0 ]
4 - Release: [ 1 ]
5 - License: [ GPL ]
6 - Group: [ checkinstall ]
7 - Architecture: [ amd64 ]
8 - Source location: [ src ]
9 - Alternate source location: [ ]
10 - Requires: [ ]
11 - Provides: [ ffmpeg ]
Enter a number to change any of them or press ENTER to continue:
Installing with make...Installing with install...
========================= Installation results ===========================
make: *** No rule to make target `install'. Stop.
**** Installation failed. Aborting package creation.
Cleaning up...OK
Bye.