Changeset ee36175


Ignore:
Timestamp:
Nov 5, 2009, 4:34:30 PM (14 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
Children:
da92730
Parents:
36b5f94
Message:

wscript: update TODO, remove pd stuff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wscript

    r36b5f94 ree36175  
    11#! /usr/bin/python
    22#
    3 # TODO
    4 #  - plugins/puredata: add pd compilation
    5 #  - java: add swig compilation
    6 #  - doc: add docbook2html and doxygen
     3#  - doc: add doxygen
    74#  - tests: move to new unit test system
    85
     
    122119  conf.write_config_header('src/config.h')
    123120
    124   # check for puredata header
    125   conf.check(header_name='m_pd.h')
    126 
    127121  # add some defines used in examples
    128122  conf.define('AUBIO_PREFIX', conf.env['PREFIX'])
     
    164158    bld.install_files('${MANDIR}/man1', bld.path.ant_glob('doc/*.1'))
    165159
    166   if bld.env['HAVE_M_PD_H']:
    167     bld.add_subdirs('plugins/puredata')
    168 
    169160  # install woodblock sound
    170161  bld.install_files('${PREFIX}/share/sounds/aubio/',
Note: See TracChangeset for help on using the changeset viewer.