./audio/libmodplug, Library for decoding mod-like music formats

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2009Q1, Version: 0.8.7, Package name: libmodplug-0.8.7, Maintainer: pkgsrc-users

Libmodplug is a library for decoding mod-like music formats.
Based on the ModPlug sound engine by Olivier Lapicque <olivierl@jps.net>
Placed in the public domain in October, 2001

Olivier Lapicque, author of Modplug, which is arguably the best quality
MOD-playing software available, has placed his sound rendering code in the
public domain.


Required to build:
[devel/libtool-base]

Master sites: (Expand)

SHA1: 52cb47ef9291b0286430c5de02ef33731d359f2e
RMD160: 095d8cfd67761b0fe0cff772c4abb9b3eaab3648
Filesize: 507.609 KB

Version history: (Expand)


CVS history: (Expand)


   2009-05-05 11:38:32 by Matthias Scheler | Files touched by this commit (2) | Package updated
Log message:
Pullup ticket #2757 - requested by tnn
libmodplug: security update

Revisions pulled up:
- audio/libmodplug/Makefile		1.10
- audio/libmodplug/distinfo		1.4
---
Module Name:	pkgsrc
Committed By:	tnn
Date:		Sat May  2 19:26:58 UTC 2009

Modified Files:
	pkgsrc/audio/libmodplug: Makefile distinfo

Log message:
Update to libmodplug-0.8.7.

27 April 2009: libmodplug 0.8.7
 Fixed a bug in the AMF decoder, patches from several downstream sources
  including: Fix delete method in AMF, MDL (Fixing Novel Bug #443444)
 Fixed instrument name size (possible buffer overflow)
 Fixed 24/32 bit conversion routine (bit shifting bug)
 Use tables.h in mod+s3m, Better MingW32 support.
20 April 2009: libmodplug 0.8.6
 Release to fix integer boundary condition exploit, more clean up of
code 14 April 2009: libmodplug 0.8.5 [ tar.gz ]
 Release to improve cross platform support (Windows, Mac OS X),
 Bugs in ABC detection, small cleanups