diff options
author | ahze <ahze@FreeBSD.org> | 2006-03-15 20:04:45 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2006-03-15 20:04:45 +0800 |
commit | d98549d3cfa6b3441734fc82145a85c1b570f226 (patch) | |
tree | 333c8538d826461efebec70719f88a951681c829 /audio | |
parent | 195f07fc842222ae4315d19b3f35b9d63e784304 (diff) | |
download | freebsd-ports-gnome-d98549d3cfa6b3441734fc82145a85c1b570f226.tar.gz freebsd-ports-gnome-d98549d3cfa6b3441734fc82145a85c1b570f226.tar.zst freebsd-ports-gnome-d98549d3cfa6b3441734fc82145a85c1b570f226.zip |
- Update to 1.1.12
Diffstat (limited to 'audio')
-rw-r--r-- | audio/speex-devel/Makefile | 8 | ||||
-rw-r--r-- | audio/speex-devel/distinfo | 6 | ||||
-rw-r--r-- | audio/speex-devel/pkg-plist | 1 |
3 files changed, 8 insertions, 7 deletions
diff --git a/audio/speex-devel/Makefile b/audio/speex-devel/Makefile index da446b60bae4..838919eaa7b6 100644 --- a/audio/speex-devel/Makefile +++ b/audio/speex-devel/Makefile @@ -4,11 +4,10 @@ # Whom: ijliao # # $FreeBSD$ -# +# $MCom: ports-stable/audio/speex-devel/Makefile,v 1.1 2006/03/04 21:32:25 ahze Exp $ PORTNAME= speex -PORTVERSION= 1.1.11.1 -PORTREVISION= 3 +PORTVERSION= 1.1.12 PORTEPOCH= 1 CATEGORIES= audio MASTER_SITES= http://downloads.us.xiph.org/releases/speex/ @@ -23,7 +22,6 @@ CONFLICTS= speex-1.0* USE_GNOME= gnomehack USE_GETOPT_LONG= yes -USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" @@ -48,6 +46,8 @@ post-patch: @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ 's|doc win32|win32|g ; \ s|^mandir =.*$$|mandir = @mandir@|g' + @${REINPLACE_CMD} -e 's|malloc.h|stdlib.h|' \ + ${WRKSRC}/*/*.h @${REINPLACE_CMD} -e 's| in -lgnugetopt||g ; \ s|LIBS="-lgnugetopt|LIBS="|g' ${WRKSRC}/configure diff --git a/audio/speex-devel/distinfo b/audio/speex-devel/distinfo index a532abb1f96c..a2d95c6b2f26 100644 --- a/audio/speex-devel/distinfo +++ b/audio/speex-devel/distinfo @@ -1,3 +1,3 @@ -MD5 (speex-1.1.11.1.tar.gz) = 5282d23ea605232be05b537cca7af242 -SHA256 (speex-1.1.11.1.tar.gz) = b32000d4ca4e6f3cf02eeca90de765e759efa53c33f8ada8500df73fa55cda1f -SIZE (speex-1.1.11.1.tar.gz) = 720528 +MD5 (speex-1.1.12.tar.gz) = 1bd6cdf3a0ebabf818cd72a3401e2610 +SHA256 (speex-1.1.12.tar.gz) = 77c8505bd9b73192789770299e0a727fba9c1d556d853b8cc473bfee393709f8 +SIZE (speex-1.1.12.tar.gz) = 740110 diff --git a/audio/speex-devel/pkg-plist b/audio/speex-devel/pkg-plist index c1bb4bd72760..9870728b80ee 100644 --- a/audio/speex-devel/pkg-plist +++ b/audio/speex-devel/pkg-plist @@ -1,5 +1,6 @@ bin/speexdec bin/speexenc +include/speex/pcm_wrapper.h include/speex/speex.h include/speex/speex_bits.h include/speex/speex_callbacks.h |