diff options
author | roger <roger@FreeBSD.org> | 2002-11-13 17:56:09 +0800 |
---|---|---|
committer | roger <roger@FreeBSD.org> | 2002-11-13 17:56:09 +0800 |
commit | c1461c6d313ce375e89aa71c6e93d82163fe1f28 (patch) | |
tree | 8a932539b78634ac50cc6dd6f4a4e39de4ade1c7 | |
parent | ecb2cd09061b057eeae2c82869b90aa97f5f586e (diff) | |
download | freebsd-ports-graphics-c1461c6d313ce375e89aa71c6e93d82163fe1f28.tar.gz freebsd-ports-graphics-c1461c6d313ce375e89aa71c6e93d82163fe1f28.tar.zst freebsd-ports-graphics-c1461c6d313ce375e89aa71c6e93d82163fe1f28.zip |
Upgrade to 1.0 beta 3. Reduces CPU usage, adds SSE support (disabled)
and stereo support.
-rw-r--r-- | audio/speex-devel/Makefile | 7 | ||||
-rw-r--r-- | audio/speex-devel/distinfo | 2 | ||||
-rw-r--r-- | audio/speex/Makefile | 7 | ||||
-rw-r--r-- | audio/speex/distinfo | 2 |
4 files changed, 8 insertions, 10 deletions
diff --git a/audio/speex-devel/Makefile b/audio/speex-devel/Makefile index aa64feb7422..5345231d418 100644 --- a/audio/speex-devel/Makefile +++ b/audio/speex-devel/Makefile @@ -7,11 +7,10 @@ # PORTNAME= speex -PORTVERSION= 1.0.b1 +PORTVERSION= 1.0.b3 CATEGORIES= audio -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} -DISTNAME= Speex-${PORTVERSION:S/.b/beta/} +MASTER_SITES= http://www.speex.org/download/ +DISTNAME= speex-${PORTVERSION:S/.b/beta/} MAINTAINER= ports@FreeBSD.org diff --git a/audio/speex-devel/distinfo b/audio/speex-devel/distinfo index 5041fad152b..a1fecc49527 100644 --- a/audio/speex-devel/distinfo +++ b/audio/speex-devel/distinfo @@ -1 +1 @@ -MD5 (Speex-1.0beta1.tar.gz) = 2386f8b10081cf81b706bb7645202e1d +MD5 (speex-1.0beta3.tar.gz) = f70620577c9d7762b97e520a3fbea5e3 diff --git a/audio/speex/Makefile b/audio/speex/Makefile index aa64feb7422..5345231d418 100644 --- a/audio/speex/Makefile +++ b/audio/speex/Makefile @@ -7,11 +7,10 @@ # PORTNAME= speex -PORTVERSION= 1.0.b1 +PORTVERSION= 1.0.b3 CATEGORIES= audio -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} -DISTNAME= Speex-${PORTVERSION:S/.b/beta/} +MASTER_SITES= http://www.speex.org/download/ +DISTNAME= speex-${PORTVERSION:S/.b/beta/} MAINTAINER= ports@FreeBSD.org diff --git a/audio/speex/distinfo b/audio/speex/distinfo index 5041fad152b..a1fecc49527 100644 --- a/audio/speex/distinfo +++ b/audio/speex/distinfo @@ -1 +1 @@ -MD5 (Speex-1.0beta1.tar.gz) = 2386f8b10081cf81b706bb7645202e1d +MD5 (speex-1.0beta3.tar.gz) = f70620577c9d7762b97e520a3fbea5e3 |