~ubuntu-branches/ubuntu/natty/ecasound2.2/natty

« back to all changes in this revision

Viewing changes to libecasound/libecasound-config

  • Committer: Bazaar Package Importer
  • Author(s): Junichi Uekawa
  • Date: 2009-05-06 15:18:46 UTC
  • mfrom: (5.1.1 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090506151846-dvp8mirqmxwhve66
Tags: 2.6.0-1
* New upstream release
- 08_fix_header_install: remove
- 07_configure_in_maintainer_mode: update
- do not install manpage copies, and just install symlinks for
  ecatools.1
* Build-Depend on texlive-latex-recommended too for ecrm1000 font.
  (closes: #526535)

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
exec_prefix=${prefix}
21
21
libdir=${exec_prefix}/lib
22
22
includedir=${prefix}/include
23
 
libecasound_version=20
 
23
libecasound_version=21
24
24
libkvutils_version=8
25
25
 
26
26
flags=""
48
48
          flags="$flags -I$includedir/libecasound -I$includedir/kvutils "
49
49
          ;;
50
50
    --version)
51
 
          echo 2.5.2
 
51
          echo 2.6.0
52
52
          ;;
53
53
        *)
54
54
          echo "$0: unknown option $1"