~ubuntu-branches/ubuntu/maverick/xmp/maverick

« back to all changes in this revision

Viewing changes to etc/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Moog
  • Date: 2009-07-13 17:16:13 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20090713171613-0ppo7flos91me98a
Tags: 2.7.0-0ubuntu1
* New upstream release:
  - add StarTrekker packer loader (untested, need samples)
  - extended key range to IT octave 9 (fixes beek-my_eleventh_year.it,
    reported by Mirko Buffoni)
  - ignore tempo/bpm settings to 0 in module scan (fixes albacore.it,
    reported by Storlek)
  - implement IT T0x and T1x tempo slides
  - process effects in IT muted channels (Storlek test #10)
  - generalized delayed event support (Storlek test #8)
  - emulate "always store instrument" IT bug (Storlek test #8)
  - add extra click removal step in mixer routines
  - fix loop size in GMC loader (reported by Mirko Buffoni)
  - GMC loader code cleanup
  - store in-file comments
  - apply amplification in the final downmix
  - set sample format to unsigned on 8-bit wav file output
  - attempt to handle BPM-based MED tempos a bit better
  - add option to use the IT LPF as a click/noise filter
  - deprecate $HOME/.xmprc, use $HOME/.xmp/xmp.conf instead
  - reintroduce modules.conf, move SYSCONFDIR back to /etc/xmp
  - display checksum for platforms where cksum(1) not readily available
  - add filter quirk for rn-alone.it
  - reintroduce manual setting for vblank timing in Amiga modules
  - add vblank quirk for mod.siedler ii (by Daniel Åkerud)
  - don't crash if SoundSmith instruments not found

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Extended Module Player etc/Makefile
2
1
 
3
2
TOPDIR  = ..
4
 
DFILES  = Makefile xmp.conf xmp.spec
 
3
DFILES  = Makefile xmp.conf modules.conf xmp.spec
5
4
DDIRS   =
6
5
CFILES  =
7
6
DCFILES =
16
15
        @echo Installing xmp.conf in $(SYSCONFDIR)...
17
16
        @[ -d $(DESTDIR)$(SYSCONFDIR) ] || mkdir -p $(DESTDIR)$(SYSCONFDIR)
18
17
        $(INSTALL) -m644 xmp.conf $(DESTDIR)$(SYSCONFDIR)/
 
18
        $(INSTALL) -m644 modules.conf $(DESTDIR)$(SYSCONFDIR)/
19
19