summaryrefslogtreecommitdiff
path: root/gstreamer.jhbuildrc
blob: a3bf3dcb7851208ca5c073788c81a11397544471 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#moduleset = 'http://webcvs.freedesktop.org/gstreamer/jhbuild/gstreamer.modules?revision=HEAD'
moduleset = os.path.expanduser('~/gst/jhbuild/gstreamer.modules')
modules = [ 'gst-all' ]
checkoutroot = os.path.expanduser('~/gst/jhbuild/build')
prefix = os.path.expanduser('~/gst/jhbuild/install')

autogenargs = ''
autogenargs = autogenargs + ' --disable-static'
autogenargs = autogenargs + ' --cache-file=' + checkoutroot + '/autoconf-cache'

os.environ['ACLOCAL'] = 'aclocal -I ' + prefix + '/share/aclocal/'
os.environ['INSTALL'] = os.path.expanduser('~/bin/install-check')