Codebase list libmikmod / 8cdcf2a
Drop EsounD support. Stephen Kitt 9 years ago
3 changed file(s) with 9 addition(s) and 8 deletion(s). Raw diff Collapse all Expand all
11
22 * Use CMake correctly to install everything in the right place; thanks
33 to Gert Wollny and Daniel Lintott for the instructions!
4 * Drop EsounD support since it is now obsolete in Debian (closes:
5 #753123). Thanks to Adrian Bunk for the prodding!
46
57 -- Stephen Kitt <skitt@debian.org> Wed, 21 May 2014 07:36:23 +0200
68
44 Build-Depends: cmake,
55 debhelper (>= 9~),
66 libasound2-dev [linux-any],
7 libesd0-dev,
87 libopenal-dev,
98 libpulse-dev,
109 libsdl1.2-dev,
3029 has subsequently been hacked by many hands and now runs on many Unix
3130 flavours.
3231 .
33 It supports EsounD, OSS, ALSA, SDL and PulseAudio outputs, and can
34 also write to disk in raw, WAV and AIFF formats.
32 It supports OSS, ALSA, SDL and PulseAudio outputs, and can also write
33 to disk in raw, WAV and AIFF formats.
3534 .
3635 Supported file formats include mod, stm, s3m, mtm, xm, and it.
3736 .
5150 has subsequently been hacked by many hands and now runs on many Unix
5251 flavours.
5352 .
54 It supports EsounD, OSS, ALSA, SDL and PulseAudio outputs, and can
55 also write to disk in raw, WAV and AIFF formats.
53 It supports OSS, ALSA, SDL and PulseAudio outputs, and can also write
54 to disk in raw, WAV and AIFF formats.
5655 .
5756 Supported file formats include mod, stm, s3m, mtm, xm, and it.
5857 .
7069 has subsequently been hacked by many hands and now runs on many Unix
7170 flavours.
7271 .
73 It supports EsounD, OSS, ALSA, SDL and PulseAudio outputs, and can
74 also write to disk in raw, WAV and AIFF formats.
72 It supports OSS, ALSA, SDL and PulseAudio outputs, and can also write
73 to disk in raw, WAV and AIFF formats.
7574 .
7675 Supported file formats include mod, stm, s3m, mtm, xm, and it.
22 export DH_OPTIONS += -O-Bbuild
33 export DEB_BUILD_MAINT_OPTIONS = hardening=-fortify
44
5 ENABLED = -DENABLE_ESD=1
5 ENABLED = -DENABLE_ESD=0
66 ENABLED += -DENABLE_OPENAL=1
77 ENABLED += -DENABLE_SDL=1
88 ENABLED += -DENABLE_RPATH=0