delorie.com/archives/browse.cgi | search |
X-Authentication-Warning: | delorie.com: mail set sender to djgpp-bounces using -f |
Message-Id: | <202212311954.2BVJsndf023318@delorie.com> |
Date: | Sat, 31 Dec 2022 18:08:38 +0100 |
From: | "Juan Manuel Guerrero (juan DOT guerrero AT gmx DOT de) [via djgpp-announce AT delorie DOT com]" <djgpp-announce AT delorie DOT com> |
To: | djgpp-announce AT delorie DOT com |
Subject: | ANNOUNCE: DJGPP port of WavPack 5.5.0 uploaded. |
UI-OutboundReport: | notjunk:1;M01:P0:3Tj7ox01VY4=;XytiDTw6lgGGiMtjM4uDPmGSW9T |
Uf6mjlaFu7zbnSPbcCV26R/bx29FAO3O++W4Q5iGUzkVIFiDBvkd1/BtidywvV5meObxcJ3y0 | |
ugdvma0NKv92qD6UQnxvk9Yym2NEVXoDMbQ68Q8flnA6si6aAWLfMzZs2PP3W67mJCXIEFZv6 | |
fm3OKwTkgA/HugO6sUB10woKavuMv1T3Kyb+PvQvMDrKCm/qrxVG6rsO/LEFazQRrh1l5camL | |
mDq4XER4PE/bAY6e020P2038Tj65f9tep9tIC1eTUC047spn3H/bp7AYfIZiiqB/1bNjCXmo3 | |
VuOqnMCk99V+Ugg5N7IuiDqJl5q5uZjivoFL+lL9jE95mhxyz8wsmc0T2mkIwkOUpPgp9sbu0 | |
+LiQwGACwiLpdXLqX6ZI7BmQKco5/WBgAj6RaEnR0Az2GPNACfZGggTyZXOWq68HtXzctIGwt | |
FNMKULbdZ6csL5rMREyFKMhMgfwBKNwiv6dbZ7gBcLbNr9RRvBVJw16lqmS9BeitNKttdkb/a | |
IOXyQ/PvD0ZseTu5L/uV5mR8qxDYb0E58+cg06ucMEVmhQZ5SvQNmP1iCaHqxn1MHDbsz9Wp1 | |
S2Ia7eDdGrNAKXVRYsWyl9RQvfiUGStvgYVBXU6xfOaS0H+bFXT+ntQI0xgiKAfYh+ENdBGOC | |
fqs5VzG5djhAXQMnx9UWMkRobX1xJ8q+y7zZeyAJUQ23wb6a+7patX5bDulBLjEbI+4KHtMQ7 | |
NcA3clHUw8Cad5lKPWlzJ0q+7lK6milBC3p3ZqPjW0urtDA5I5Fs/3E625YJOkPtpQSRDk6eC | |
KDM183xAKCDuJnZJGDKYmheTqxsZ1ze2rbTkLCw4YXmfB/HiV044/fNgdXMUJ5abquACa9LTk | |
jYFYF4nvoXbUHjRSEuuSIUwWawxy8wuVDn24tWOXxTzYRAaooIb+ZD3yUDmroe1PKxHjmJJhP | |
0FL6E1g6FUMgUOzpxcBh0YALmXE= | |
Reply-To: | djgpp AT delorie DOT com |
This is a port of WavPack 5.5.0 to MSDOS/DJGPP. WavPack is a completely open audio compression format providing lossless, high-quality lossy, and a unique hybrid compression mode. For version 5.0.0, several new file formats and lossless DSD audio compression were added, making WavPack a universal audio archiving solution. WavPack is licensed under the BSD Software License; see https://github.com/dbry/WavPack/blob/master/license.txt for details. DJGPP specific changes. ======================= - To build the associated command-line programs it is necessary to install the current DJGPP port of iconv: http://ftp.delorie.com/pub/djgpp/current/v2gnu/licv116b.zip The command-line programs are not part of this port and their building is not supported. If you realy want them, go into the 0build directory, delete all files stored there and configure the sources from scratch like this: ..\djgpp\config.bat ./.. apps then build the library and the binaries by runing the Make program. - The reading/writing stream is switched into O_BINARY mode. If the stream is connected to stdin/stdout/TTY, then Ctrl-C and Ctrl-Break are re-enabled so the user can interrupt the program. - Apart from those changes there are no other user visible ones. Only some small changes have been done to get the library configured and compiled. - The testsuite of WavPack requires a working port of pthreads and thus it is not supported. The port can only by tested by using it. - To configure and compile this port at least the following version of Bash and Make are required: http://ftp.delorie.com/pub/djgpp/current/v2gnu/bsh4253b.zip http://ftp.delorie.com/pub/djgpp/current/v2gnu/mak43br2.zip No previous versions will work nor are supported. Any future version should work. - The port has been configured and compiled on WinXP SP3, Win98SE and MSDOS 6.22 with DOSLFN v0.41f. There is no guarantee that this may be possible with any other DOS-like OS. Due to the use of long file names it will not be possible to configure and compile without LFN support. The port has been compiled using gcc346 and bnu2351b. As usual, all djgpp specific files (diffs, README files, etc.) are stored in the "djgpp" directory. The sources have been configured to be build in the "0build" directory. If for some reason it does not work for you, delete its contents and configure from scratch again. Please read the docs to become familiar with this product. Here is an extract of the NEWS file showing the user visible changes from the last port (WavPack 0.0.0) to this one: ------------------------------------------------------------------------------- This is the first port. Read the documentation. ------------------------------------------------------------------------------- The port consists of the usual three packages that have been produced using djdev20X (CVS repository code) and can be downloaded from ftp.delorie.com and mirrors as (time stamp 2022-10-22): WavPack 5.5.0 headers, library and man format documentation: http://ftp.delorie.com/pub/djgpp/current/v2tk/wpk550b.zip WavPack 5.5.0 html and pdf format documentation: http://ftp.delorie.com/pub/djgpp/current/v2tk/wpk550d.zip WavPack 5.5.0 source: http://ftp.delorie.com/pub/djgpp/current/v2tk/wpk550s.zip Send WavPack specific bug reports to <https://sourceforge.net/projects/wavpack/lists/wavpack-devel>. Send suggestions and bug reports concerning the DJGPP port to comp.os.msdos.djgpp or <djgpp AT delorie DOT com>. Enjoy. Guerrero, Juan Manuel <juan DOT guerrero AT gmx DOT de>
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |