Opened 3 years ago

Closed 3 years ago

Last modified 3 years ago

#15265 closed enhancement (fixed)

mpg123-1.28.1

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

Description

New point version.

Change History (3)

comment:1 by thomas, 3 years ago

Owner: changed from blfs-book to thomas
Status: newassigned

build:

  • Explain --with-default-audio in configure help better.
  • Fix build of arm_fpu (regression of configure reorg).
  • Re-introduce AC_PROG_C_C99 macro for autoconf 2.69, it's only obsolete after that.
  • Un-break CMake build for botched move of CheckCPUArch.c.in (bug 315).
  • Avoid conflict of warning macro with MSVC pragmas in two places. Also fix UWP build with strerror check and move down inclusion of intsym.h (bug 316).
  • Disable libout123 (and mpg123, out123) on UWP with cmake to get at least the decoder lib built (317).
  • Hack around CMake bug(?) with QUERY_HAS_FPU to make ports/cmake also work in MinGW (bug 318).

libmpg123:

  • Make mpg123.h.in usable again with MPG123_NO_CONFIGURE, for external uses (bug 313).
  • Use predefined MPG123_API_VERSION in mpg123.h.in for the same.
  • Better handle the ssize_t situation via typedef mpg123_ssize_t, less likely to be broken in future MSVC versions.
  • Fix an integer constant definition for the most negative 32 bit numnber to avoid justified compiler complaints.

libsyn123:

  • More support for MPG123_NO_CONFIGURE.
  • Optionally use predefined SYN123_API_VERSION in syn123.h.in for the same.
  • Add a cast to silence integer sign warning for offset in muloffdiv64() (bug 317)

libout123:

  • Pulse module advertises wider format support now, not just s16. This makes mpg123 -e s24 work with it, not just out123.
  • Optionally use predefined OUT123_API_VERSION in out123.h.in for non-configure use.
  • Fix sndio output to properly query device format support and get default fomat on FreeBSD (bug 314).

comment:2 by thomas, 3 years ago

Resolution: fixed
Status: assignedclosed

Fixed in [6fc679f9]

comment:3 by Bruce Dubbs, 3 years ago

Milestone: 10.211.0

Milestone renamed

Note: See TracTickets for help on using tickets.