Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
cookbook
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
redox-os
cookbook
Commits
34e07e31
Commit
34e07e31
authored
7 months ago
by
Ribbon
Browse files
Options
Downloads
Patches
Plain Diff
Launch ffplay on video and audio MIME types in Orbital programs
parent
18d38bb1
No related branches found
No related tags found
1 merge request
!384
Launch ffplay on video and audio MIME types in Orbital programs
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
recipes/libs/ffmpeg6/manifest
+15
-0
15 additions, 0 deletions
recipes/libs/ffmpeg6/manifest
recipes/libs/ffmpeg6/recipe.toml
+2
-0
2 additions, 0 deletions
recipes/libs/ffmpeg6/recipe.toml
with
17 additions
and
0 deletions
recipes/libs/ffmpeg6/manifest
0 → 100644
+
15
−
0
View file @
34e07e31
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
This diff is collapsed.
Click to expand it.
recipes/libs/ffmpeg6/recipe.toml
+
2
−
0
View file @
34e07e31
...
...
@@ -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"
"""
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment