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
20 lines
513 B
Makefile
20 lines
513 B
Makefile
# $NetBSD: Makefile,v 1.10 2009/05/02 19:26:58 tnn Exp $
|
|
#
|
|
|
|
DISTNAME= libmodplug-0.8.7
|
|
CATEGORIES= audio
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=modplug-xmms/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://modplug-xmms.sourceforge.net/
|
|
COMMENT= Library for decoding mod-like music formats
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_LANGUAGES= c c++
|
|
|
|
.include "../../mk/oss.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|