delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp/2022/12/31/15:02:59

X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f
Message-Id: <202212311956.2BVJuGld023523@delorie.com>
Date: Sat, 31 Dec 2022 18:40:20 +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 Ogg Vorbis Library 1.3.7 uploaded.
UI-OutboundReport: notjunk:1;M01:P0:3DbIS7bnGjw=;NAPHXX3YGyA62btXs1lAFMCNSK/
NpA8lnLlJclI/OSa1c+XzT1H2DFq+9mfiaxIbAaEM8EWz9PS1N64CCUo/UB7DYtBZQTbmuTeo
AOtlk+Mj7UpMmOXqiEkqBwSCNAgSf18t5hznP3v8yzPrdVUwUlBpRNtJse/FFQJeopTg+7Qgc
EXd6H7T/eZJT+MR0zFJ74TiIaN4FOhqv4a6JQjZGjN6O25m0ClIcDd1dWtMw6vP7u6xF4p6Bd
GcWPzWBXwwvjijGfecVGZqPbDCIFxuwxti4kmdMQaNtVgJ21ao6BOQvkd5d3OtSoZjvOcb+Cr
JOzMURJj4ecnIxKRUdZJ5eCWSo7AXeKP/msLVyLEjzzURuA50q4xYsp8SWAPmpVOXRWUabN9i
5X4JeqkvqcQX4ziszNO8KuWYWxpA7A5vyqyxhqEe1yye39mZxDLTGh0/1Z5u4Z6d6juhZifgW
2dQuUJyqYpqOS8m52T5BjDx+CNSqiGTB4wuTOP0gCUaEXoNWKpRDsdVITyfMuZg1p6v3tKMst
gP0ZVIVkjH6JYqvG/Ci35Id3b7YwxOXI6D7dUJvUa9wB1RSIUbA0F7MISl0QTsY31UcWHUL7D
ozCw9W0qD62VaBpE70dagNDn/idNWyvfb6+GFEcKnoJ+PieDAC7iR9/xvgblNqwetqTj8JxmA
1PvTrNQNvf1A8CTLPanBLHlIBGAHA/EZEZsAHfz/1cmRCy9560hQtYYB9GK1riOkYgYl8saz6
wM+Z4l/Zju6w75s4wJwzRZJKjGowCXW2V6+7fs2WMB0hS4r3iFqJ4lqcZxMXlL0tExsLNjdwa
QkZT6V7da+3KFBSfLisH3/8NVDZqNIBkHfHju8WCewRu/2w/SZBOPRJ6PB/hQh5qDTeeF6qKP
Aj8c4+U1UH3l9Solx1gnjt3b3butlwr/mg2ZUshaD73K5U7LeuGztlYJe9UJEX9pSwW1bTyR4
230ZWtEYlECCQ/jVeRFKGUM0bII=
Reply-To: djgpp AT delorie DOT com

This is a port of Ogg Vorbis Library 1.3.7 to MSDOS/DJGPP.


Ogg Vorbis is a fully open, non-proprietary, patent-and-royalty-free,
general-purpose compressed audio format for mid to high quality (8kHz-48.0kHz,
16+ bit, polyphonic) audio and music at fixed and variable bitrates from 16 to
128 kbps/channel. This places Vorbis in the same competitive class as audio
representations such as MPEG-4 (AAC), and similar to, but higher performance
than MPEG-1/2 audio layer 3, MPEG-4 audio (TwinVQ), WMA and PAC.
The code is publish under a BSD-style license.



  DJGPP specific changes.
  =======================

  - To build and use this port the latest DJGPP port of libogg:
      http://ftp.delorie.com/pub/djgpp/current/v2tk/logg135b.zip
    must be installed.

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

  - No one of the tests from the test suite shall fail.

  - Because the name of the three libraries: libvorbisfile, libvorbisenc
    and libvorbis map all to the same SFN, the original LFNs have been
    renamed to SFNs like this:
      libvorbis     -> libvorbis
      libvorbisenc  -> libvbsenc
      libvorbisfile -> libvbsfile
    To avoid any inconveniences, a new version of libnames.tab with that
    mapping has been included in this port.  It is stored in the "djgpp"
    directory and needs to be moved into the "lib" directory of the DJGPP
    installation.  With this new version of libnames.tab the linker will
    know how to map the expected LFN to the corresponding SFN.

  - To configure and compile this port at least the following version of
    Bash, Make and pkg-config are required:
      http://ftp.delorie.com/pub/djgpp/current/v2gnu/bsh4253b.zip
      http://ftp.delorie.com/pub/djgpp/current/v2gnu/mak43br2.zip
      http://ftp.delorie.com/pub/djgpp/current/v2tk/pkc023b.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 CHANGES file showing the user visible changes
  from the last port (Ogg Vorbis Library 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-23):


    Ogg Vorbis Library 1.3.7 headers, library and html format documentation:
    http://ftp.delorie.com/pub/djgpp/current/v2tk/lvbs137b.zip

    Ogg Vorbis Library 1.3.7 source:
    http://ftp.delorie.com/pub/djgpp/current/v2tk/lvbs137s.zip



  Send Ogg Vorbis Library specific bug reports to
  <https://lists.xiph.org/mailman/listinfo/vorbis-dev/>.
  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