mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Add gstreamer plugins good/ugly for better codec support (#31687)
* NixOS: add gst-plugins-{good,ugly} for better codec support * Add gstreamer plugins good/ugly to all other package lists
This commit is contained in:
parent
68b82e6d61
commit
884d024957
3 changed files with 10 additions and 3 deletions
|
@ -187,7 +187,10 @@ Run Servo with the command:
|
|||
#### Linux
|
||||
|
||||
* `GStreamer` >=1.18
|
||||
* `gst-plugins-base` >=1.18
|
||||
* `gst-plugins-good` >=1.18
|
||||
* `gst-plugins-bad` >=1.18
|
||||
* `gst-plugins-ugly` >=1.18
|
||||
* `libXcursor`
|
||||
* `libXrandr`
|
||||
* `libXi`
|
||||
|
|
|
@ -71,7 +71,9 @@ stdenv.mkDerivation (androidEnvironment // rec {
|
|||
|
||||
gst_all_1.gstreamer
|
||||
gst_all_1.gst-plugins-base
|
||||
gst_all_1.gst-plugins-good
|
||||
gst_all_1.gst-plugins-bad
|
||||
gst_all_1.gst-plugins-ugly
|
||||
|
||||
rustup
|
||||
taplo
|
||||
|
|
|
@ -54,7 +54,8 @@ DNF_PKGS = ['libtool', 'gcc-c++', 'libXi-devel', 'freetype-devel',
|
|||
'dbus-devel', 'ncurses-devel', 'harfbuzz-devel', 'ccache',
|
||||
'clang', 'clang-libs', 'llvm', 'python3-devel',
|
||||
'gstreamer1-devel', 'gstreamer1-plugins-base-devel',
|
||||
'gstreamer1-plugins-bad-free-devel', 'libjpeg-turbo-devel',
|
||||
'gstreamer1-plugins-good', 'gstreamer1-plugins-bad-free-devel',
|
||||
'gstreamer1-plugins-ugly-free', 'libjpeg-turbo-devel',
|
||||
'zlib', 'libjpeg', 'vulkan-loader']
|
||||
|
||||
# https://voidlinux.org/packages/
|
||||
|
@ -68,8 +69,9 @@ XBPS_PKGS = ['libtool', 'gcc', 'libXi-devel', 'freetype-devel',
|
|||
'fontconfig-devel', 'cabextract', 'expat-devel', 'cmake',
|
||||
'cmake', 'libXcursor-devel', 'libXmu-devel', 'dbus-devel',
|
||||
'ncurses-devel', 'harfbuzz-devel', 'ccache', 'glu-devel',
|
||||
'clang', 'gstreamer1-devel',
|
||||
'gst-plugins-base1-devel', 'gst-plugins-bad1-devel', 'vulkan-loader']
|
||||
'clang', 'gstreamer1-devel', 'gst-plugins-base1-devel',
|
||||
'gst-plugins-good1', 'gst-plugins-bad1-devel',
|
||||
'gst-plugins-ugly1', 'vulkan-loader']
|
||||
|
||||
GSTREAMER_URL = \
|
||||
"https://github.com/servo/servo-build-deps/releases/download/linux/gstreamer-1.16-x86_64-linux-gnu.20190515.tar.gz"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue