~ubuntu-branches/ubuntu/trusty/blender/trusty-proposed

« back to all changes in this revision

Viewing changes to build_files/buildbot/config/user-config-player-glibc211-x86_64.py

  • Committer: Package Import Robot
  • Author(s): Matteo F. Vescovi
  • Date: 2013-08-14 10:43:49 UTC
  • mfrom: (14.2.19 sid)
  • Revision ID: package-import@ubuntu.com-20130814104349-t1d5mtwkphp12dyj
Tags: 2.68a-3
* Upload to unstable
* debian/: python3.3 Depends simplified
  - debian/control: python3.3 Depends dropped
    for blender-data package
  - 0001-blender_thumbnailer.patch refreshed
* debian/control: libavcodec b-dep versioning dropped

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
BF_PYTHON_VERSION = '3.3'
7
7
BF_PYTHON_ABI_FLAGS = 'm'
8
8
BF_PYTHON = '/opt/lib/python-3.3'
 
9
WITH_BF_PYTHON_INSTALL_NUMPY = True
9
10
 
10
11
WITH_BF_STATICPYTHON = True
11
12
 
39
40
WITH_BF_FREETYPE_STATIC = False
40
41
 
41
42
WITH_BF_OPENEXR = True
 
43
BF_OPENEXR = '/opt/lib/openexr'
 
44
BF_OPENEXR_INC = '${BF_OPENEXR}/include/OpenEXR ${BF_OPENEXR}/include'
42
45
WITH_BF_STATICOPENEXR = True
43
46
 
44
47
WITH_BF_TIFF = True
103
106
BF_BOOST_LIBPATH = '${BF_BOOST}/lib'
104
107
 
105
108
# JACK
106
 
WITH_BF_JACK = False
107
 
WITH_BF_STATICJACK = True
108
 
BF_JACK_LIB_STATIC = '${BF_ZLIB}/lib/libjack.a'
 
109
WITH_BF_JACK = True
 
110
WITH_BF_JACK_DYNLOAD = True
109
111
 
110
112
# Motion Tracking
111
113
WITH_BF_LIBMV = False