public inbox for cygwin-apps-cvs@sourceware.org
help / color / mirror / Atom feed
* setup ./ChangeLog ./Makefile.am ./compress.cc  ...
@ 2010-03-14 17:45 cwilson
  0 siblings, 0 replies; only message in thread
From: cwilson @ 2010-03-14 17:45 UTC (permalink / raw)
  To: cygwin-apps-cvs

CVSROOT:	/cvs/cygwin-apps
Module name:	setup
Changes by:	cwilson@sourceware.org	2010-03-14 17:45:18

Modified files:
	.              : ChangeLog Makefile.am compress.cc 
Added files:
	.              : compress_xz.cc compress_xz.h 
Removed files:
	.              : compress_lzma.cc compress_lzma.h 
	lzma-sdk       : LzmaDec.c LzmaDec.h Types.h 

Log message:
	Support xz and lzma decompression via liblzma
	* Makefile.am: Add -DLZMA_API_STATIC to AM_CPPFLAGS,
	-lzma to setup_LDADD, and -static-libtool-libs to
	setup_LDFLAGS. Update setup_SOURCES.
	* compress.cc: Update includes.
	(compress::decompress): Use compress_xz rather than
	compress_lzma; compress_xz supports both xz and lzma
	decompression.
	* compress_xz.h: New.
	* compress_xz.cc: New.
	* compress_lzma.h: Removed.
	* compress_lzma.cc: Removed.
	* lzma-sdk/LzmaDec.c: Removed.
	* lzma-sdk/LzmaDec.h: Removed.
	* lzma-sdk/Types.h: Removed.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/compress_xz.cc.diff?cvsroot=cygwin-apps&r1=NONE&r2=2.1
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/compress_xz.h.diff?cvsroot=cygwin-apps&r1=NONE&r2=2.1
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/ChangeLog.diff?cvsroot=cygwin-apps&r1=2.689&r2=2.690
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/Makefile.am.diff?cvsroot=cygwin-apps&r1=2.77&r2=2.78
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/compress.cc.diff?cvsroot=cygwin-apps&r1=2.6&r2=2.7
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/compress_lzma.cc.diff?cvsroot=cygwin-apps&r1=2.3&r2=NONE
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/compress_lzma.h.diff?cvsroot=cygwin-apps&r1=2.3&r2=NONE
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/lzma-sdk/LzmaDec.c.diff?cvsroot=cygwin-apps&r1=1.1&r2=NONE
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/lzma-sdk/LzmaDec.h.diff?cvsroot=cygwin-apps&r1=1.1&r2=NONE
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/lzma-sdk/Types.h.diff?cvsroot=cygwin-apps&r1=1.1&r2=NONE


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-03-14 17:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-03-14 17:45 setup ./ChangeLog ./Makefile.am ./compress.cc cwilson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).