Обновление README.md, исходников, пакетки
This commit is contained in:
33
assets/var/gnu/gstreamer.md
Normal file
33
assets/var/gnu/gstreamer.md
Normal file
@ -0,0 +1,33 @@
|
||||
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
|
||||
```
|
||||
Reference in New Issue
Block a user