File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ context :
2+ version : " 0.0.4"
3+ mojo_version : " =0.26.2"
4+
5+ package :
6+ name : " mav"
7+ version : ${{ version }}
8+
9+ source :
10+ - git : https://github.com/josiahls/mav.git
11+ rev : 6d4e4b6a996ed6e6b8226c99ebd02eac40de812a
12+
13+ build :
14+ number : 0
15+ script :
16+ - mojo package mav -o ${{ PREFIX }}/lib/mojo/mav.mojopkg
17+
18+ requirements :
19+ host :
20+ - mojo-compiler ${{ mojo_version }}
21+ - " ffmpeg ==8.0.1 *lgpl*"
22+ build :
23+ - mojo-compiler ${{ mojo_version }}
24+ - " ffmpeg ==8.0.1 *lgpl*"
25+ run :
26+ - mojo-compiler ${{ mojo_version }}
27+ - " ffmpeg ==8.0.1 *lgpl*"
28+
29+ about :
30+ homepage : https://github.com/josiahls/mav
31+ license : Apache-2.0
32+ license_file : LICENSE
33+ summary : MAV (Mojo Audio Video) is a FFmpeg binding library for Mojo.
34+ repository : https://github.com/josiahls/mav
35+
36+ extra :
37+ project_name : mav
38+ maintainers :
39+ - josiahls
You can’t perform that action at this time.
0 commit comments