Skip to content

Commit

Permalink
[mpg123] Upgrade to 1.29.2 (#21565)
Browse files Browse the repository at this point in the history
* [mpg123] Upgrade to 1.29.2

* Upgrade 1.28.0 -> 1.29.2
* Avoid deprecated helper functions
* Remove unused patches

* Convert patch format

* update version

Co-authored-by: Jonliu1993 <[email protected]>
  • Loading branch information
evpobr and JonLiu1993 authored Nov 22, 2021
1 parent 1430369 commit e48805d
Show file tree
Hide file tree
Showing 9 changed files with 26 additions and 378 deletions.
13 changes: 0 additions & 13 deletions ports/mpg123/0001-fix-checkcpuarch-path.patch

This file was deleted.

21 changes: 0 additions & 21 deletions ports/mpg123/0002-fix-libmpg123-uwp-build.patch

This file was deleted.

266 changes: 0 additions & 266 deletions ports/mpg123/0003-fix-libout123-uwp-build.patch

This file was deleted.

52 changes: 0 additions & 52 deletions ports/mpg123/0004-fix-libsyn123-uwp-build.patch

This file was deleted.

8 changes: 4 additions & 4 deletions ports/mpg123/no-executables.patch
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
diff --git a/ports/cmake/src/CMakeLists.txt b/ports/cmake/src/CMakeLists.txt
index b843152..00f8012 100644
index c7ba36f..7147174 100644
--- a/ports/cmake/src/CMakeLists.txt
+++ b/ports/cmake/src/CMakeLists.txt
@@ -365,7 +365,7 @@ add_subdirectory("libmpg123")
add_subdirectory("libout123")
@@ -372,7 +372,7 @@ if(BUILD_LIBOUT123)
endif()
add_subdirectory("libsyn123")

-if(UNIX)
+if(0)
add_subdirectory("tests")

add_executable(${PROJECT_NAME}
if(BUILD_LIBOUT123)
Loading

0 comments on commit e48805d

Please sign in to comment.