platypush/platypush/plugins/media/gstreamer/manifest.yaml

21 lines
332 B
YAML
Raw Normal View History

manifest:
events: {}
install:
apk:
- py3-gobject3
- py3-gst
apt:
- python3-gi
- python3-gst-1.0
2023-09-21 23:20:06 +02:00
dnf:
- python-gstreamer1
- python-gobject
pacman:
- gst-python
- python-gobject
pip:
- pygobject
package: platypush.plugins.media.gstreamer
type: plugin