X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Message-Id: <202212311954.2BVJsHLR023274@delorie.com> Date: Sat, 31 Dec 2022 18:03:25 +0100 From: "Juan Manuel Guerrero (juan DOT guerrero AT gmx DOT de) [via djgpp-announce AT delorie DOT com]" To: djgpp-announce AT delorie DOT com Subject: ANNOUNCE: DJGPP port of LAME 3.100 uploaded. Content-Type: text/plain; charset=US-ASCII UI-OutboundReport: notjunk:1;M01:P0:tA7qyRgxKo0=;zn/jvWo8GxkUh2PEfKEOMpLMZVK tQpuPjX3wx9paOX4uEpSBY0KZfRGolQ9R9bwGTBQAD1zlwm7DWSSr8nFX4vH+Fg2faqAn+VOr ms86XX1A9jzWKffTugaMcf0DqcLF/VHnhgp6xiC5RmuPCqsZQpMwJO7q7l+xG63jqoje220+i xQhBYcAYnaPYTfvuXOiTbPsRVUifYjne8FwppwiJ9UMOgHTcV9AmCCDLQpXePuc3m4B8rA6wn AsOx+WmCdWBCgqKPN8I6MYMaRvTh780hxTXZ2k4rwXgsGJxXF6/eB9eFoWrcHYnUux2dNP6jd BCfzEev6U5rFhfy1r/xJZF4+w7y/kW6guwwntF/yqojHJ7JpPtRxMGIC4ZmOKBjmrb2DjON+O O/Ym+JjsMpgFHFD7Hr9RNwof3R4JKmtPlxwJB0qi7MX4zvLRPhxXzkl2hIuGzglslKzWwXcaH RxjKG4ltI0uDZN6ts0PmqtJV6l1TRdnrcOcJ/SNcnTjbmbcK1y11xaIbVqfyWwhRwybGSyWEp y8SDwvbwS0o7Cn9HMe/L2sxTCqyazjcZ7KMznkcrljwqNwk2vaPdc2//IKk7DGTHGdAxlcqjB iIzPJpcKT8NLFzFjKadCyK7fwfv2XrTwvqyFcxQwbxCQ5oDAEp1UXPuxScmj4hN7e/4Tw07YC 1PvCASzWCOJtdkpJ0KNNZ1NtNnQsXMy1gL0Jzk2dmcnWLF0m7U/qILIzwGaM58hlKGrW/ZE7b ZY3QDgpmUSzeU+Rt2fqLnfmJ34vSGmhQzd5XEfOJu8Z+vEJMxqeUBP1ypMGzOGpaIjeWoDPZ+ 2efQNE2hZyZZWfk6why6Y+HArnmiIjE1zx4UiAm53v8rAwuYV/T3WChcveZzp2E5366JaIsFg wi09VGtj+5pZHHGsYZ5hFaBZQvAjM1Jhss3JhIUSUORtpuF4s0AvPTnhVQe9XjYr0kdkhnH7E GDgmpg== Reply-To: djgpp AT delorie DOT com This is a port of LAME 3.100 to MSDOS/DJGPP. LAME is a program which can be used to create compressed audio files. (Lame ain't an MP3 encoder). These audio files can be played back by popular MP3 players such as mpg123 or madplay. This code is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE (LGPL, see www.gnu.org), version 2. See the file "LICENSE" for details. DJGPP specific changes. ======================= - The port does not support being compiled with assembler optimized code. - 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. - LAME does not provide any test suit so the port cannot be tested except 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 ChangeLog file showing the user visible changes from the last port (LAME 0.0.0) to this one: ------------------------------------------------------------------------------- This is the first port. Read the documentation. ------------------------------------------------------------------------------- The port consists of the usual two 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-21): LAME 3.100 headers, library and html and man format documentation: http://ftp.delorie.com/pub/djgpp/current/v2tk/lme3100b.zip LAME 3.100 source: http://ftp.delorie.com/pub/djgpp/current/v2tk/lme3100s.zip Send LAME specific bug reports to . Send suggestions and bug reports concerning the DJGPP port to comp.os.msdos.djgpp or . Enjoy. Guerrero, Juan Manuel