update sox to 14.3.2, from new maintainer Jan Stary, tweaks by me

This commit is contained in:
sthen 2011-06-15 08:29:34 +00:00
parent fe18b5236a
commit f4fa20e847
3 changed files with 17 additions and 16 deletions

View File

@ -1,14 +1,15 @@
# $OpenBSD: Makefile,v 1.48 2011/01/03 19:22:59 jasper Exp $
# $OpenBSD: Makefile,v 1.49 2011/06/15 08:29:34 sthen Exp $
COMMENT= Sound eXchange, the Swiss Army knife of audio manipulation
DISTNAME= sox-14.3.0
SHARED_LIBS += sox 1.0 # .1.0
REVISION= 0
DISTNAME= sox-14.3.2
SHARED_LIBS += sox 2.0 # .1.0
CATEGORIES= audio
HOMEPAGE= http://sox.sourceforge.net/
MAINTAINER= Jan Stary <hans@stare.cz>
# GPLv2
# GPLv2+
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
@ -33,8 +34,8 @@ LIB_DEPENDS= audio/libvorbis \
graphics/png \
audio/gsm
USE_GROFF= Yes
USE_LIBTOOL= Yes
USE_GROFF = Yes
CONFIGURE_STYLE=gnu
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
--disable-silent-libtool
@ -64,7 +65,7 @@ CONFIGURE_ARGS+=--without-sndfile \
--without-ladspa
CONFIGURE_ENV= \
CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/libpng" \
CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
do-regress:

View File

@ -1,5 +1,5 @@
MD5 (sox-14.3.0.tar.gz) = jjUJgE5iJyc++ECS4aL+pw==
RMD160 (sox-14.3.0.tar.gz) = kwLgDXbJcsSRaXnRR0aPZA4ErKo=
SHA1 (sox-14.3.0.tar.gz) = NLjpkbqFEfqWg+np01b7f0F50Dw=
SHA256 (sox-14.3.0.tar.gz) = mr9BHJSTZtdciEs2goRpC2yMfV+13w3q9ZlTm3BLI5c=
SIZE (sox-14.3.0.tar.gz) = 1007679
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

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-src_formats_c,v 1.1 2009/11/06 00:04:37 sthen Exp $
--- src/formats.c.orig Mon Nov 2 17:11:55 2009
+++ src/formats.c Mon Nov 2 17:11:34 2009
@@ -403,7 +403,7 @@ static void UNUSED rewind_pipe(FILE * fp)
$OpenBSD: patch-src_formats_c,v 1.2 2011/06/15 08:29:35 sthen Exp $
--- src/formats.c.orig Tue Jun 14 14:47:49 2011
+++ src/formats.c Tue Jun 14 14:48:58 2011
@@ -407,7 +407,7 @@
/* To fix this #error, either simply remove the #error line and live without
* file-type detection with pipes, or add support for your compiler in the
* lines above. Test with cat monkey.au | ./sox --info - */