cosmic-player: switch to gstreamer

This commit is contained in:
Jeremy Soller 2024-10-09 10:05:35 -06:00
parent 67a86dcae6
commit 36e51cf70e
No known key found for this signature in database
GPG Key ID: D02FD439211AF56F

View File

@ -4,17 +4,22 @@ branch = "master"
[build]
dependencies = [
"ffmpeg6",
"gettext",
"glib",
"gstreamer",
"gstreamer-plugins-base",
"libffi",
"libiconv",
"liborbital",
"libxkbcommon",
"llvm18",
"mesa",
"sdl2",
"pcre",
"zlib",
]
template = "custom"
script = """
unset CC
cookbook_cargo --no-default-features --features static --verbose
cookbook_carg
mkdir -pv "${COOKBOOK_STAGE}/ui/apps"
cp -v "${COOKBOOK_RECIPE}/manifest" "${COOKBOOK_STAGE}/ui/apps/cosmic-player"
"""