mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2025-02-17 00:51:28 +00:00
aedi: update mpg123 to 1.31.1
This commit is contained in:
parent
44ce167539
commit
e5c5f920d4
3 changed files with 4 additions and 4 deletions
|
@ -383,8 +383,8 @@ class Mpg123Target(CMakeStaticDependencyTarget):
|
||||||
|
|
||||||
def prepare_source(self, state: BuildState):
|
def prepare_source(self, state: BuildState):
|
||||||
state.download_source(
|
state.download_source(
|
||||||
'https://www.mpg123.de/download/mpg123-1.30.1.tar.bz2',
|
'https://www.mpg123.de/download/mpg123-1.31.1.tar.bz2',
|
||||||
'1b20c9c751bea9be556749bd7f97cf580f52ed11f2540756e9af26ae036e4c59',
|
'5dcb0936efd44cb583498b6585845206f002a7b19d5066a2683be361954d955a',
|
||||||
patches=('mpg123-arm64-fpu', 'mpg123-no-syn123'))
|
patches=('mpg123-arm64-fpu', 'mpg123-no-syn123'))
|
||||||
|
|
||||||
def configure(self, state: BuildState):
|
def configure(self, state: BuildState):
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- a/ports/cmake/src/CMakeLists.txt
|
--- a/ports/cmake/src/CMakeLists.txt
|
||||||
+++ b/ports/cmake/src/CMakeLists.txt
|
+++ b/ports/cmake/src/CMakeLists.txt
|
||||||
@@ -179,7 +179,7 @@
|
@@ -190,7 +190,7 @@
|
||||||
set(NO_ERETURN ON)
|
set(NO_ERETURN ON)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- a/ports/cmake/src/CMakeLists.txt
|
--- a/ports/cmake/src/CMakeLists.txt
|
||||||
+++ b/ports/cmake/src/CMakeLists.txt
|
+++ b/ports/cmake/src/CMakeLists.txt
|
||||||
@@ -363,7 +363,6 @@
|
@@ -374,7 +374,6 @@
|
||||||
if(BUILD_LIBOUT123)
|
if(BUILD_LIBOUT123)
|
||||||
add_subdirectory("libout123")
|
add_subdirectory("libout123")
|
||||||
endif()
|
endif()
|
||||||
|
|
Loading…
Reference in a new issue