Update to 1.2beta2
This commit is contained in:
parent
88452182ca
commit
8254efab49
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=194341
3 changed files with 6 additions and 6 deletions
|
@ -6,8 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= speex
|
||||
DISTVERSION= 1.2beta1
|
||||
PORTREVISION= 1
|
||||
DISTVERSION= 1.2beta2
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://downloads.us.xiph.org/releases/speex/
|
||||
|
@ -24,7 +23,7 @@ USE_LDCONFIG= yes
|
|||
USE_AUTOTOOLS= libtool:15
|
||||
USE_GETOPT_LONG=yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-ogg-dir=${LOCALBASE}
|
||||
CONFIGURE_ARGS= --with-ogg-dir=${LOCALBASE} --mandir=${PREFIX}/man
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (speex-1.2beta1.tar.gz) = aac2e4ba42122b885c787ea280acb3d9
|
||||
SHA256 (speex-1.2beta1.tar.gz) = d8bef008b3be87b3b155128c091286b269fee32a38b0849bc8cacb3cd5f7f6a0
|
||||
SIZE (speex-1.2beta1.tar.gz) = 932798
|
||||
MD5 (speex-1.2beta2.tar.gz) = 5480fa53a7451603ecb57ff815c87ac0
|
||||
SHA256 (speex-1.2beta2.tar.gz) = e57573e86276972080b5d82746d0968492859f35eaa265e79b5cfb130b26e3da
|
||||
SIZE (speex-1.2beta2.tar.gz) = 997255
|
||||
|
|
|
@ -8,6 +8,7 @@ include/speex/speex_echo.h
|
|||
include/speex/speex_header.h
|
||||
include/speex/speex_jitter.h
|
||||
include/speex/speex_preprocess.h
|
||||
include/speex/speex_resampler.h
|
||||
include/speex/speex_stereo.h
|
||||
include/speex/speex_types.h
|
||||
lib/libspeex.a
|
||||
|
|
Loading…
Reference in a new issue