Lines 47-53
Link Here
|
47 |
echo "WITH_BF_${UWORD}=0" | tr '[:lower:]' '[:upper:]' \ |
47 |
echo "WITH_BF_${UWORD}=0" | tr '[:lower:]' '[:upper:]' \ |
48 |
>> ${S}/user-config.py |
48 |
>> ${S}/user-config.py |
49 |
fi |
49 |
fi |
50 |
return 0 |
|
|
51 |
} |
50 |
} |
52 |
|
51 |
|
53 |
src_unpack() { |
52 |
src_unpack() { |
Lines 75-87
Link Here
|
75 |
|
74 |
|
76 |
|
75 |
|
77 |
src_compile() { |
76 |
src_compile() { |
78 |
myconf="${myconf} $(blend_with openal)" |
77 |
for arg in 'openal' \ |
79 |
myconf="${myconf} $(blend_with openexr)" |
78 |
'openexr' \ |
80 |
myconf="${myconf} $(blend_with jpeg)" |
79 |
'jpeg' \ |
81 |
myconf="${myconf} $(blend_with ffmpeg)" |
80 |
'ffmpeg' \ |
82 |
myconf="${myconf} $(blend_with png)" |
81 |
'png' \ |
83 |
myconf="${myconf} $(blend_with nls international)" |
82 |
'nls international' \ |
84 |
myconf="${myconf} $(blend_with blender-game gameengine)" |
83 |
'blender-game gameengine'; do |
|
|
84 |
blend_with ${arg} |
85 |
done |
85 |
|
86 |
|
86 |
# scons uses -l differently -> remove it |
87 |
# scons uses -l differently -> remove it |
87 |
scons ${MAKEOPTS/-l[0-9]} -h > scons.config |
88 |
scons ${MAKEOPTS/-l[0-9]} -h > scons.config |