Package Details: codecserver-softmbe-git r6.66397fc-1

Git Clone URL: https://aur.archlinux.org/codecserver-softmbe-git.git (read-only, click to copy)
Package Base: codecserver-softmbe-git
Description: Software MBE decoder for codecserver / digiham / openwebrx
Upstream URL: https://github.com/knatterfunker/codecserver-softmbe
Licenses: GPL3
Conflicts: codecserver-softmbe
Provides: codecserver-softmbe
Submitter: SteamedFish
Maintainer: SteamedFish
Last Packager: SteamedFish
Votes: 0
Popularity: 0.000000
First Submitted: 2023-12-12 20:31 (UTC)
Last Updated: 2024-04-15 05:59 (UTC)

Required by (2)

Sources (2)

Latest Comments

Aaronjamt commented on 2025-04-16 09:01 (UTC)

This commit fixes the Protobuf error: https://github.com/aaronjamt/codecserver-softmbe-git/commit/8ea257f88cb30a0880498eac72d349fadc2ee9b1

das-Iro commented on 2024-07-17 04:52 (UTC)

include(FindProtobuf) causes it to be included twice and failed to compile for me.

-include(FindProtobuf)
+#include(FindProtobuf)

in git/CMakeFile.txt fixed it