e251403c5e
* [Change] The Autotools build system does strict checking of all dependencies now. Instead of best effort auto-magic detection of all potentially optional dependencies, the default set of dependencies is now enforced unless each individual dependency gets explicitely disabled via --without-foo or --disable-foo ./configure switches. Run ./configure --help for the full list of options. * [Bug] Some MOD files were erroneously detected as 669 files. * [Bug] Some malformed AMF files could result in very long loading times. * [Bug] Fixed crashes in IMF and MT2 loaders. * [Bug] MTM files generated by UNMO3 were not loaded properly. * Improved MTM playback. * make CONFIG=haiku for Haiku has been added. * Language bindings for FreeBASIC have been added (see libopenmpt/bindings/).
29 lines
877 B
Makefile
29 lines
877 B
Makefile
# $NetBSD: Makefile,v 1.10 2015/12/06 11:11:28 wiz Exp $
|
|
|
|
DISTNAME= libopenmpt-0.2.5787-beta16-autotools
|
|
PKGNAME= ${DISTNAME:C/-beta.*//}
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://lib.openmpt.org/files/libopenmpt/src/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://lib.openmpt.org/libopenmpt/
|
|
COMMENT= Library to decode tracked music files into a raw PCM audio stream
|
|
LICENSE= modified-bsd
|
|
|
|
BUILD_DEPENDS+= help2man-[0-9]*:../../converters/help2man
|
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME:C/-beta.*-/-/}
|
|
USE_LANGUAGES= c c++
|
|
USE_TOOLS= gmake pkg-config
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
PKGCONFIG_OVERRIDE= libmodplug/libmodplug.pc.in libopenmpt/libopenmpt.pc.in
|
|
CONFIGURE_ARGS+= --without-portaudio
|
|
CONFIGURE_ARGS+= --without-portaudiocpp
|
|
|
|
.include "options.mk"
|
|
|
|
.include "../../devel/SDL2/buildlink3.mk"
|
|
.include "../../devel/zlib/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|