pkgsrc/audio/normalize/options.mk
adam a6735578fc Changes 0.7.7:
* Fixed bug with reading broken wav files with bad sizes
* Fixed bug causing seg fault on non-PCM wav files
* Fixed bug with reading wav files that have stuff after the data chunk
* Fixed Windows "no such file" bug
* Fixed small memory leak
* Fixed cosmetic bug with negative gains
* Fixed bad basename regexp in normalize-mp3 script
* Fixed --oggdecode option in normalize-mp3 script
* Turned audiofile support on by default
* Upgraded to latest GNU autotools

Pkgsrc:
* Build xmms plug-in as an option
2006-04-21 09:28:47 +00:00

13 lines
314 B
Makefile

# $NetBSD: options.mk,v 1.1 2006/04/21 09:28:47 adam Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.normalize
PKG_SUPPORTED_OPTIONS= xmms
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Mxmms)
PLIST_SUBST+= XMMS_PLUGIN=
.include "../../audio/xmms/buildlink3.mk"
.else
PLIST_SUBST+= XMMS_PLUGIN="@comment "
.endif