Talk:FFmpeg Release Plan: Difference between revisions

From MultimediaWiki
Jump to navigation Jump to search
(usage of new lzma compression?)
m (correct to new suffix)
Line 3: Line 3:
* [[User:Elte|Elte]]:
* [[User:Elte|Elte]]:
:What about:
:What about:
:tar '''--lzma''' -cvf ffmpeg-0.5.tar.'''lzma''' ffmpeg-0.5
:tar '''--lzma''' -cvf ffmpeg-0.5.tar.'''xz''' ffmpeg-0.5
:in addition to the bz2 archive?
:in addition to the bz2 archive?
:FYI: [http://tukaani.org/lzma/download LZMA = XZ utils]

Revision as of 02:21, 2 February 2009

(Not sure if this would go on the main page or not- will delete if no one likes it.) Make a note for packagers to use the --disable-* configure options instead of more invasive options- and to file a bug if they need to disable something and can't. Dashcloud 21:02, 30 January 2009 (EST)

What about:
tar --lzma -cvf ffmpeg-0.5.tar.xz ffmpeg-0.5
in addition to the bz2 archive?
FYI: LZMA = XZ utils