pkgsrc/audio/libopenmpt/Makefile
wiz b82ad34660 Updated libopenmpt to 0.2.7299.
libopenmpt 0.2-beta20.2 (2016-10-22)

    [Bug] The C API could crash instead of failing gracefully in out-of-memory situations.
    [Bug] libopenmpt_stream_callbacks_fd.h and libopenmpt_stream_callbacks_file.h were missing in Windows development packages.
    [Bug] Plugins did not work correctly when changing the sample rate between two render calls.
    [Bug] Possible crashes with malformed IT, AMS, MDL, MED, MPTM, PSM and Startrekker files.
    [Bug] Possible hangs with malformed DBM, MPTM and PSM files.
    ParamEq plugin emulation didn't do anything at full gain (+15dB).
    Avoid enabling some ProTracker-specific quirks for MOD files most likely created with ScreamTracker 3.
    Tremolo effect only had half the intended strength in MOD files.
    openmpt123: Improved section layout in man page.
2016-10-28 09:59:08 +00:00

31 lines
968 B
Makefile

# $NetBSD: Makefile,v 1.17 2016/10/28 09:59:08 wiz Exp $
DISTNAME= libopenmpt-0.2.7299-beta20.2-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 "../../audio/mpg123/buildlink3.mk"
.include "../../devel/SDL2/buildlink3.mk"
.include "../../devel/libltdl/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"