diff options
Diffstat (limited to 'packaging/rpm')
| -rw-r--r-- | packaging/rpm/meshbay-client.spec | 7 | ||||
| -rw-r--r-- | packaging/rpm/meshbay-node.spec | 6 |
2 files changed, 13 insertions, 0 deletions
diff --git a/packaging/rpm/meshbay-client.spec b/packaging/rpm/meshbay-client.spec index 867205f..0816741 100644 --- a/packaging/rpm/meshbay-client.spec +++ b/packaging/rpm/meshbay-client.spec @@ -17,6 +17,13 @@ Requires: libdrm Requires: mesa-libgbm Requires: alsa-lib Recommends: meshbay-node +# Weak deps: an unresolvable one is skipped, so naming the drivers of both +# families costs nothing and covers Fedora and RHEL alike. See hwaccel.py +# (node) / main.js (client) — neither assumes any of this is installed. +Recommends: libva +Recommends: intel-media-driver +Recommends: mesa-va-drivers +Suggests: libva-utils %description Desktop client for MeshBay. Connects to MeshBay nodes over WebRTC for diff --git a/packaging/rpm/meshbay-node.spec b/packaging/rpm/meshbay-node.spec index 6ac13fb..1ba7f26 100644 --- a/packaging/rpm/meshbay-node.spec +++ b/packaging/rpm/meshbay-node.spec @@ -10,6 +10,12 @@ BuildArch: noarch Requires: meshbay-common = %{version} Recommends: ffmpeg +# Weak deps: an unresolvable one is skipped, so naming the drivers of both +# families costs nothing and covers Fedora and RHEL alike. See hwaccel.py +# (node) / main.js (client) — neither assumes any of this is installed. +Recommends: libva +Recommends: intel-media-driver +Recommends: mesa-va-drivers %description MeshBay Node indexes local directories and serves encrypted files to |