Size: 1297
Comment:
|
Size: 1232
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!
Contents |
|
|
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