diff options
author | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2002-08-31 17:24:19 +0000 |
---|---|---|
committer | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2002-08-31 17:24:19 +0000 |
commit | 5905681d0899c69a4c7ebfcafe39ab7959fca2c1 (patch) | |
tree | 92f20ea97599339e71056a9db9ccfee5db4997e9 /audio | |
parent | 01490f3689bdfb348bbda8eb394bcea9c490e126 (diff) | |
download | ports-5905681d0899c69a4c7ebfcafe39ab7959fca2c1.tar.gz ports-5905681d0899c69a4c7ebfcafe39ab7959fca2c1.zip |
Update to 0.8.0
PR: 42238
Submitted by: tkato@prontomail.com
Notes
Notes:
svn path=/head/; revision=65382
Diffstat (limited to 'audio')
-rw-r--r-- | audio/speex-devel/Makefile | 3 | ||||
-rw-r--r-- | audio/speex-devel/distinfo | 2 | ||||
-rw-r--r-- | audio/speex/Makefile | 3 | ||||
-rw-r--r-- | audio/speex/distinfo | 2 |
4 files changed, 6 insertions, 4 deletions
diff --git a/audio/speex-devel/Makefile b/audio/speex-devel/Makefile index 3e2dacd7c362..3e8e76d945f5 100644 --- a/audio/speex-devel/Makefile +++ b/audio/speex-devel/Makefile @@ -7,7 +7,7 @@ # PORTNAME= speex -PORTVERSION= 0.7.0 +PORTVERSION= 0.8.0 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -20,6 +20,7 @@ LIB_DEPENDS= ogg.4:${PORTSDIR}/audio/libogg \ USE_LIBTOOL= yes LIBTOOLFLAGS= --disable-ltlibs --release-ignore +CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -lgnugetopt" INSTALLS_SHLIB= yes diff --git a/audio/speex-devel/distinfo b/audio/speex-devel/distinfo index af495bf9873a..9bb2dedec897 100644 --- a/audio/speex-devel/distinfo +++ b/audio/speex-devel/distinfo @@ -1 +1 @@ -MD5 (Speex-0.7.0.tar.gz) = 60b61d5bd571a39e8deb949c5913f677 +MD5 (Speex-0.8.0.tar.gz) = 014ced9050b42bcb9776209d265ab640 diff --git a/audio/speex/Makefile b/audio/speex/Makefile index 3e2dacd7c362..3e8e76d945f5 100644 --- a/audio/speex/Makefile +++ b/audio/speex/Makefile @@ -7,7 +7,7 @@ # PORTNAME= speex -PORTVERSION= 0.7.0 +PORTVERSION= 0.8.0 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -20,6 +20,7 @@ LIB_DEPENDS= ogg.4:${PORTSDIR}/audio/libogg \ USE_LIBTOOL= yes LIBTOOLFLAGS= --disable-ltlibs --release-ignore +CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -lgnugetopt" INSTALLS_SHLIB= yes diff --git a/audio/speex/distinfo b/audio/speex/distinfo index af495bf9873a..9bb2dedec897 100644 --- a/audio/speex/distinfo +++ b/audio/speex/distinfo @@ -1 +1 @@ -MD5 (Speex-0.7.0.tar.gz) = 60b61d5bd571a39e8deb949c5913f677 +MD5 (Speex-0.8.0.tar.gz) = 014ced9050b42bcb9776209d265ab640 |