update to v1.2.1 (#25722)

This commit is contained in:
Mengna Li 2022-07-13 01:50:03 +08:00 committed by GitHub
parent 81b10ef999
commit d303fe640b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 12 additions and 9 deletions

View File

@ -34,7 +34,6 @@ set(LIBSPEEXDSP_HEADERS
"${CMAKE_CURRENT_LIST_DIR}/libspeexdsp/resample_neon.h"
"${CMAKE_CURRENT_LIST_DIR}/libspeexdsp/resample_sse.h"
"${CMAKE_CURRENT_LIST_DIR}/libspeexdsp/smallft.h"
"${CMAKE_CURRENT_LIST_DIR}/libspeexdsp/stack_alloc.h"
"${CMAKE_CURRENT_LIST_DIR}/libspeexdsp/vorbis_psy.h"
"${CMAKE_CURRENT_LIST_DIR}/include/speex/speex_buffer.h"
)

View File

@ -8,14 +8,14 @@ if(VCPKG_USE_HEAD_VERSION)
else()
# Since the github repo is out-dated, use official download URL for release builds to reduce traffic to the Gitlab host
vcpkg_download_distfile(ARCHIVE
URLS "http://downloads.xiph.org/releases/speex/speexdsp-1.2.0.tar.gz"
FILENAME "speexdsp-1.2.0.tar.gz"
SHA512 e357cd5377415ea66c862302c7cf8bf6a10063cacd903f0846478975b87974cf5bdf00e2c6759d8f4f453c4c869cf284e9dc948a84a83d7b2ab96bd5405c05ec
URLS "http://downloads.xiph.org/releases/speex/speexdsp-1.2.1.tar.gz"
FILENAME "speexdsp-1.2.1.tar.gz"
SHA512 41b5f37b48db5cb8c5a0f6437a4a8266d2627a5b7c1088de8549fe0bf0bb3105b7df8024fe207eef194096e0726ea73e2b53e0a4293d8db8e133baa0f8a3bad3
)
vcpkg_extract_source_archive_ex(
OUT_SOURCE_PATH SOURCE_PATH
ARCHIVE "${ARCHIVE}"
REF "1.2.0"
REF "1.2.1"
PATCHES
jitter_ctl.patch
)

View File

@ -1,7 +1,6 @@
{
"name": "speexdsp",
"version": "1.2.0",
"port-version": 8,
"version": "1.2.1",
"description": "A patent-free, Open Source/Free Software DSP library.",
"homepage": "https://speex.org/",
"license": "BSD-3-Clause",

View File

@ -6765,8 +6765,8 @@
"port-version": 0
},
"speexdsp": {
"baseline": "1.2.0",
"port-version": 8
"baseline": "1.2.1",
"port-version": 0
},
"spirit-po": {
"baseline": "1.1.2",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "9d3a05d75970beec385a36ceb592f9f9e928d62f",
"version": "1.2.1",
"port-version": 0
},
{
"git-tree": "602238d14eef169fff22244c05d364c55177bdbc",
"version": "1.2.0",