buildout.cfg 504 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
[buildout]
parts =
  speex
extends =
  ../pkgconfig/buildout.cfg
  ../ffmpeg/buildout.cfg

[speex]
recipe = slapos.recipe.cmmi
url = http://downloads.xiph.org/releases/speex/speex-1.2rc1.tar.gz
md5sum = c4438b22c08e5811ff10e2b06ee9b9ae
environment =
  PATH=${pkgconfig:location}/bin:%(PATH)s
  PKG_CONFIG_PATH=${libogg:location}/lib/pkgconfig
  CPPFLAGS=-I${libogg:location}/include
  LDFLAGS=-L${libogg:location}/lib -Wl,-rpath=${libogg:location}/lib
configure-options =
  --with-ogg=${libogg:location}