[PR #270] [CLOSED] Switch to protobuf-codegen-pure to remove protoc dependency #856

Closed
opened 2026-02-27 20:00:13 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/librespot-org/librespot/pull/270
Author: @ashthespy
Created: 11/27/2018
Status: Closed

Base: masterHead: protobuf


📝 Commits (1)

  • 94f66e8 Switch to protobuf-codegen-pure to remove protoc dependency

📊 Changes

10 files changed (+362 additions, -422 deletions)

View changed files

📝 Cargo.lock (+3 -33)
📝 protocol/Cargo.toml (+1 -1)
📝 protocol/build.rs (+3 -4)
protocol/build.sh (+0 -29)
📝 protocol/src/authentication.rs (+77 -78)
📝 protocol/src/keyexchange.rs (+97 -99)
📝 protocol/src/mercury.rs (+21 -20)
📝 protocol/src/metadata.rs (+86 -85)
📝 protocol/src/pubsub.rs (+4 -3)
📝 protocol/src/spirc.rs (+70 -70)

📄 Description

Follow up from #251
Switching to protobuf-codegen-pure ensures that the librespot can be built purely using the Rust toolchain now.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/librespot-org/librespot/pull/270 **Author:** [@ashthespy](https://github.com/ashthespy) **Created:** 11/27/2018 **Status:** ❌ Closed **Base:** `master` ← **Head:** `protobuf` --- ### 📝 Commits (1) - [`94f66e8`](https://github.com/librespot-org/librespot/commit/94f66e83f639161fa4d09cebd544ef59029ce4ba) Switch to `protobuf-codegen-pure` to remove `protoc` dependency ### 📊 Changes **10 files changed** (+362 additions, -422 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+3 -33) 📝 `protocol/Cargo.toml` (+1 -1) 📝 `protocol/build.rs` (+3 -4) ➖ `protocol/build.sh` (+0 -29) 📝 `protocol/src/authentication.rs` (+77 -78) 📝 `protocol/src/keyexchange.rs` (+97 -99) 📝 `protocol/src/mercury.rs` (+21 -20) 📝 `protocol/src/metadata.rs` (+86 -85) 📝 `protocol/src/pubsub.rs` (+4 -3) 📝 `protocol/src/spirc.rs` (+70 -70) </details> ### 📄 Description Follow up from #251 Switching to `protobuf-codegen-pure` ensures that the `librespot` can be built purely using the Rust toolchain now. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 20:00:13 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/librespot#856
No description provided.