/[svn]/linuxsampler/trunk/linuxsampler.pc.in
ViewVC logotype

Contents of /linuxsampler/trunk/linuxsampler.pc.in

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1212 - (show annotations) (download)
Tue May 29 23:59:36 2007 UTC (16 years, 10 months ago) by schoenebeck
File size: 269 byte(s)
* added highly experimental support for on-the-fly instrument editing
  within the sampler's process (by using instrument editor plugins),
  you'll notice the new "Registered instrument editors:" message on
  startup, the plugin path can be overridden at compile time with
  ./configure --enable-plugin-dir=/some/dir
* added a new LSCP command "EDIT INSTRUMENT <sampler-channel>" to spawn
  a matching instrument editor for the instrument on the given sampler
  channel (LSCP command syntax might be subject to change soon)
* config.h is not going to be installed along with liblinuxsampler's
  API header files anymore (not necessary anymore)
* take care of $(DESTDIR) when creating the instruments DB on 'make
  install' rule (needed for packaging and cross compilation)
* bumped version to 0.4.0.5cvs

1 prefix=@prefix@
2 exec_prefix=@exec_prefix@
3 libdir=@libdir@/linuxsampler
4 includedir=@includedir@
5 plugindir=@libdir@/linuxsampler/plugins
6
7 Name: linuxsampler
8 Description: LinuxSampler C++ library
9 Version: @VERSION@
10 Libs: -L${libdir} -llinuxsampler
11 Cflags: -I${includedir}

  ViewVC Help
Powered by ViewVC