Skip to content

Commit

Permalink
Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
amadvance committed Jul 22, 2003
1 parent 19f09c3 commit eeb715c
Show file tree
Hide file tree
Showing 5 changed files with 482 additions and 0 deletions.
24 changes: 24 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
=======================
The AdvanceCOMP Authors
=======================


1 AUTHORS
=========

* Andrea Mazzoleni


2 ACKNOWLEDGMENTS
=================

* Filipe Estima


3 LIBRARIES
===========

zlib - Copyright Jean-loup Gailly and Mark Adler
7z - Copyright Igor Pavlov
bzip2 - Copyright Julian Seward
getopt - Copyright DJ Delorie
76 changes: 76 additions & 0 deletions HISTORY
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
=======================
History For AdvanceCOMP
=======================


1 ADVANCECOMP VERSION 1.7 2003/07
=================================

* Changed the internal ID for the bzip2 and LZMA compression.
The bzip2 ID is now compatible with the PKWARE specification.


2 ADVANCECOMP VERSION 1.6 2003/05
=================================

* Added the `-x' option at the advmng utility to export .png files
from a .mng clip. Useful to compress it in an MPEG file.
* Fixed the support for zips with additional data descriptors.
* Updated with autoconf 2.57 and automake 1.7.4.
* Some fixes for the gcc 3.3 compiler.


3 ADVANCECOMP VERSION 1.5 2003/01
=================================

* Splitted from AdvanceSCAN
* Added the `advdef' compression utility.


4 ADVANCESCAN VERSION 1.4 2002/12
=================================

* Fixed a bug in the advmng utility when it was called with
more than one file in the command line. The program
was incorrectly adding a PLTE chunk at rgb images.


5 ADVANCESCAN VERSION 1.3 2002/11
=================================

* Added the support for the transparency tRNS chunk at the
advpng utility.
* Upgraded at the latest Advance Library.
* Fixes at the docs. [by Filipe Estima]
* Minor changes at the autoconf/automake scripts.


6 ADVANCESCAN VERSION 1.2 2002/08
=================================

* Added the advpng utility to compress the PNG files.
* Added the advmng utility to compress the MNG files.
* Added a Windows version.
* Other minor fixes.


7 ADVANCESCAN VERSION 1.1 2002/06
=================================

* Fixed an infinite loop bug testing some small damaged zips.
* Removed some warning compiling with gcc 3.1.


8 ADVANCESCAN VERSION 1.0 2002/05
=================================

* First public release.
* Fixed the compression percentage computation on big files.
* Added the --pedantic option at the advzip utility. These
tests are only done if requested.


9 ADVANCESCAN VERSION 0.6-BETA 2002/05
======================================

* Added the AdvanceZIP utility.
24 changes: 24 additions & 0 deletions INSTALL
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
========================
AdvanceCOMP Installation
========================

As root or user type:

./configure
make

To check the generated executable type:

make check

and as root to install the programs and the documentation
type:

make install

The documentation is in the man pages:

man advdef
man advzip
man advpng
man advmng
19 changes: 19 additions & 0 deletions README
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
===========================
The AdvanceCOMP compression
===========================

AdvanceCOMP contains recompression utilities for your .ZIP roms, .PNG
snapshots and .MNG clips.

It runs in Linux, Mac OS X, DOS, Windows and in all the other
Unix like platforms.

The official site of AdvanceCOMP is:

http://advancemame.sourceforge.net

This package contains:
advzip - Recompression and test utility for zip files
advpng - Recompression utility for png files
advmng - Recompression utility for mng files
advdef - Recompression utility for deflate streams in png and mng files
Loading

0 comments on commit eeb715c

Please sign in to comment.