forked from x3ro/advancecomp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
482 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Oops, something went wrong.