deps: Update media crates to enable ogg playback. (#41789)
Pulls in the changes from https://github.com/servo/media/pull/485 to report that OGG sources are playable.
Testing: New passing tests that rely on OGG data.
https://github.com/servo/servo/actions/runs/20840537096
Signed-off-by: Josh Matthews josh@joshmatthews.net
The Servo Parallel Browser Engine Project
Servo is a prototype web browser engine written in the Rust language. It is currently developed on 64-bit macOS, 64-bit Linux, 64-bit Windows, 64-bit OpenHarmony, and Android.
Servo welcomes contribution from everyone. Check out:
Coordination of Servo development happens:
Getting started
For more detailed build instructions, see the Servo Book under Getting the Code and Building Servo.
macOS
brew.uv:curl -LsSf https://astral.sh/uv/install.sh | shrustup:curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | shcargois available./mach bootstrap./mach buildLinux
curl:sudo pacman -S --needed curlsudo apt install curlsudo dnf install curlsudo emerge net-misc/curluv:curl -LsSf https://astral.sh/uv/install.sh | shrustup:curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | shcargois available./mach bootstrap./mach buildWindows
uv,choco, andrustupMicrosoft.VisualStudio.Component.Windows{10, 11}SDK.{>=19041})Microsoft.VisualStudio.Component.VC.Tools.x86.x64)Microsoft.VisualStudio.Component.VC.ATL)cargois available.\mach bootstrap.\mach buildAndroid
ANDROID_SDK_ROOTANDROID_NDK_ROOT:$ANDROID_SDK_ROOT/ndk/28.2.13676358/ANDROID_SDK_ROOTcan be any directory (such as~/android-sdk). All of the Android build dependencies will be installed there.$ANDROID_SDK_ROOT/cmdline-tools/latest.OpenHarmony
HarmonyOS NEXTvs pureOpenHarmony) the build configuration will differ slightly.DEVECO_SDK_HOME(Required when targetingHarmonyOS NEXT)OHOS_BASE_SDK_HOME(Required when targetingOpenHarmony)OHOS_SDK_NATIVE(e.g.${DEVECO_SDK_HOME}/default/openharmony/nativeor${OHOS_BASE_SDK_HOME}/${API_VERSION}/native)SERVO_OHOS_SIGNING_CONFIG: Path to json file containing a valid signing configuration for the demo app.--flavor=<default|harmonyos>tomach <build|package|install>.