libsoxr: Add cmake 4.x compatibility

Add compatibility with cmake 4.x.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
This commit is contained in:
Hannu Nyman
2025-11-09 08:36:33 +02:00
parent ab8ed3776b
commit 026302c6b2
2 changed files with 12 additions and 1 deletions

View File

@@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=libsoxr PKG_NAME:=libsoxr
PKG_VERSION:=0.1.3 PKG_VERSION:=0.1.3
PKG_RELEASE:=2 PKG_RELEASE:=3
PKG_SOURCE_URL:=@SF/project/soxr/ PKG_SOURCE_URL:=@SF/project/soxr/
PKG_SOURCE:=soxr-$(PKG_VERSION)-Source.tar.xz PKG_SOURCE:=soxr-$(PKG_VERSION)-Source.tar.xz

View File

@@ -0,0 +1,11 @@
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,7 +1,7 @@
# SoX Resampler Library Copyright (c) 2007-18 robs@users.sourceforge.net
# Licence for this file: LGPL v2.1 See LICENCE for details.
-cmake_minimum_required (VERSION 3.1 FATAL_ERROR)
+cmake_minimum_required (VERSION 3.10)
project (soxr C)
set (DESCRIPTION_SUMMARY