mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-21 04:14:17 +08:00
Launch ffplay on video and audio MIME types in Orbital programs
This commit is contained in:
parent
18d38bb15a
commit
34e07e31c7
15
recipes/libs/ffmpeg6/manifest
Normal file
15
recipes/libs/ffmpeg6/manifest
Normal file
@ -0,0 +1,15 @@
|
||||
name=ffplay
|
||||
binary=/usr/bin/ffplay
|
||||
accept=*.mp3
|
||||
accept=*.ogg
|
||||
accept=*.opus
|
||||
accept=*.m4a
|
||||
accept=*.flac
|
||||
accept=*.wav
|
||||
accept=*.mp4
|
||||
accept=*.mkv
|
||||
accept=*.webm
|
||||
accept=*.3gp
|
||||
accept=*.mov
|
||||
author=FFMPEG Developers
|
||||
description=FFMPEG Media Player
|
||||
@ -30,4 +30,6 @@ COOKBOOK_CONFIGURE_FLAGS=(
|
||||
--enable-decoder=png
|
||||
)
|
||||
cookbook_configure
|
||||
mkdir -pv "${COOKBOOK_STAGE}/ui/apps"
|
||||
cp -v "${COOKBOOK_RECIPE}/manifest" "${COOKBOOK_STAGE}/ui/apps/ffplay"
|
||||
"""
|
||||
|
||||
Loading…
Reference in New Issue
Block a user