summaryrefslogtreecommitdiff
path: root/audio/SDL_mixer/Makefile
diff options
context:
space:
mode:
authorsalo <salo@pkgsrc.org>2003-05-11 02:23:18 +0000
committersalo <salo@pkgsrc.org>2003-05-11 02:23:18 +0000
commitd37ae42670821b5bd6f4f88acbd4a0e98ae7a7fc (patch)
tree3aaa68ec7a1b393fde3d561af8e0e161854974aa /audio/SDL_mixer/Makefile
parent38e882008180bba08348a0c7c941f557238f24b5 (diff)
downloadpkgsrc-d37ae42670821b5bd6f4f88acbd4a0e98ae7a7fc.tar.gz
Update to version 1.2.5.
Based on a patch sent by Soren Jacobsen via PR pkg/21525. Changes: - handle the patching in a simpler way - style nits 1.2.5: ====== - Worked around MacOS X deadlock between CoreAudio and QuickTime - Fixed crash in native midi code with files with more than 32 tracks - Added 8SVX format support to the AIFF loader - Fixed volume control on WAVE music chunks - Fixed volume control on MOD music chunks - Added support for the Atari platform - Patch from Steven Fuller to fix panning effect with 8-bit sounds. - Patch from guy on 3DRealms forums to fix native win32 midi volume. - Small, looping music samples should now be able to fade out correctly. - Added shared library support for MacOS X - Correctly report an error when using an unknown filetype - Added support for loading Ogg Vorbis samples as an audio chunk - Fixed to start playing another sample immediately when one finishes - Fixed a volume bug when calling Mix_HaltChannel() on unused channel - Fixed volume reset bug at end of channel fade. - Mix_LoadMUS() will now accept an MP3 by file extension, instead of relying entirely on the magic number.
Diffstat (limited to 'audio/SDL_mixer/Makefile')
-rw-r--r--audio/SDL_mixer/Makefile19
1 files changed, 9 insertions, 10 deletions
diff --git a/audio/SDL_mixer/Makefile b/audio/SDL_mixer/Makefile
index ba3c37de526..a90dcf5a56e 100644
--- a/audio/SDL_mixer/Makefile
+++ b/audio/SDL_mixer/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2003/05/02 11:53:36 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2003/05/11 02:23:18 salo Exp $
#
-DISTNAME= SDL_mixer-1.2.4
-PKGREVISION= 2
+DISTNAME= SDL_mixer-1.2.5
CATEGORIES= audio
MASTER_SITES= http://www.libsdl.org/projects/SDL_mixer/release/
@@ -12,19 +11,19 @@ COMMENT= multi-channel audio mixer library
CONFLICTS= SDL-mixer-[0-9]*
+USE_BUILDLINK2= YES
GNU_CONFIGURE= YES
USE_X11= YES
USE_LIBTOOL= YES
-LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
-USE_BUILDLINK2= YES
+LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
-CPPFLAGS+= -Dunix=1
+CPPFLAGS= -Dunix=1
+CFLAGS= -DPREFIX=\"\\\"${PREFIX}\\\"\"
-post-configure:
- ${SED} -e "s|@PREFIX@|${PREFIX}|" ${WRKSRC}/timidity/config.h \
- > ${WRKSRC}/timidity/config.h.patched
- ${MV} ${WRKSRC}/timidity/config.h.patched ${WRKSRC}/timidity/config.h
+post-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/.libs/playmus ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/.libs/playwave ${PREFIX}/bin
.include "../../audio/libogg/buildlink2.mk"
.include "../../devel/gettext-lib/buildlink2.mk"