~ubuntu-branches/ubuntu/breezy/muse/breezy

« back to all changes in this revision

Viewing changes to synti/stklib/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Kobras
  • Date: 2004-02-07 15:18:22 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040207151822-es27xxkzbcxkebjm
Tags: 0.6.3-1
* New upstream version.
* Added patches:
  + [10_alsa_init_fix] New, from upstream CVS.
    Initialize direction variable when setting Alsa parameters.
  + [10_canvas_translation_fix] New, from upstream CVS.
    Do not translate tooltips twice in canvas popup.
  + [10_checkbox_fix] New, from upstream CVS.
    Use proper set/test methods on metronome checkboxes.
  + [10_html_doc_cleanup] New.
    Fix links and HTML errors in documentation.
  + [20_allow_system_timer] New.
    The new upstream version fails by default if the real-time clock
    could not be accessed (usually the case when not running suid-root).
    This patch reverts the old behaviour of falling back to the more
    inaccurate system timer.
* Updated patches:
  + [11_PIC_fixes_fixup] Rediffed.
* Removed patches:
  + [20_no_atomic_asm] Merged upstream.
* debian/compat: Splice out debhelper compatibility level from rules file.
* debian/control: Build-depend on latest jack release by default.
  Closes: #228788
* debian/control: Bump standards version.
* debian/control: Use auto-generated debconf dependency via misc:Depends.
* debian/control: Minor tweaks to the long description.
* debian/control: Tighten fluidsynth build dependency to sane version.
* debian/muse.doc-base: New. Register HTML documentation with doc-base.
* debian/templates: Tiny rewording, and typo fix.
* debian/templates, debian/po/*: Switch to po-debconf for translations.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
include $(top_srcdir)/common.am
2
 
 
3
 
MOCBASES = 
4
 
 
5
 
UICBASES = 
6
 
 
7
 
AM_CXXFLAGS = -fPIC -O2 -D__OS_Linux_
8
 
 
9
 
noinst_LTLIBRARIES = libstk.la
10
 
 
11
 
libstk_la_SOURCES = \
12
 
        ADSR.cpp ADSR.h \
13
 
        AifWvIn.cpp AifWvIn.h \
14
 
        AifWvOut.cpp AifWvOut.h \
15
 
        BeeThree.cpp BeeThree.h \
16
 
        BiQuad.cpp BiQuad.h \
17
 
        BlowHole.cpp BlowHole.h \
18
 
        BowTabl.cpp BowTabl.h \
19
 
        Bowed.cpp Bowed.h \
20
 
        BowedBar.cpp BowedBar.h \
21
 
        Brass.cpp Brass.h \
22
 
        ByteSwap.cpp ByteSwap.h \
23
 
        Clarinet.cpp Clarinet.h \
24
 
        Controller.cpp Controller.h \
25
 
        DCBlock.cpp DCBlock.h \
26
 
        DLineA.cpp DLineA.h \
27
 
        DLineL.cpp DLineL.h \
28
 
        DLineN.cpp DLineN.h \
29
 
        DrumSynt.cpp DrumSynt.h \
30
 
        Envelope.cpp Envelope.h \
31
 
        FIR.cpp FIR.h \
32
 
        FM4Alg3.cpp FM4Alg3.h \
33
 
        FM4Alg4.cpp FM4Alg4.h \
34
 
        FM4Alg5.cpp FM4Alg5.h \
35
 
        FM4Alg6.cpp FM4Alg6.h \
36
 
        FM4Alg8.cpp FM4Alg8.h \
37
 
        FM4Op.cpp FM4Op.h \
38
 
        FMVoices.cpp FMVoices.h \
39
 
        Filter.cpp Filter.h \
40
 
        Flute.cpp Flute.h \
41
 
        FormSwep.cpp FormSwep.h \
42
 
        HeavyMtl.cpp HeavyMtl.h \
43
 
        Instrmnt.cpp Instrmnt.h \
44
 
        JCRev.cpp JCRev.h \
45
 
        JetTabl.cpp JetTabl.h \
46
 
        LipFilt.cpp LipFilt.h \
47
 
        MD2SKINI.cpp \
48
 
        Mandolin.cpp Mandolin.h \
49
 
        MatWvIn.cpp MatWvIn.h \
50
 
        MatWvOut.h \
51
 
        Modal4.cpp Modal4.h \
52
 
        ModalBar.cpp ModalBar.h \
53
 
        Modulatr.cpp Modulatr.h \
54
 
        Moog1.cpp Moog1.h \
55
 
        NRev.cpp NRev.h \
56
 
        Noise.cpp Noise.h \
57
 
        Object.cpp Object.h \
58
 
        OnePole.cpp OnePole.h \
59
 
        OneZero.cpp OneZero.h \
60
 
        PRCRev.cpp PRCRev.h \
61
 
        PercFlut.cpp PercFlut.h \
62
 
        Plucked.cpp Plucked.h \
63
 
        Plucked2.cpp Plucked2.h \
64
 
        PoleZero.cpp PoleZero.h \
65
 
        RawWvIn.cpp RawWvIn.h \
66
 
        RawWvOut.cpp RawWvOut.h \
67
 
        ReedTabl.cpp ReedTabl.h \
68
 
        Reverb.cpp Reverb.h \
69
 
        Rhodey.cpp Rhodey.h \
70
 
        RtAudio.cpp RtAudio.h \
71
 
        RtDuplex.cpp RtDuplex.h \
72
 
        RtMidi.cpp RtMidi.h \
73
 
        RtWvIn.cpp RtWvIn.h \
74
 
        RtWvOut.cpp RtWvOut.h \
75
 
        SKINI11.cpp SKINI11.h SKINI11.msg SKINI11.tbl \
76
 
        SamplFlt.cpp SamplFlt.h \
77
 
        Sampler.cpp Sampler.h \
78
 
        Shakers.cpp Shakers.h \
79
 
        Simple.cpp Simple.h \
80
 
        SingWave.cpp SingWave.h \
81
 
        SndWvIn.cpp SndWvIn.h \
82
 
        SndWvOut.cpp SndWvOut.h \
83
 
        StkError.cpp StkError.h \
84
 
        StrmWvIn.cpp StrmWvIn.h \
85
 
        StrmWvOut.cpp StrmWvOut.h \
86
 
        SubNoise.cpp SubNoise.h \
87
 
        TablLook.cpp TablLook.h \
88
 
        TubeBell.cpp TubeBell.h \
89
 
        TwoPole.cpp TwoPole.h \
90
 
        TwoZero.cpp TwoZero.h \
91
 
        VoicForm.cpp VoicForm.h \
92
 
        VoicMang.cpp VoicMang.h \
93
 
        WavWvIn.cpp WavWvIn.h \
94
 
        WavWvOut.cpp WavWvOut.h \
95
 
        Wurley.cpp Wurley.h \
96
 
        WvIn.cpp WvIn.h \
97
 
        WvOut.cpp WvOut.h \
98
 
        mandplyr.cpp mandplyr.h \
99
 
        miditabl.h \
100
 
        phontabl.h