summaryrefslogtreecommitdiff
path: root/gstreamer.jhbuildrc
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2007-04-10 20:57:48 +0000
committerDavid Schleef <ds@schleef.org>2007-04-10 20:57:48 +0000
commitd44a75bfc403d473a83560a4ec842cc533a64897 (patch)
treed5d2119c13ece01f2ed7152006ba97b715bdb3e2 /gstreamer.jhbuildrc
jhbuild scripts for gstreamer and friends.
Diffstat (limited to 'gstreamer.jhbuildrc')
-rw-r--r--gstreamer.jhbuildrc13
1 files changed, 13 insertions, 0 deletions
diff --git a/gstreamer.jhbuildrc b/gstreamer.jhbuildrc
new file mode 100644
index 0000000..8ae8326
--- /dev/null
+++ b/gstreamer.jhbuildrc
@@ -0,0 +1,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')
+