update mpg123 to 1.29.3

This commit is contained in:
alexey.lysiuk 2022-01-11 11:42:10 +02:00
parent ca6cbb5427
commit c060838b6e
4 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,5 @@
/* /*
libmpg123: MPEG Audio Decoder library (version 1.29.2) libmpg123: MPEG Audio Decoder library (version 1.29.3)
copyright 1995-2015 by the mpg123 project copyright 1995-2015 by the mpg123 project
free software under the terms of the LGPL 2.1 free software under the terms of the LGPL 2.1

View file

@ -7,7 +7,7 @@
# PACKAGE_VERSION_COMPATIBLE if the current version is >= requested version. # PACKAGE_VERSION_COMPATIBLE if the current version is >= requested version.
# The variable CVF_VERSION must be set before calling configure_file(). # The variable CVF_VERSION must be set before calling configure_file().
set(PACKAGE_VERSION "1.29.2") set(PACKAGE_VERSION "1.29.3")
if (PACKAGE_FIND_VERSION_RANGE) if (PACKAGE_FIND_VERSION_RANGE)
# Package version must be in the requested version range # Package version must be in the requested version range

Binary file not shown.

View file

@ -6,7 +6,7 @@ includedir=${prefix}/include
Name: libmpg123 Name: libmpg123
Description: An optimised MPEG Audio decoder Description: An optimised MPEG Audio decoder
Requires: Requires:
Version: 1.29.2 Version: 1.29.3
Libs: -L${libdir} -lmpg123 Libs: -L${libdir} -lmpg123
Libs.private: Libs.private:
Cflags: -I${includedir} Cflags: -I${includedir}