34 lines
374 B
Markdown
34 lines
374 B
Markdown
|
|
gstreamer
|
||
|
|
=
|
||
|
|
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
|
||
|
|
|
||
|
|
``` sh *** build ***
|
||
|
|
mkdir -p build
|
||
|
|
cd build
|
||
|
|
meson setup --prefix=/pkg/gnu/gstreamer ..
|
||
|
|
ninja
|
||
|
|
ninja install
|
||
|
|
```
|
||
|
|
|
||
|
|
``` cfg *** build deps ***
|
||
|
|
gst-python
|
||
|
|
orc
|
||
|
|
libnice
|
||
|
|
ogg
|
||
|
|
opus
|
||
|
|
flac
|
||
|
|
lame
|
||
|
|
fdk-aac
|
||
|
|
libsrtp
|
||
|
|
webrtc-audio-processing
|
||
|
|
json-glib
|
||
|
|
pygobject
|
||
|
|
pycairo
|
||
|
|
gobject-introspection
|
||
|
|
|
||
|
|
libvpx
|
||
|
|
openh264
|
||
|
|
vmaf
|
||
|
|
libsoup
|
||
|
|
```
|