Differences between revisions 6 and 7
Revision 6 as of 2010-08-26 10:59:24
Size: 1297
Editor: ?ReinhardTartler
Comment:
Revision 7 as of 2017-03-31 03:57:43
Size: 1232
Editor: PaulWise
Comment: debian-unofficial.org taken over by spammers
Deletions are marked like this. Additions are marked like this.
Line 17: Line 17:
Here is how to get unstripped FFmpeg on Debian. It will be obsoleted once we upload it to debian-unofficial.org. Here is how to get unstripped FFmpeg on Debian.


THE INFORMATION ON THIS PAGE IS HORRIBLY OUTDATED AND NEEDS CLEANING UP BADLY!

1. How to get unstripped FFmpeg

Here is how to get unstripped FFmpeg on Debian.

Download the source package of ffmpeg-debian:

apt-get source ffmpeg-debian
cd ffmpeg-debian*/

Add a new changelog entry and change the package name to ffmpeg:

dch -i 'Make an unstripped package'
sed -i -e 1s/ffmpeg-debian/ffmpeg/ debian/changelog

Regenerate the package control file:

debian/rules debian/control

Download the unstripped source code:

debian/rules get-orig-source

A file called ../ffmpeg_*.orig.tar.gz should be created.

Unpack it and copy your debian directory there:

tar xf ../ffmpeg_*.orig.tar.gz
cp -a debian ffmpeg-0*/
mv ffmpeg-0*/ ..
cd ../ffmpeg-0*/

Then build the unstripped packages:

debuild -b

Then install the unstripped packages:

sudo debi