Skip to content

Commit

Permalink
aedi: update mpg123 to 1.32.7
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-lysiuk committed Aug 9, 2024
1 parent 30148ac commit f2d038c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions aedi/target/library_tier1.py
Original file line number Diff line number Diff line change
Expand Up @@ -306,9 +306,9 @@ def __init__(self, name='mpg123'):

def prepare_source(self, state: BuildState):
state.download_source(
'https://www.mpg123.de/download/mpg123-1.32.6.tar.bz2',
'ccdd1d0abc31d73d8b435fc658c79049d0a905b30669b6a42a03ad169dc609e6',
patches=('mpg123-arm64-fpu', 'mpg123-no-syn123'))
'https://www.mpg123.de/download/mpg123-1.32.7.tar.bz2',
'3c8919243707951cac0e3c39bbf28653bcaffc43c98ff16801a27350db8f0f21',
patches=('mpg123-have-fpu', 'mpg123-no-syn123'))

def configure(self, state: BuildState):
opts = state.options
Expand Down
10 changes: 5 additions & 5 deletions patch/mpg123-arm64-fpu.diff → patch/mpg123-have-fpu.diff
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
--- a/ports/cmake/src/CMakeLists.txt
+++ b/ports/cmake/src/CMakeLists.txt
@@ -190,7 +190,7 @@
set(NO_ERETURN ON)
endif()
-if(WIN32)
@@ -186,7 +186,7 @@
check_cpu_arch_arm32(ARCH_IS_ARM32)
check_cpu_arch_arm64(ARCH_IS_ARM64)

-if(WIN32 OR (ARCH_IS_ARM64 AND APPLE))
+if(WIN32 OR APPLE)
set(HAVE_FPU 1)
else()
Expand Down

0 comments on commit f2d038c

Please sign in to comment.