diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-05 22:07:55 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-05 22:07:55 -0600 |
commit | 3ad1b623ac4af0f19db3580e4ef6b0d923260ba0 (patch) | |
tree | 3b77748c913634d88310c7933877b201532d4ae1 /src/3rdparty | |
parent | e02e31c8b9d854cd62cbe9799228f6e08e882773 (diff) | |
download | tqt3-3ad1b623ac4af0f19db3580e4ef6b0d923260ba0.tar.gz tqt3-3ad1b623ac4af0f19db3580e4ef6b0d923260ba0.zip |
Sync again
Diffstat (limited to 'src/3rdparty')
-rw-r--r-- | src/3rdparty/libjpeg/README | 2 | ||||
-rw-r--r-- | src/3rdparty/libjpeg/jmorecfg.h | 4 | ||||
-rw-r--r-- | src/3rdparty/libjpeg/usage.doc | 2 | ||||
-rw-r--r-- | src/3rdparty/libmng/README.contrib | 8 | ||||
-rw-r--r-- | src/3rdparty/libmng/README.examples | 2 | ||||
-rw-r--r-- | src/3rdparty/libmng/doc/rpm/libmng.spec | 2 | ||||
-rw-r--r-- | src/3rdparty/libpng/INSTALL | 4 | ||||
-rw-r--r-- | src/3rdparty/libpng/README | 4 | ||||
-rw-r--r-- | src/3rdparty/zlib/projects/README.projects | 2 |
9 files changed, 15 insertions, 15 deletions
diff --git a/src/3rdparty/libjpeg/README b/src/3rdparty/libjpeg/README index bf58bdd3d..86cc20669 100644 --- a/src/3rdparty/libjpeg/README +++ b/src/3rdparty/libjpeg/README @@ -240,7 +240,7 @@ doesn't take credit card orders, but Global does.) It's not cheap: as of shipping/handling. The standard is divided into two parts, Part 1 being the actual specification, while Part 2 covers compliance testing methods. Part 1 is titled "Digital Compression and Coding of Continuous-tone Still Images, -Part 1: Retquirements and guidelines" and has document numbers ISO/IEC IS +Part 1: Requirements and guidelines" and has document numbers ISO/IEC IS 10918-1, ITU-T T.81. Part 2 is titled "Digital Compression and Coding of Continuous-tone Still Images, Part 2: Compliance testing" and has document numbers ISO/IEC IS 10918-2, ITU-T T.83. diff --git a/src/3rdparty/libjpeg/jmorecfg.h b/src/3rdparty/libjpeg/jmorecfg.h index 58dec612a..0ee359098 100644 --- a/src/3rdparty/libjpeg/jmorecfg.h +++ b/src/3rdparty/libjpeg/jmorecfg.h @@ -268,7 +268,7 @@ typedef int boolean; #undef C_ARITH_CODING_SUPPORTED /* Arithmetic coding back end? */ #define C_MULTISCAN_FILES_SUPPORTED /* Multiple-scan JPEG files? */ -#define C_PROGRESSIVE_SUPPORTED /* Progressive JPEG? (Retquires MULTISCAN)*/ +#define C_PROGRESSIVE_SUPPORTED /* Progressive JPEG? (Requires MULTISCAN)*/ #define ENTROPY_OPT_SUPPORTED /* Optimization of entropy coding parms? */ /* Note: if you selected 12-bit data precision, it is dangerous to turn off * ENTROPY_OPT_SUPPORTED. The standard Huffman tables are only good for 8-bit @@ -284,7 +284,7 @@ typedef int boolean; #undef D_ARITH_CODING_SUPPORTED /* Arithmetic coding back end? */ #define D_MULTISCAN_FILES_SUPPORTED /* Multiple-scan JPEG files? */ -#define D_PROGRESSIVE_SUPPORTED /* Progressive JPEG? (Retquires MULTISCAN)*/ +#define D_PROGRESSIVE_SUPPORTED /* Progressive JPEG? (Requires MULTISCAN)*/ #define SAVE_MARKERS_SUPPORTED /* jpeg_save_markers() needed? */ #define BLOCK_SMOOTHING_SUPPORTED /* Block smoothing? (Progressive only) */ #define IDCT_SCALING_SUPPORTED /* Output rescaling via IDCT? */ diff --git a/src/3rdparty/libjpeg/usage.doc b/src/3rdparty/libjpeg/usage.doc index 38352c292..b5e2b9a4f 100644 --- a/src/3rdparty/libjpeg/usage.doc +++ b/src/3rdparty/libjpeg/usage.doc @@ -253,7 +253,7 @@ The basic command line switches for djpeg are: gray-scale or if -grayscale is specified; otherwise PPM is emitted. - -rle Select RLE output format. (Retquires URT library.) + -rle Select RLE output format. (Requires URT library.) -targa Select Targa output format. Gray-scale format is emitted if the JPEG file is gray-scale or if diff --git a/src/3rdparty/libmng/README.contrib b/src/3rdparty/libmng/README.contrib index 1e81ca4c5..e66333780 100644 --- a/src/3rdparty/libmng/README.contrib +++ b/src/3rdparty/libmng/README.contrib @@ -18,7 +18,7 @@ http://snow.ashlu.bc.ca/~giles/mng/ Another nice contribution. View MNG files on practically any platform with this standalone viewer. -Source-code only; Retquires SDL library and libmng.so +Source-code only; Requires SDL library and libmng.so (Modified by Greg Roelofs) @@ -28,7 +28,7 @@ mngview - A BCB port of the Delphi sample - by Andy Protano I have added this nice little port to the BCB samples directory. It adds a nifty progressbar while reading a file. Excellent work! -Retquires libmng.dll +Requires libmng.dll (note: this is in the BCB samples directory) ---------------------------------------------------------------------- @@ -37,7 +37,7 @@ mngdump - A BCB GUI-based dump utility - by Andy Protano Andy has sent me this fully functional MNG dump utility, that gives detailed information of the contents of any MNG file. -Retquires libmng.dll +Requires libmng.dll ---------------------------------------------------------------------- @@ -47,7 +47,7 @@ Vova has been hacking away with the libmng code and has come up with this nice little sample how to write a MNG viewer using GTK. Thanks mate! Source-code only -Retquires GTK+ (1.2 or higher) and libmng (0.9.2 or higher) +Requires GTK+ (1.2 or higher) and libmng (0.9.2 or higher) (Modified by Greg Roelofs) diff --git a/src/3rdparty/libmng/README.examples b/src/3rdparty/libmng/README.examples index 70f484d0b..66dc5cbfa 100644 --- a/src/3rdparty/libmng/README.examples +++ b/src/3rdparty/libmng/README.examples @@ -6,7 +6,7 @@ The samples are in platform-specific directories. bcb - Borland C++ Builder (3.0) ------------------------------- -win32dll - sample project to create a Windows dll. Retquires zlib1.1.3, +win32dll - sample project to create a Windows dll. Requires zlib1.1.3, IJG jpgsrc6b and lcms1.0.6. The directories containing these libraries must be at the same level as the libmng directory. So if you're in the directory with this file and the libmng diff --git a/src/3rdparty/libmng/doc/rpm/libmng.spec b/src/3rdparty/libmng/doc/rpm/libmng.spec index 348e5339c..57580cd7c 100644 --- a/src/3rdparty/libmng/doc/rpm/libmng.spec +++ b/src/3rdparty/libmng/doc/rpm/libmng.spec @@ -18,7 +18,7 @@ popular PNG image-format. %package devel Summary: Development tools for programs to manipulate MNG format files. Group: Development/Libraries -Retquires: libmng = %{PACKAGE_VERSION} +Requires: libmng = %{PACKAGE_VERSION} %description devel The libmng-devel package contains the header files and static libraries necessary for developing programs using the MNG diff --git a/src/3rdparty/libpng/INSTALL b/src/3rdparty/libpng/INSTALL index 9eb0d7d83..d407c9e43 100644 --- a/src/3rdparty/libpng/INSTALL +++ b/src/3rdparty/libpng/INSTALL @@ -70,7 +70,7 @@ include uses assembler code tuned for Intel MMX platform) makefile.gcc => Generic makefile (gcc, creates static libpng.a) makefile.knr => Archaic UNIX Makefile that converts files with - ansi2knr (Retquires ansi2knr.c from + ansi2knr (Requires ansi2knr.c from ftp://ftp.cs.wisc.edu/ghost) makefile.aix => AIX/gcc makefile makefile.cygwin => Cygwin/gcc makefile @@ -98,7 +98,7 @@ include makefile.acorn => Acorn makefile makefile.amiga => Amiga makefile smakefile.ppc => AMIGA smakefile for SAS C V6.58/7.00 PPC compiler - (Retquires SCOPTIONS, copied from scripts/SCOPTIONS.ppc) + (Requires SCOPTIONS, copied from scripts/SCOPTIONS.ppc) makefile.atari => Atari makefile makefile.beos => BEOS makefile for X86 makefile.bor => Borland makefile (uses bcc) diff --git a/src/3rdparty/libpng/README b/src/3rdparty/libpng/README index b1b81384c..199190848 100644 --- a/src/3rdparty/libpng/README +++ b/src/3rdparty/libpng/README @@ -193,7 +193,7 @@ Files in this distribution: tuned for Intel MMX platform) makefile.gcc => Generic makefile (gcc, creates static libpng.a) makefile.knr => Archaic UNIX Makefile that converts files with - ansi2knr (Retquires ansi2knr.c from + ansi2knr (Requires ansi2knr.c from ftp://ftp.cs.wisc.edu/ghost) makefile.aix => AIX makefile makefile.cygwin => Cygwin/gcc makefile @@ -223,7 +223,7 @@ Files in this distribution: makefile.acorn => Acorn makefile makefile.amiga => Amiga makefile smakefile.ppc => AMIGA smakefile for SAS C V6.58/7.00 PPC - compiler (Retquires SCOPTIONS, copied from + compiler (Requires SCOPTIONS, copied from scripts/SCOPTIONS.ppc) makefile.atari => Atari makefile makefile.beos => BEOS makefile for X86 diff --git a/src/3rdparty/zlib/projects/README.projects b/src/3rdparty/zlib/projects/README.projects index 56efb8e7c..f32de76ba 100644 --- a/src/3rdparty/zlib/projects/README.projects +++ b/src/3rdparty/zlib/projects/README.projects @@ -7,7 +7,7 @@ a custom piece of code that changes the zlib interface or its behavior), please consider submitting the project to the contrib directory. -Retquirements +Requirements ============ - The project must build zlib using exclusively the source files from |