Skip to content

Add speexdsp a Mumble dependency, distinct from speex#32723

Open
phreed wants to merge 31 commits intoconda-forge:mainfrom
FreeTAKTeam:speexdsp
Open

Add speexdsp a Mumble dependency, distinct from speex#32723
phreed wants to merge 31 commits intoconda-forge:mainfrom
FreeTAKTeam:speexdsp

Conversation

@phreed
Copy link
Contributor

@phreed phreed commented Mar 24, 2026

This commit introduces individual conda recipes for Mumble's core dependencies:

  • speexdsp: Speex audio codec DSP library

This recipes is to avoid having Mumble vendor this package.

Checklist

  • Title of this PR is meaningful: e.g. "Adding my_nifty_package", not "updated meta.yaml".
  • License file is packaged (see here for an example).
  • Source is from official source.
  • Package does not vendor other packages. (If a package uses the source of another package, they should be separate packages or the licenses of all packages need to be packaged).
  • If static libraries are linked in, the license of the static library is packaged.
  • Package does not ship static libraries. If static libraries are needed, follow CFEP-18.
  • Build number is 0.
  • A tarball (url) rather than a repo (e.g. git_url) is used in your recipe (see here for more details).
  • GitHub users listed in the maintainer section have posted a comment confirming they are willing to be listed there.
  • When in trouble, please check our knowledge base documentation before pinging a team.

phreed and others added 23 commits September 10, 2025 14:51
This commit introduces individual conda recipes for Mumble's core dependencies:

- microsoft-gsl: Microsoft Guidelines Support Library
- minhook: Minimalistic x86/x64 API hooking library
- speexdsp: Speex audio codec DSP library
- spscqueue: Single Producer Single Consumer queue
- tracy-profiler: Real-time, nanosecond resolution frame profiler

Each package includes:
- Complete recipe.yaml with proper dependency specifications
- Cross-platform build scripts (build.nu using Nushell)
- Platform-specific configurations and variants
- Comprehensive documentation and testing

These recipes replace the previous monolithic Mumble build approach
and enable better dependency management and individual package updates.
Built and tested on Linux, Windows, and macOS platforms.
This is what is expected of a conda-forge package.
- Use forward slashes consistently for CMAKE_INSTALL_PREFIX on Windows
- Remove absolute paths for CMAKE_INSTALL_*DIR variables to let CMake handle them relative to prefix
- Convert backslashes to forward slashes in prefix paths to avoid escape sequence issues in cmake_install.cmake
- Affects: microsoft-gsl, speexdsp, minhook, spscqueue, tracy-profiler recipes
@conda-forge-admin
Copy link
Contributor

Hi! This is the friendly automated conda-forge-linting service.

I just wanted to let you know that I linted all conda-recipes in your PR (recipes/speexdsp/recipe.yaml) and found it was in an excellent condition.

@github-actions
Copy link
Contributor

Hi! This is the staged-recipes linter and your PR looks excellent! 🚀

@phreed phreed marked this pull request as ready for review March 25, 2026 20:05
@phreed
Copy link
Contributor Author

phreed commented Mar 25, 2026

There is an outstanding issue and branch which add CMake support.

The src files in this project are copied from that branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants