mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-03 01:58:41 +08:00
Add WIP cosmic-player
This commit is contained in:
parent
5c3e9faed3
commit
65b9c07c99
10
recipes/wip/tools/cosmic-player/manifest
Normal file
10
recipes/wip/tools/cosmic-player/manifest
Normal file
@ -0,0 +1,10 @@
|
||||
name=COSMIC Media Player
|
||||
binary=/usr/bin/cosmic-player
|
||||
icon=/ui/icons/apps/multimedia-photo-viewer.png
|
||||
author=Jeremy Soller
|
||||
description=COSMIC Media Player
|
||||
accept=*.avi
|
||||
accept=*.mkv
|
||||
accept=*.mov
|
||||
accept=*.mp4
|
||||
accept=*.ogv
|
||||
20
recipes/wip/tools/cosmic-player/recipe.toml
Normal file
20
recipes/wip/tools/cosmic-player/recipe.toml
Normal file
@ -0,0 +1,20 @@
|
||||
[source]
|
||||
git = "https://github.com/pop-os/cosmic-player.git"
|
||||
branch = "master"
|
||||
|
||||
[build]
|
||||
dependencies = [
|
||||
"ffmpeg6",
|
||||
"liborbital",
|
||||
"llvm",
|
||||
"mesa",
|
||||
"sdl2",
|
||||
"zlib",
|
||||
]
|
||||
template = "custom"
|
||||
script = """
|
||||
unset CC
|
||||
cookbook_cargo --no-default-features --features static --verbose
|
||||
mkdir -pv "${COOKBOOK_STAGE}/ui/apps"
|
||||
cp -v "${COOKBOOK_RECIPE}/manifest" "${COOKBOOK_STAGE}/ui/apps/cosmic-player"
|
||||
"""
|
||||
Loading…
Reference in New Issue
Block a user