]> SALOME platform Git repositories - tools/sat_salome.git/blob - products/ffmpeg.pyconf
Salome HOME
bos #42837: handle Fedora 32 and 34, embed lapack for these two platforms
[tools/sat_salome.git] / products / ffmpeg.pyconf
1 # Only used as a native product for dedicated opencv compilation
2 default :
3 {
4     name : "ffmpeg"
5     build_source: "script"
6     compil_script :  $name + $VARS.scriptExtension
7     get_source : "archive"
8     depend : []
9     build_depend: []
10     source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name
11     build_dir  : $APPLICATION.workdir + $VARS.sep + 'BUILD'   + $VARS.sep + $name
12     install_dir : 'base'
13     system_info :
14     {
15        rpm : ["ffmpeg"]
16        rpm_dev : ["ffmpeg-devel"]
17        apt : ["ffmpeg"]
18        apt_dev : []
19     }
20     environ :
21     {
22        env_script : $name + ".py"
23     }
24     properties :
25     {
26       incremental : "yes"
27     }
28 }
29
30 version_2_1_3:
31 {
32     compil_script : "ffmpeg-2.1.3.sh"
33 }