-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Upgrading the UWP gstreamer binaries
Josh Matthews edited this page Jun 23, 2020
·
1 revision
- download the appropriate x64/arm64 tarballs (both -devel and not) from https://nirbheek.in/files/binaries/gstreamer/1.17.1/2020-06-18/
- obtain the installed directories (use The Unarchiver on macOS)
- make a new
gstreamer-uwp-[version]
directory, and makex64
andarm64
directories inside it - move the contents of
gstreamer-1.0-uwp-arm64-[version]
intogstreamer-uwp-[version]/arm64
- move the contents of
gstreamer-1.0-uwp-x64-[version]
intogstreamer-uwp-[version]/x64
- move the contents of the subdirectories of
gstreamer-1.0-uwp-arm64-[version]-devel
into the corresponding subdirectories ofgstreamer-uwp-[version]/arm64
- move the contents of the subdirectories of
gstreamer-1.0-uwp-x64-[version]-devel
into the corresponding subdirectories ofgstreamer-uwp-[version]/x64
zip -r gstreamer-uwp-[version].zip gstreamer-uwp-[version]
-
s3put -b servo-deps --prefix $(pwd) --key_prefix msvc-deps/ --grant public-read gstreamer-uwp-[version].zip
(requires theboto
pip package) - update this line to reflect the new version