openbsd-ports/audio/sox/Makefile
espie 2314c85f45 convert to new style depends
zap default spec that are not needed
convert libspecs as well
convert p* to REVISION.

No package changes
2010-11-15 00:22:45 +00:00

71 lines
1.4 KiB
Makefile

# $OpenBSD: Makefile,v 1.47 2010/11/15 00:22:48 espie Exp $
COMMENT= Sound eXchange, the Swiss Army knife of audio manipulation
DISTNAME= sox-14.3.0
SHARED_LIBS += sox 1.0 # .1.0
CATEGORIES= audio
HOMEPAGE= http://sox.sourceforge.net/
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB += c iconv m ogg sndio z
WANTLIB += vorbis vorbisenc vorbisfile FLAC magic
WANTLIB += mad id3tag mp3lame wavpack png gsm
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sox/}
# see CONFIGURE_ARGS below
LIB_DEPENDS= audio/libvorbis \
audio/flac \
devel/libmagic \
audio/libmad \
audio/libid3tag \
audio/lame \
audio/wavpack \
graphics/png \
audio/gsm
USE_LIBTOOL= Yes
USE_GROFF = Yes
CONFIGURE_STYLE=gnu
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
--disable-silent-libtool
# Don't use modules
CONFIGURE_ARGS+=--without-libltdl
# Sound drivers
CONFIGURE_ARGS+=--without-ao \
--without-oss \
--with-sndio \
--without-sunaudio
# Additional file formats
CONFIGURE_ARGS+=--without-sndfile \
--with-oggvorbis \
--with-flac \
--without-ffmpeg \
--with-magic \
--with-mad \
--with-id3tag \
--with-lame \
--without-amrwb \
--without-amrnb \
--with-wavpack \
--with-png \
--without-ladspa
CONFIGURE_ENV= \
CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/libpng" \
LDFLAGS="-L${LOCALBASE}/lib"
do-regress:
@cd ${WRKSRC}/src && ./tests.sh && ./testall.sh
.include <bsd.port.mk>