Opened 8 months ago

Closed 8 months ago

#21702 closed enhancement (fixed)

mpg123-1.33.0

Reported by: Bruce Dubbs Owned by: Bruce Dubbs
Priority: normal Milestone: 12.4
Component: BOOK Version: git
Severity: normal Keywords:
Cc:

Description

New minor version.

Change History (3)

comment:1 by Bruce Dubbs, 8 months ago

Owner: changed from blfs-book to Bruce Dubbs
Status: newassigned

comment:2 by Bruce Dubbs, 8 months ago

1.33.0

mpg123

  • Fix printout of filenames at end (convert/limit text encoding).
  • Treat HTTP header encoding as unknown/ASCII and formally convert to UTF-8.
  • Make --continue mode work with --random.
  • Handle possible failure of wgetmainargs on Windows (bug 375).

mpg123-id3dump: Fix up command line arg handling for Windows.

out123

  • Finally give zero exit code when generating sounds, not indicating spurious failure.

build:

  • Use CCASFLAGS for assembler tests, to enable builds that enable instruction sets that way (bug 377).
  • PIC for compat libs (convenience libs used during build) only if building shared libs (github PR 17 by Wouter Wijsman).

compat:

  • Map strtok use to strtok_r or strtok_s (MS platforms), if possible. users only in control_generic and libout123 so far. Out123 itself uses mytok. Shall fix bug 376 (build with MSVC again).
  • Enable build on PSP by merging in the hotfix of opmitting signal code

libout123

  • modules/win32: Align waveOutGetDevCapsA to WAVEOUTCAPSA, in anticipation of some UNICODE change.

libmpg123

  • API version 49 with added mpg123_open_handle64(), mpg123_open64(), and mpg123_open_fixed64() that are not subject to largefile renaming. This means you can still access internal I/O with MPG123_PORTABLE_API. The code has been there before, anyway.
  • With MPG123_PORTABLE_API, mpg123_open_handle() is hidden now (use mpg123_open_handle64() instead).
  • more silence on errors (sideband limit message)

comment:3 by Bruce Dubbs, 8 months ago

Resolution: fixed
Status: assignedclosed

Fixed at commits

1b2393a36b Update to libass-0.17.4.
345bc53509 Update to mpg123-1.33.0.
Note: See TracTickets for help on using tickets.