Path to this page:
./
audio/mikmod,
MOD player for UNI IT XM S3M MOD MTM STM DSM MED FAR ULT 669 files
Branch: CURRENT,
Version: 3.2.9,
Package name: mikmod-3.2.9,
Maintainer: pkgsrc-usersMikmod is a MOD player.
It understands UNI, IT, XM, S3M, MOD, MTM, STM, DSM, MED, FAR, ULT, and
669 module formats.
It has features like sample interpolation, random playing, and automatic
decompression of modules.
Required to run:[
audio/libmikmod]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 270.539 KB
Version history: (Expand)
- (2025-01-20) Updated to version: mikmod-3.2.9
- (2017-11-23) Package has been reborn
- (2017-06-20) Updated to version: mikmod-3.2.8
- (2016-11-13) Updated to version: mikmod-3.2.7
- (2015-08-18) Updated to version: mikmod-3.2.6nb2
- (2015-08-18) Updated to version: mikmod-3.2.6nb1
CVS history: (Expand)
2025-01-20 11:24:10 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
mikmod: updated to 3.2.9
MikMod 3.2.9 was released on Dec. 31, 2024.
- Avoid possible undefined behavior in display code if the songname
is NULL
- Fixed a startup crash with _FORTIFY_SOURCE=3 on some systems.
- Fixed warnings from new gcc versions.
- Fixed a stack size issue in os2 builds.
- Multiple other cleanups throughout the code.
- Several build and portability fixes/updates.
- Removed support for lcc-win32 compiler.
|
2021-10-26 11:59:39 by Nia Alarie | Files touched by this commit (455) |
Log message:
audio: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes.
The following distfiles couldn't be fetched (possibly they are fetched
conditionally):
./audio/freeswitch-sounds-ru/distinfo \
freeswitch/freeswitch-sounds-ru-RU-elena-32000-1.0.13.tar.gz
./audio/freeswitch-sounds-ru/distinfo \
freeswitch/freeswitch-sounds-ru-RU-elena-48000-1.0.13.tar.gz
./audio/freeswitch-music/distinfo \
freeswitch/freeswitch-sounds-music-32000-1.0.8.tar.gz
./audio/freeswitch-music/distinfo \
freeswitch/freeswitch-sounds-music-48000-1.0.8.tar.gz
./audio/freeswitch-sounds-fr/distinfo \
freeswitch/freeswitch-sounds-fr-ca-june-32000-1.0.18.tar.gz
./audio/freeswitch-sounds-fr/distinfo \
freeswitch/freeswitch-sounds-fr-ca-june-48000-1.0.18.tar.gz
./audio/freeswitch-sounds-en/distinfo \
freeswitch/freeswitch-sounds-en-us-callie-32000-1.0.22.tar.gz
./audio/freeswitch-sounds-en/distinfo \
freeswitch/freeswitch-sounds-en-us-callie-48000-1.0.22.tar.gz
|
2021-10-07 15:10:03 by Nia Alarie | Files touched by this commit (459) |
Log message:
audio: Remove SHA1 hashes for distfiles
|
2020-01-26 06:26:29 by Roland Illig | Files touched by this commit (189) |
Log message:
all: migrate some SourceForge homepage URLs back from https to http
https://mail-index.netbsd.org/pkgsrc-changes/2020/01/18/msg205146.html
In the above commit, the homepage URLs were migrated from http to https,
assuming that SourceForge would use the same host names for both http and
https connections. This assumption was wrong. Their documentation at
https://sourceforge.net/p/forge/documentation/Custom%20VHOSTs/ states
that the https URLs use the domain sourceforge.io instead.
To make the homepages from the above commit reachable again, pkglint has
been extended to check for reachable homepages. This check is only
enabled when the --network command line option is given.
Each of the homepages that referred to https://$project.sourceforge.net
before was migrated to https://$project.sourceforge.io (27), and if that
was not reachable, to the fallback URL http://$project.sourceforge.net
(163).
|
2020-01-19 00:36:14 by Roland Illig | Files touched by this commit (3046) |
Log message:
all: migrate several HOMEPAGEs to https
pkglint --only "https instead of http" -r -F
With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.
This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.
|
2017-06-20 17:44:23 by Adam Ciarcinski | Files touched by this commit (2) |
Log message:
Changes 3.2.8:
- Fixed several warnings from clang static analyzer.
- Fixed a misleading indentation warning from gcc6.
- A few minor OS/2 fixes.
- Support for building the Windows version using Open Watcom compiler.
- Other minor fix/tidy-ups.
|
2017-01-04 17:19:33 by Roy Marples | Files touched by this commit (1) |
Log message:
Use the curses framework.
|
2016-11-12 08:34:34 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
MikMod 3.2.7:
- Documentation update.
- Update DOS build for the new djgpp-2.05 release.
|