File: disable-sound.patch

package info (click to toggle)
rust-bacon 3.12.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 980 kB
  • sloc: makefile: 4
file content (16 lines) | stat: -rw-r--r-- 512 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: Disable sound feature
 because resources have too many copyright holders thus excluded, see
 debcargo.toml.
 Then they are currently baked into bacon, i.e. customized sounds are not
 possible yet, so there's no use leaving it there.
Bug: https://github.com/Canop/bacon/issues/337
Author: Blair Noctis <ncts@debian.org>
Last-Update: 2025-03-06
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -43 +43 @@
-sound = ["rodio"]
+#sound = ["rodio"]
@@ -112 +112 @@
-[dependencies.rodio]
+[disabled.dependencies.rodio]