diff options
author | adam <adam@pkgsrc.org> | 2005-01-05 12:20:37 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2005-01-05 12:20:37 +0000 |
commit | 0fc360333898fc1f8c77d54f5b30152399afabc7 (patch) | |
tree | 2af6d0cf2eb2c2f62ba802130a124d9e7aeea7af /audio/SDL_mixer/Makefile | |
parent | dab51a4e114685f770de12eb08fd2296fc973acf (diff) | |
download | pkgsrc-0fc360333898fc1f8c77d54f5b30152399afabc7.tar.gz |
Changes 1.2.6:
* Added support for using the system version of libmikmod
* Added SDL_RWops support for reading Ogg Vorbis files
* Added 4 and 6 channel surround sound output support
* Added support for RMID format MIDI files
* Improved timidity support (reverb, chorus, Roland & Yamaha sysex dumps, etc.)
* Fixed bug with MIDI volume in native Windows playback
* Added SDL_RWops support for reading MOD files
Diffstat (limited to 'audio/SDL_mixer/Makefile')
-rw-r--r-- | audio/SDL_mixer/Makefile | 21 |
1 files changed, 9 insertions, 12 deletions
diff --git a/audio/SDL_mixer/Makefile b/audio/SDL_mixer/Makefile index 1dbcc92f969..aaf97aa3d99 100644 --- a/audio/SDL_mixer/Makefile +++ b/audio/SDL_mixer/Makefile @@ -1,24 +1,21 @@ -# $NetBSD: Makefile,v 1.17 2004/10/20 10:55:46 adam Exp $ -# +# $NetBSD: Makefile,v 1.18 2005/01/05 12:20:37 adam Exp $ -DISTNAME= SDL_mixer-1.2.5 -PKGREVISION= 4 -CATEGORIES= audio -MASTER_SITES= http://www.libsdl.org/projects/SDL_mixer/release/ +DISTNAME= SDL_mixer-1.2.6 +CATEGORIES= audio +MASTER_SITES= http://www.libsdl.org/projects/SDL_mixer/release/ -MAINTAINER= tech-pkg@NetBSD.org -HOMEPAGE= http://www.libsdl.org/projects/SDL_mixer/ -COMMENT= Multi-channel audio mixer library +MAINTAINER= tech-pkg@NetBSD.org +HOMEPAGE= http://www.libsdl.org/projects/SDL_mixer/ +COMMENT= Multi-channel audio mixer library CONFLICTS= SDL-mixer-[0-9]* PKG_INSTALLATION_TYPES= overwrite pkgviews USE_BUILDLINK3= YES -GNU_CONFIGURE= YES -USE_X11= YES USE_LIBTOOL= YES - +USE_X11= YES +GNU_CONFIGURE= YES CONFIGURE_ARGS+= --enable-music-ogg CPPFLAGS= -Dunix=1 |