{"id":27246017,"url":"https://github.com/stargate01/fivemumblepatchset","last_synced_at":"2025-10-11T03:57:13.037Z","repository":{"id":76774330,"uuid":"317684936","full_name":"StarGate01/FiveMumblePatchset","owner":"StarGate01","description":"A set up tools and patches to compile the Mumble-Client component of the FiveM project (https://github.com/citizenfx/fivem) to a standalone Win32 DLL.","archived":false,"fork":false,"pushed_at":"2020-12-10T02:23:21.000Z","size":544,"stargazers_count":0,"open_issues_count":4,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-10T21:38:05.869Z","etag":null,"topics":["fivem","library","mumble","voip"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/StarGate01.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2020-12-01T22:30:58.000Z","updated_at":"2022-06-15T12:02:00.000Z","dependencies_parsed_at":null,"dependency_job_id":"d1a225e0-fcfd-4b11-9b97-208a9fd65317","html_url":"https://github.com/StarGate01/FiveMumblePatchset","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/StarGate01/FiveMumblePatchset","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StarGate01%2FFiveMumblePatchset","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StarGate01%2FFiveMumblePatchset/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StarGate01%2FFiveMumblePatchset/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StarGate01%2FFiveMumblePatchset/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/StarGate01","download_url":"https://codeload.github.com/StarGate01/FiveMumblePatchset/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StarGate01%2FFiveMumblePatchset/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279006109,"owners_count":26084026,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-11T02:00:06.511Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["fivem","library","mumble","voip"],"created_at":"2025-04-10T21:30:42.144Z","updated_at":"2025-10-11T03:57:13.032Z","avatar_url":"https://github.com/StarGate01.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FiveMumblePatchset\r\n\r\nA set up tools and patches to compile the Mumble-Client component of the FiveM project (https://github.com/citizenfx/fivem) to a standalone Win32 DLL.\r\n\r\n## Building\r\n\r\nTested on Windows 10 x64.\r\n\r\nPull this repository using `git clone --recurse-submodules` to download all dependencies (a few GB).\r\n\r\nMake sure your System contains:\r\n - Visual Studio Community 2019\r\n - CMake \u003e= 3.15\r\n - Msys2 (x64)\r\n   - make\r\n   - autoconf\r\n   - diffutils\r\n - Yasm\r\n - Python\r\n - Git\r\n\r\nIf needed, adjust the toolchain paths in `setup.bat` and `ffmpeg/build.sh`.\r\n\r\n**Run `setup.bat`**.  This will apply a few patches to the build toolchains and generate the missing Visual Studio projects by invoking CMake or other build tools. **Then** open the Visual Studio Solution. Compile the `libfivemumble` or `testapp` project.\r\n\r\n## Subprojects, how they are generated and licensing\r\n\r\n- ffmpeg (autotools, requires Msys2) (GPL/LGPL)\r\n- botan (python) (BSD2 Clause)\r\n- enet (VS) (MIT)\r\n- fmt (CMake) (Custom)\r\n- tbb (VS) (Apache2)\r\n- uv (CMake) (Custom)\r\n- webrtc (VS) (BSD3 Clause)\r\n- libprotobuf (CMake) (Custom)\r\n- LabSound (CMake) (BSD2 Clause)\r\n  - libnyquist\r\n  - libopus\r\n  - libwavpack\r\n- fivem (VS) (Custom)\r\n- libfivemumble (VS) (GPLV3)\r\n- testapp (VS) (GPLV3)\r\n\r\n## Static linking\r\n\r\n- ws2_32.lib\r\n- winmm.lib\r\n- libfivemumble.lib\r\n- botan.lib\r\n- enet.lib\r\n- tbb.lib (Requires /SAFESEH:NO)\r\n- uv_a.lib\r\n- libprotobuf.lib\r\n- LabSound.lib\r\n- libnyquist.lib\r\n- libopus.lib\r\n- libwavpack.lib\r\n- fmt.lib\r\n- webrtc.lib\r\n- user32.lib\r\n- avcodec.lib\r\n- avdevice.lib\r\n- avfilter.lib\r\n- avformat.lib\r\n- avutil.lib\r\n- postproc.lib\r\n- swresample.lib\r\n- swscale.lib\r\n- bcrypt.lib\r\n- Iphlpapi.lib\r\n- Advapi32.lib\r\n- Kernel32.lib\r\n- Psapi.lib\r\n- Userenv.lib\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstargate01%2Ffivemumblepatchset","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstargate01%2Ffivemumblepatchset","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstargate01%2Ffivemumblepatchset/lists"}