[ekiga/gnome-2-26] [windows] Use lzma algorithm to compress the setup program



commit f921375c74b39f2f5c6d0145ab1375aa0bee7f8d
Author: Eugen Dedu <Eugen Dedu pu-pm univ-fcomte fr>
Date:   Wed Apr 28 22:07:51 2010 +0200

    [windows] Use lzma algorithm to compress the setup program
    
    Examples for the size of ekiga-setup-3.2.6-debug.exe:
    - with zlib: 32Mb
    - with bzip2: 29Mb
    - with lzma: 23Mb
    (even if zlib is much faster than bzip2 and lzma).
    
    This is also a workaround for
    http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=579407, which allows
    now to generate a working setup program.

 win32/nsisinstaller/ekiga.nsi |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/win32/nsisinstaller/ekiga.nsi b/win32/nsisinstaller/ekiga.nsi
index b571dfe..2f91e27 100644
--- a/win32/nsisinstaller/ekiga.nsi
+++ b/win32/nsisinstaller/ekiga.nsi
@@ -22,7 +22,7 @@ var ALREADY_INSTALLED
 ; Configuration
 
 Name $name
-;SetCompressor /SOLID lzma
+SetCompressor /SOLID lzma
 !ifdef WITH_GTK
 !ifdef DEBUG
 OutFile "${TARGET_DIR}/ekiga-setup-${EKIGA_VERSION}-debug.exe"



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]