aedi: update mpg123 to 1.31.1

This commit is contained in:
alexey.lysiuk 2022-11-02 15:27:31 +02:00
parent 44ce167539
commit e5c5f920d4
3 changed files with 4 additions and 4 deletions

View file

@ -383,8 +383,8 @@ class Mpg123Target(CMakeStaticDependencyTarget):
def prepare_source(self, state: BuildState):
state.download_source(
'https://www.mpg123.de/download/mpg123-1.30.1.tar.bz2',
'1b20c9c751bea9be556749bd7f97cf580f52ed11f2540756e9af26ae036e4c59',
'https://www.mpg123.de/download/mpg123-1.31.1.tar.bz2',
'5dcb0936efd44cb583498b6585845206f002a7b19d5066a2683be361954d955a',
patches=('mpg123-arm64-fpu', 'mpg123-no-syn123'))
def configure(self, state: BuildState):

View file

@ -1,6 +1,6 @@
--- a/ports/cmake/src/CMakeLists.txt
+++ b/ports/cmake/src/CMakeLists.txt
@@ -179,7 +179,7 @@
@@ -190,7 +190,7 @@
set(NO_ERETURN ON)
endif()

View file

@ -1,6 +1,6 @@
--- a/ports/cmake/src/CMakeLists.txt
+++ b/ports/cmake/src/CMakeLists.txt
@@ -363,7 +363,6 @@
@@ -374,7 +374,6 @@
if(BUILD_LIBOUT123)
add_subdirectory("libout123")
endif()