Once more, *with* the forgotten twolame dependency
(thank you Alex).

        Jan


Index: Makefile
===================================================================
RCS file: /cvs/ports/audio/sox/Makefile,v
retrieving revision 1.49
diff -u -p -u -p -r1.49 Makefile
--- Makefile    15 Jun 2011 08:29:34 -0000      1.49
+++ Makefile    20 Mar 2012 15:26:40 -0000
@@ -2,7 +2,7 @@
 
 COMMENT=       Sound eXchange, the Swiss Army knife of audio manipulation
 
-DISTNAME=      sox-14.3.2
+DISTNAME=      sox-14.4.0
 SHARED_LIBS += sox 2.0 # .1.0
 
 CATEGORIES=    audio
@@ -20,6 +20,7 @@ MODULES=              converters/libiconv
 WANTLIB += c m ogg sndio z
 WANTLIB += vorbis vorbisenc vorbisfile FLAC magic
 WANTLIB += mad id3tag mp3lame wavpack png gsm
+WANTLIB += sndfile
 
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=sox/}
 
@@ -29,6 +30,7 @@ LIB_DEPENDS=  audio/libvorbis \
                devel/libmagic \
                audio/libmad \
                audio/libid3tag \
+               audio/twolame \
+               audio/libsndfile \
                audio/lame \
                audio/wavpack \
                graphics/png \
@@ -38,6 +40,7 @@ USE_GROFF=    Yes
 USE_LIBTOOL=   Yes
 CONFIGURE_STYLE=gnu
 CONFIGURE_ARGS=        ${CONFIGURE_SHARED} \
+               --datarootdir=${LOCALBASE}      \
                --disable-silent-libtool
 
 # Don't use modules
@@ -46,11 +49,15 @@ CONFIGURE_ARGS+=--without-libltdl
 # Sound drivers
 CONFIGURE_ARGS+=--without-ao \
                --without-oss \
+               --without-alsa          \
+               --without-coreaudio     \
+               --without-pulseaudio    \
+               --without-waveaudio     \
                --with-sndio \
                --without-sunaudio
 
 # Additional file formats
-CONFIGURE_ARGS+=--without-sndfile \
+CONFIGURE_ARGS+=--with-sndfile \
                --with-oggvorbis \
                --with-flac \
                --without-ffmpeg \
@@ -58,10 +65,12 @@ CONFIGURE_ARGS+=--without-sndfile \
                --with-mad \
                --with-id3tag \
                --with-lame \
+               --with-twolame  \
                --without-amrwb \
                --without-amrnb \
                --with-wavpack \
                --with-png \
+               --with-gsm \
                --without-ladspa
 
 CONFIGURE_ENV= \
Index: distinfo
===================================================================
RCS file: /cvs/ports/audio/sox/distinfo,v
retrieving revision 1.11
diff -u -p -u -p -r1.11 distinfo
--- distinfo    15 Jun 2011 08:29:34 -0000      1.11
+++ distinfo    20 Mar 2012 15:26:40 -0000
@@ -1,5 +1,5 @@
-MD5 (sox-14.3.2.tar.gz) = 6dNc87D4h4WW4LfEn56DAg==
-RMD160 (sox-14.3.2.tar.gz) = W46GvWSt4tlTSZMxdHTDO0EJAYM=
-SHA1 (sox-14.3.2.tar.gz) = rUYhFP9HsJQHjxgUi8ninjG0K5I=
-SHA256 (sox-14.3.2.tar.gz) = BmjMCHw0b3xAhK4pTGdqEd3vtGKXS8P2e+MNeJyFDo8=
-SIZE (sox-14.3.2.tar.gz) = 1110175
+MD5 (sox-14.4.0.tar.gz) = sMFc/3pLoOwX/cdOah+c8Q==
+RMD160 (sox-14.4.0.tar.gz) = rxtsAtKcmI+bDf7Jyp67MJSbBmM=
+SHA1 (sox-14.4.0.tar.gz) = 2AnKs4LHqdAVSRxpBRqdHBoaRPE=
+SHA256 (sox-14.4.0.tar.gz) = PuNLFN0mfeN46KEXqugexMrjMHcjQualW79lIKCoiqM=
+SIZE (sox-14.4.0.tar.gz) = 1105756
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/audio/sox/pkg/PLIST,v
retrieving revision 1.6
diff -u -p -u -p -r1.6 PLIST
--- pkg/PLIST   8 Jan 2009 19:48:21 -0000       1.6
+++ pkg/PLIST   20 Mar 2012 15:26:40 -0000
@@ -8,7 +8,6 @@ bin/rec
 @bin bin/sox
 bin/soxi
 include/sox.h
-include/soxstdint.h
 lib/libsox.a
 lib/libsox.la
 lib/pkgconfig/

Reply via email to