diff options
author | krion <krion@FreeBSD.org> | 2003-11-17 00:48:51 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-11-17 00:48:51 +0800 |
commit | 8a8ddd4110338e5711360fb987d9a531f8440bf3 (patch) | |
tree | 4f9a14e95e859df65867371591fa7ae68395b4b5 /audio | |
parent | 009750bad671d89266e53ee9d2b8b8b1738e71d3 (diff) | |
download | freebsd-ports-gnome-8a8ddd4110338e5711360fb987d9a531f8440bf3.tar.gz freebsd-ports-gnome-8a8ddd4110338e5711360fb987d9a531f8440bf3.tar.zst freebsd-ports-gnome-8a8ddd4110338e5711360fb987d9a531f8440bf3.zip |
- Update to version 20031116
* src/al_debug.c: Fix an implicit declaration: the man page on
linux says that vsnprintf() is a GNU extension, so #define
_GNU_SOURCE
* src/arch/sdl/sdl.c: #include <string.h> to avoid implicit
declaration of memcpy()/memset()
* audioconvert/ac_freq.c For the first sample in a chunk to be
resampled*2, use dampened extrapolation instead of
interpolation to somewhat reduce 'clicking'.
* Michel Danzer's big endian patch
* audioconvert/ac_freq.c Added Adam Moss's patch to improve
fidelity of low-sampled sounds in higher sampling-rate
environments.
PR: 59340
Submitted by: maintainer
Diffstat (limited to 'audio')
-rw-r--r-- | audio/openal/Makefile | 3 | ||||
-rw-r--r-- | audio/openal/distinfo | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/audio/openal/Makefile b/audio/openal/Makefile index d05f9db9170a..ae62406ed926 100644 --- a/audio/openal/Makefile +++ b/audio/openal/Makefile @@ -6,7 +6,7 @@ # PORTNAME= openal -PORTVERSION= 20030724 +PORTVERSION= 20031116 CATEGORIES= audio MASTER_SITES= http://math.smsu.edu/~erik/files/fbsd/\ http://www.smluc.org/~erik/files/fbsd/ @@ -18,6 +18,7 @@ INFO= openal WRKSRC= ${WRKDIR}/${DISTNAME}/linux GNU_CONFIGURE= yes +CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_GMAKE= yes INSTALLS_SHLIB= yes USE_REINPLACE= yes diff --git a/audio/openal/distinfo b/audio/openal/distinfo index 9f4c813c8574..8d099dca1fea 100644 --- a/audio/openal/distinfo +++ b/audio/openal/distinfo @@ -1 +1 @@ -MD5 (openal-20030724.tar.gz) = 1b0aaabcbe2d35f4c8782257163b3dec +MD5 (openal-20031116.tar.gz) = 07eb1961ed48200f90fcf5048e6ac067 |