Rebuild with python 3.14

This commit is contained in:
2026-05-06 18:34:22 +03:00
parent 2b5b0dbecc
commit fd08260b28
+3 -3
View File
@@ -1,7 +1,7 @@
name: liblc3 name: liblc3
description: Low Complexity Communication Codec library and tools description: Low Complexity Communication Codec library and tools
version: 1.1.3 version: 1.1.3
revision: 1 revision: 2
url: https://github.com/google/liblc3 url: https://github.com/google/liblc3
license: Apache-2.0 license: Apache-2.0
architecture: any architecture: any
@@ -9,10 +9,10 @@ type: source
depends: depends:
- glibc - glibc
optional_depends: optional_depends:
- python3 - python3=3.14.*:For python bindings
make_depends: make_depends:
- meson - meson
- python3 - python3=3.14.*
downloads: downloads:
- url: https://github.com/google/liblc3/archive/refs/tags/v${BPM_PKG_VERSION}.tar.gz - url: https://github.com/google/liblc3/archive/refs/tags/v${BPM_PKG_VERSION}.tar.gz
extract_to: ${BPM_SOURCE} extract_to: ${BPM_SOURCE}