Skip to content

Commit

Permalink
[mpg123] Upgrade to 1.29.2
Browse files Browse the repository at this point in the history
* Upgrade 1.28.0 -> 1.29.2
* Avoid deprecated helper functions
* Remove unused patches
  • Loading branch information
evpobr committed Nov 21, 2021
1 parent 709e9ec commit 601f1f9
Show file tree
Hide file tree
Showing 9 changed files with 35 additions and 387 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.

26 changes: 13 additions & 13 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
--- a/ports/cmake/src/CMakeLists.txt
+++ b/ports/cmake/src/CMakeLists.txt
@@ -365,7 +365,7 @@ add_subdirectory("libmpg123")
add_subdirectory("libout123")
add_subdirectory("libsyn123")

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

add_executable(${PROJECT_NAME}
diff --git a/ports/cmake/src/CMakeLists.txt b/ports/cmake/src/CMakeLists.txt
index c7ba36f..7147174 100644
--- a/ports/cmake/src/CMakeLists.txt
+++ b/ports/cmake/src/CMakeLists.txt
@@ -372,7 +372,7 @@ if(BUILD_LIBOUT123)
endif()
add_subdirectory("libsyn123")

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

if(BUILD_LIBOUT123)
Loading

0 comments on commit 601f1f9

Please sign in to comment.