Update to 1.2beta1, the currently recommended version.
This commit is contained in:
parent
c622305553
commit
df3c287135
@ -1,12 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.12 2006/10/28 10:30:41 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.13 2007/05/08 15:17:48 naddy Exp $
|
||||
|
||||
COMMENT= "patent-free speech codec"
|
||||
|
||||
DISTNAME= speex-1.0.5
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
DISTNAME= speex-1.2beta1
|
||||
CATEGORIES= audio
|
||||
HOMEPAGE= http://www.speex.org/
|
||||
SHARED_LIBS += speex 4.0 # .4.0
|
||||
SHARED_LIBS += speex 5.0 # .5.0
|
||||
|
||||
MAINTAINER= Christian Weisgerber <naddy@openbsd.org>
|
||||
|
||||
@ -24,7 +23,7 @@ WANTLIB= c m
|
||||
USE_LIBTOOL= Yes
|
||||
CONFIGURE_STYLE=gnu
|
||||
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
|
||||
--with-ogg-dir=${LOCALBASE}
|
||||
--with-ogg=${LOCALBASE}
|
||||
|
||||
MAKE_FLAGS= docdir=${TRUEPREFIX}/share/doc/speex \
|
||||
mandir=${TRUEPREFIX}/man
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (speex-1.0.5.tar.gz) = Adai3gqIqGEwS/UXYV3qeQ==
|
||||
RMD160 (speex-1.0.5.tar.gz) = bO7SlDiRJkfvHS1ymYIv2q9VCfk=
|
||||
SHA1 (speex-1.0.5.tar.gz) = qPNPgOX4Skeu5+cAiGMtSVj+df0=
|
||||
SHA256 (speex-1.0.5.tar.gz) = /Og+l6eV2H24QRjsRc6kJpFHSUkmTml4vFolSC6pg7U=
|
||||
SIZE (speex-1.0.5.tar.gz) = 546872
|
||||
MD5 (speex-1.2beta1.tar.gz) = qsLkukISK4hceH6igKyz2Q==
|
||||
RMD160 (speex-1.2beta1.tar.gz) = O78cAVgrhSbj4EC33wy8qodGrgk=
|
||||
SHA1 (speex-1.2beta1.tar.gz) = wYQd4OE6gybV8O2hqfeiykRNmiU=
|
||||
SHA256 (speex-1.2beta1.tar.gz) = 2L7wCLO+h7OxVRKMCRKGsmn+4yo4sISbyMrLPNX39qA=
|
||||
SIZE (speex-1.2beta1.tar.gz) = 932798
|
||||
|
@ -1,12 +0,0 @@
|
||||
$OpenBSD: patch-libspeex_stack_alloc_h,v 1.1.1.1 2003/06/12 00:52:02 naddy Exp $
|
||||
--- libspeex/stack_alloc.h.orig Tue May 13 04:15:23 2003
|
||||
+++ libspeex/stack_alloc.h Tue May 13 04:15:39 2003
|
||||
@@ -48,7 +48,7 @@
|
||||
#else
|
||||
|
||||
/*Aligns the stack to a 'size' boundary */
|
||||
-#define ALIGN(stack, size) ((stack) += ((size) - (int)(stack)) & ((size) - 1))
|
||||
+#define ALIGN(stack, size) ((stack) += ((size) - (long)(stack)) & ((size) - 1))
|
||||
|
||||
/* Allocates 'size' elements of type 'type' on the stack */
|
||||
#define PUSH(stack, size, type) (ALIGN((stack),sizeof(type)),(stack)+=((size)*sizeof(type)),(type*)((stack)-((size)*sizeof(type))))
|
@ -1,17 +1,17 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2004/08/06 14:37:28 espie Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.4 2007/05/08 15:17:48 naddy Exp $
|
||||
bin/speexdec
|
||||
bin/speexenc
|
||||
include/speex/
|
||||
include/speex.h
|
||||
include/speex/speex.h
|
||||
include/speex/speex_bits.h
|
||||
include/speex/speex_callbacks.h
|
||||
include/speex/speex_config_types.h
|
||||
include/speex/speex_echo.h
|
||||
include/speex/speex_header.h
|
||||
include/speex/speex_jitter.h
|
||||
include/speex/speex_preprocess.h
|
||||
include/speex/speex_stereo.h
|
||||
include/speex_bits.h
|
||||
include/speex_callbacks.h
|
||||
include/speex_header.h
|
||||
include/speex_stereo.h
|
||||
include/speex/speex_types.h
|
||||
lib/libspeex.a
|
||||
lib/libspeex.la
|
||||
lib/pkgconfig/
|
||||
|
Loading…
x
Reference in New Issue
Block a user