MFH: r503813
Update to upstream release 1.2.0 Approved by: ports-secteam (riggs)
This commit is contained in:
parent
481e7159f0
commit
a6cae37a4a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/branches/2019Q2/; revision=503814
@ -1,8 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= speexdsp
|
||||
DISTVERSION= 1.2rc3
|
||||
PORTREVISION= 1
|
||||
DISTVERSION= 1.2.0
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://downloads.us.xiph.org/releases/speex/
|
||||
|
||||
|
@ -1,2 +1,3 @@
|
||||
SHA256 (speexdsp-1.2rc3.tar.gz) = 4ae688600039f5d224bdf2e222d2fbde65608447e4c2f681585e4dca6df692f1
|
||||
SIZE (speexdsp-1.2rc3.tar.gz) = 901771
|
||||
TIMESTAMP = 1560077702
|
||||
SHA256 (speexdsp-1.2.0.tar.gz) = 682042fc6f9bee6294ec453f470dadc26c6ff29b9c9e9ad2ffc1f4312fd64771
|
||||
SIZE (speexdsp-1.2.0.tar.gz) = 919621
|
||||
|
@ -1,17 +0,0 @@
|
||||
--- include/speex/speexdsp_config_types.h.in.orig 2015-01-03 20:26:24 UTC
|
||||
+++ include/speex/speexdsp_config_types.h.in
|
||||
@@ -1,13 +1,7 @@
|
||||
#ifndef __SPEEX_TYPES_H__
|
||||
#define __SPEEX_TYPES_H__
|
||||
|
||||
-#if defined HAVE_STDINT_H
|
||||
-# include <stdint.h>
|
||||
-#elif defined HAVE_INTTYPES_H
|
||||
-# include <inttypes.h>
|
||||
-#elif defined HAVE_SYS_TYPES_H
|
||||
-# include <sys/types.h>
|
||||
-#endif
|
||||
+#include <stdint.h>
|
||||
|
||||
typedef @SIZE16@ spx_int16_t;
|
||||
typedef @USIZE16@ spx_uint16_t;
|
@ -7,5 +7,5 @@ include/speex/speexdsp_types.h
|
||||
lib/libspeexdsp.a
|
||||
lib/libspeexdsp.so
|
||||
lib/libspeexdsp.so.1
|
||||
lib/libspeexdsp.so.1.5.0
|
||||
lib/libspeexdsp.so.1.5.1
|
||||
libdata/pkgconfig/speexdsp.pc
|
||||
|
Loading…
Reference in New Issue
Block a user