Skip to content

Commit caa1e3e

Browse files
committed
Jpeg v9f (clean)
Downloaded URL: https://www.ijg.org/files/jpegsrc.v9f.tar.gz
1 parent 8c7acd3 commit caa1e3e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

87 files changed

+10718
-4124
lines changed

Makefile.am

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,24 +33,25 @@ DOCS= README install.txt usage.txt wizard.txt example.c libjpeg.txt \
3333
structure.txt coderules.txt filelist.txt cdaltui.txt change.log
3434

3535
# Makefiles for various systems
36-
MKFILES= configure Makefile.in makefile.ansi makefile.unix makefile.b32 \
37-
makefile.bcc makefile.mc6 makefile.dj makefile.wat makefile.vc \
36+
MKFILES= configure Makefile.in makefile.ansi makefile.unix makefile.xc \
37+
makefile.bcc makefile.b32 makefile.c32 makefile.d32 makefile.x32 \
38+
makefile.b64 makefile.mc6 makefile.dj makefile.wat makefile.vc \
3839
makefile.vs makejdsw.vc6 makeadsw.vc6 makejdep.vc6 makejdsp.vc6 \
3940
makejmak.vc6 makecdep.vc6 makecdsp.vc6 makecmak.vc6 makeddep.vc6 \
4041
makeddsp.vc6 makedmak.vc6 maketdep.vc6 maketdsp.vc6 maketmak.vc6 \
4142
makerdep.vc6 makerdsp.vc6 makermak.vc6 makewdep.vc6 makewdsp.vc6 \
4243
makewmak.vc6 makejsln.v16 makeasln.v16 makejvcx.v16 makejfil.v16 \
4344
makecvcx.v16 makecfil.v16 makedvcx.v16 makedfil.v16 maketvcx.v16 \
4445
maketfil.v16 makervcx.v16 makerfil.v16 makewvcx.v16 makewfil.v16 \
45-
makejvcx.v17 makecvcx.v17 makedvcx.v17 maketvcx.v17 makervcx.v17 \
46-
makewvcx.v17 makeproj.mac makcjpeg.st makdjpeg.st makljpeg.st \
47-
maktjpeg.st makefile.manx makefile.sas makefile.mms makefile.vms \
48-
makvms.opt
46+
makajpeg.bcb makcjpeg.bcb makdjpeg.bcb makljpeg.bcb makrjpeg.bcb \
47+
maktjpeg.bcb makwjpeg.bcb makcjpeg.st makdjpeg.st makljpeg.st \
48+
maktjpeg.st makeproj.mac makefile.manx makefile.sas makefile.mms \
49+
makefile.vms makvms.opt
4950

5051
# Configuration files
51-
CONFIGFILES= jconfig.cfg jconfig.bcc jconfig.mc6 jconfig.dj jconfig.wat \
52-
jconfig.vc jconfig.mac jconfig.st jconfig.manx jconfig.sas \
53-
jconfig.vms
52+
CONFIGFILES= jconfig.cfg jconfig.xc jconfig.bcc jconfig.mc6 jconfig.dj \
53+
jconfig.wat jconfig.vc jconfig.mac jconfig.st jconfig.manx \
54+
jconfig.sas jconfig.vms
5455

5556
# Support scripts for configure
5657
CONFIGUREFILES= config.guess config.sub install-sh ltmain.sh depcomp \

Makefile.in

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,7 @@ EGREP = @EGREP@
313313
ETAGS = @ETAGS@
314314
EXEEXT = @EXEEXT@
315315
FGREP = @FGREP@
316+
FILECMD = @FILECMD@
316317
GREP = @GREP@
317318
INSTALL = @INSTALL@
318319
INSTALL_DATA = @INSTALL_DATA@
@@ -445,25 +446,26 @@ DOCS = README install.txt usage.txt wizard.txt example.c libjpeg.txt \
445446

446447

