www.delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp/2022/12/31/14:59:37

X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f
Message-Id: <202212311952.2BVJqrx3023083@delorie.com>
Date: Sat, 31 Dec 2022 17:47:39 +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 FAAC 1.30 uploaded.
UI-OutboundReport: notjunk:1;M01:P0:q8ZLCzKy58Y=;q5mEgBUmgcYki1UrN28p9u6nI2p
0QE3FrafeSMqMt46sPQG0ROlLGvbLkIUjFtZ90pOsUndTGrSJE/Zg6ALiSPGWiltWBhWpFb1p
H6oDCfbeBKkC24kBp5XvoHYSQpVmbm1zt3PzkSrX6pSt92UWoxssPv6BeGTuMdRj38rXjK5mg
dRIIKRIX1f2IpZTrEthHRXgB9QdhbxgWO9guwllTFtkLP7TE7TdpPrhiIzRN6Z1QYAZmTshTu
AsZrZouEFxKTnYANaXNxF9czd3VCBPr5zZoXkq9pxgoBu5nioBhRhryEkNZxwHWprt45XVdaC
aFNX2KLyhvnpoLtS2+sJP3V29yAxZxhikaIfBHBRhv+tJl2K7xkzmX5HR3NqHbcYw7xXyXe/Z
/xYYumSzysguyzSMukGvFIP6tpXBx9a6VdAjISqwuv0w57s0eDOwu0IrWwaPP9MsptggnFQGn
RRCObJo8YjyKe0xIFf1nuGADDCh0PWiVU1CePKFEikOuTZW9uUTUT9YzYJBKCGlNjI+nc8RZw
McHYuqjRb98G/kGPRVMsPfbQx5YuqspwoUCKAZoNzG158wMRntVJLofCc6NKhgdUbddN/tKl9
zyvHQLcZkafSaUPO2Qcf19+PJM3MY4mQrLs3YzDxjCQW2zu3DG0jsyP4UnQKfONpbgJkt6nSA
jM4pK8iXIQ+QKNURfEoexIoLCzb6VOi0FBE9xHZJt+hY3gf/R7R+pb3gwJtmgKqzhWHfaQtc/
AX1fUC6yy191p5XHo32xv6Z/YH0cEgd0CbN/46fxrlmZ5p24BfUP0JcV8qVmpEq5HEKxCGz9f
cjytlqmAY7/CDKNpoNCTF6ub+kREHcmeUWy6HKgZZ85J+bP0f9z1aC0Wx+Q8P5f32BU78PovL
iOrBvD8a7n7OMu0hFfHcl6B6JtHgxAO2Wj7zo0JgXlv80pfGQzkVforWI5SI/2a7qkWBJdJPa
slKfDQ==
Reply-To: djgpp AT delorie DOT com

This is a port of FAAC 1.30 to MSDOS/DJGPP.


FAAC is an Advanced Audio Coder (MPEG2-AAC, MPEG4-AAC). The goal of FAAC
is to explore the possibilities of AAC and exceed the quality of the
currently best MP3 encoders.
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.
  =======================

  - To create the source archive of this port, the sources have been
    downloaded from:
      https://sourceforge.net/projects/faac/files/latest/download
    and bootstraped on a linux system.

  - 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.

  - FAAC 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, gpp346 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 CHANGES file showing the user visible changes
  from the last port (FAAC 1.29.9.2) 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-18):


    FAAC 1.30 headers, library and html format documentation:
    http://ftp.delorie.com/pub/djgpp/current/v2tk/faac130b.zip

    FAAC 1.30 html and pdf format documentation:
    http://ftp.delorie.com/pub/djgpp/current/v2tk/faac130d.zip

    FAAC 1.30 source:
    http://ftp.delorie.com/pub/djgpp/current/v2tk/faac130s.zip



  Send FAAC specific bug reports to
  <https://sourceforge.net/p/faac/bugs/>.
  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>

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019