diff options
author | dwcjr <dwcjr@FreeBSD.org> | 2002-09-01 01:24:19 +0800 |
---|---|---|
committer | dwcjr <dwcjr@FreeBSD.org> | 2002-09-01 01:24:19 +0800 |
commit | 6a83d609fcefc5291e222d82c6e439eb07e24116 (patch) | |
tree | f2a213762f0edee9ee48dd179d1fe5f4f25a035f /audio | |
parent | a2cdc7a4fce0c877f29dfc9537a730be9dd26c8a (diff) | |
download | freebsd-ports-gnome-6a83d609fcefc5291e222d82c6e439eb07e24116.tar.gz freebsd-ports-gnome-6a83d609fcefc5291e222d82c6e439eb07e24116.tar.zst freebsd-ports-gnome-6a83d609fcefc5291e222d82c6e439eb07e24116.zip |
Update to 0.8.0
PR: 42238
Submitted by: tkato@prontomail.com
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 |