[vlc-commits] commit: Compress the source tarball with XZ (LZMA) ( Rémi Denis-Courmont )

git at videolan.org git at videolan.org
Sun Aug 8 22:06:47 CEST 2010


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sun Aug  8 23:03:22 2010 +0300| [c515906bbb216b3592d621bf85e3164f21fe953e] | committer: Rémi Denis-Courmont 

Compress the source tarball with XZ (LZMA)

This saves over 30% space from BZip2.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c515906bbb216b3592d621bf85e3164f21fe953e
---

 Makefile.am           |    2 +-
 doc/release-howto.txt |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index ba9b396..3f610ca 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -110,7 +110,7 @@ AUTOMAKE_OPTIONS = \
 	1.11 \
 	-Wall \
 	check-news \
-	dist-bzip2 \
+	dist-xz \
 	no-dist-gzip
 #	std-options
 
diff --git a/doc/release-howto.txt b/doc/release-howto.txt
index 5f3bc3f..3961380 100644
--- a/doc/release-howto.txt
+++ b/doc/release-howto.txt
@@ -22,7 +22,7 @@
  * Tarballs (Use a clean tree !!!)
   - Use 'make distcheck' to make sure all files are exported
     correctly
-  - copy the tar.bz2 file on ftp.videolan.org in
+  - copy the tar.xz file on ftp.videolan.org in
     /opt/ftp/pub/videolan/testing/vlc-X.X.X/
   - generate SHA, MD5 hashes and OpenPGP signature of these files
     (use sha*sum --binary, md5sum --binary, gpg --sign --detach --armor)



More information about the vlc-commits mailing list