447448
# Makefiles for various systems
448-
MKFILES = configure Makefile.in makefile.ansi makefile.unix makefile.b32 \
449-
makefile.bcc makefile.mc6 makefile.dj makefile.wat makefile.vc \
449+
MKFILES = configure Makefile.in makefile.ansi makefile.unix makefile.xc \
450+
makefile.bcc makefile.b32 makefile.c32 makefile.d32 makefile.x32 \
451+
makefile.b64 makefile.mc6 makefile.dj makefile.wat makefile.vc \
450452
makefile.vs makejdsw.vc6 makeadsw.vc6 makejdep.vc6 makejdsp.vc6 \
451453
makejmak.vc6 makecdep.vc6 makecdsp.vc6 makecmak.vc6 makeddep.vc6 \
452454
makeddsp.vc6 makedmak.vc6 maketdep.vc6 maketdsp.vc6 maketmak.vc6 \
453455
makerdep.vc6 makerdsp.vc6 makermak.vc6 makewdep.vc6 makewdsp.vc6 \
454456
makewmak.vc6 makejsln.v16 makeasln.v16 makejvcx.v16 makejfil.v16 \
455457
makecvcx.v16 makecfil.v16 makedvcx.v16 makedfil.v16 maketvcx.v16 \
456458
maketfil.v16 makervcx.v16 makerfil.v16 makewvcx.v16 makewfil.v16 \
457-
makejvcx.v17 makecvcx.v17 makedvcx.v17 maketvcx.v17 makervcx.v17 \
458-
makewvcx.v17 makeproj.mac makcjpeg.st makdjpeg.st makljpeg.st \
459-
maktjpeg.st makefile.manx makefile.sas makefile.mms makefile.vms \
460-
makvms.opt
459+
makajpeg.bcb makcjpeg.bcb makdjpeg.bcb makljpeg.bcb makrjpeg.bcb \
460+
maktjpeg.bcb makwjpeg.bcb makcjpeg.st makdjpeg.st makljpeg.st \
461+
maktjpeg.st makeproj.mac makefile.manx makefile.sas makefile.mms \
462+
makefile.vms makvms.opt
461463

462464

463465
# Configuration files
464-
CONFIGFILES = jconfig.cfg jconfig.bcc jconfig.mc6 jconfig.dj jconfig.wat \
465-
jconfig.vc jconfig.mac jconfig.st jconfig.manx jconfig.sas \
466-
jconfig.vms
466+
CONFIGFILES = jconfig.cfg jconfig.xc jconfig.bcc jconfig.mc6 jconfig.dj \
467+
jconfig.wat jconfig.vc jconfig.mac jconfig.st jconfig.manx \
468+
jconfig.sas jconfig.vms
467469

468470

469471
# Support scripts for configure

README

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
The Independent JPEG Group's JPEG software
22
==========================================
33

4-
README for release 9e of 16-Jan-2022
4+
README for release 9f of 14-Jan-2024
55
====================================
66

77
This distribution contains the ninth public release of the Independent JPEG
@@ -116,7 +116,7 @@ with respect to this software, its quality, accuracy, merchantability, or
116116
fitness for a particular purpose. This software is provided "AS IS", and you,
117117
its user, assume the entire risk as to its quality and accuracy.
118118

119-
This software is copyright (C) 1991-2022, Thomas G. Lane, Guido Vollbeding.
119+
This software is copyright (C) 1991-2024, Thomas G. Lane, Guido Vollbeding.
120120
All Rights Reserved except as specified below.
121121

122122
Permission is hereby granted to use, copy, modify, and distribute this
@@ -240,9 +240,9 @@ The "official" archive site for this software is www.ijg.org.
240240
The most recent released version can always be found there in
241241
directory "files". This particular version will be archived
242242
in Windows-compatible "zip" archive format as
243-
https://www.ijg.org/files/jpegsr9e.zip, and
243+
https://www.ijg.org/files/jpegsr9f.zip, and
244244
in Unix-compatible "tar.gz" archive format as
245-
https://www.ijg.org/files/jpegsrc.v9e.tar.gz.
245+
https://www.ijg.org/files/jpegsrc.v9f.tar.gz.
246246

247247
The JPEG FAQ (Frequently Asked Questions) article is a source of some
248248
general information about JPEG.
@@ -371,4 +371,4 @@ to overcome the limitations of the original JPEG specification,
371371
and is the first true source reference JPEG codec.
372372
More features are being prepared for coming releases...
373373

374-
Please send bug reports, offers of help, etc. to jpeg-info@jpegclub.org.
374+
Please send bug reports, offers of help, etc. to jpeg-info@ijg.org.

0 commit comments

Comments
 (0)