diff options
Diffstat (limited to 'src/3rdparty/libmng')
-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 |
3 files changed, 6 insertions, 6 deletions
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 |