mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Update to 1.1.12
This commit is contained in:
parent
06c0efa8e1
commit
05dcea1dc3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=157242
3 changed files with 8 additions and 7 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue