summaryrefslogtreecommitdiff
path: root/audio/SDL_mixer/Makefile
diff options
context:
space:
mode:
authoradam <adam>2006-07-07 06:52:46 +0000
committeradam <adam>2006-07-07 06:52:46 +0000
commit6afb67321cb0bdf6dd10d27dafc22fbcae1aca8a (patch)
treed85ec37c304be11a877fa1ba3985f0e7386c5bbc /audio/SDL_mixer/Makefile
parentbecaa27470b0193683413bfbf7d7f69f68304272 (diff)
downloadpkgsrc-6afb67321cb0bdf6dd10d27dafc22fbcae1aca8a.tar.gz
Changes 1.2.7:
* Added support for dynamically loading SMPEG library * Added support for dynamically loading Ogg Vorbis library * Removed automake dependency, to allow Universal binaries on Mac OS X * Added gcc-fat.sh for generating Universal binaries on Mac OS X * Updated libtool support to version 1.5.22 * Use SDL_RWops also for native midi mac and win32 * Use SDL_RWops also for native midi gpl (todo: mac and win32) * Tweaked Mix_Chunk's definition to make predeclaration easier. * Search timidity.cfg also in /etc * Fix memory leaks in timidity player * Use also SDL_RWops to read midifiles for timidity * Patch from Eric Wing to fix native midi compiling on MacOS/x86. * Disabled support for the system version of libmikmod by default * Fixed building mikmod support on UNIX * Always build SDL_RWops music support * Added SDL_RWops support for reading MP3 files
Diffstat (limited to 'audio/SDL_mixer/Makefile')
-rw-r--r--audio/SDL_mixer/Makefile15
1 files changed, 8 insertions, 7 deletions
diff --git a/audio/SDL_mixer/Makefile b/audio/SDL_mixer/Makefile
index ae5e61618e6..0a7b8fc2bad 100644
--- a/audio/SDL_mixer/Makefile
+++ b/audio/SDL_mixer/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.28 2006/06/12 16:28:05 wiz Exp $
+# $NetBSD: Makefile,v 1.29 2006/07/07 06:52:46 adam Exp $
-DISTNAME= SDL_mixer-1.2.6
-PKGREVISION= 5
+DISTNAME= SDL_mixer-1.2.7
CATEGORIES= audio
MASTER_SITES= http://www.libsdl.org/projects/SDL_mixer/release/
@@ -13,8 +12,8 @@ CONFLICTS= SDL-mixer-[0-9]*
PKG_INSTALLATION_TYPES= overwrite pkgviews
-USE_LIBTOOL= YES
-GNU_CONFIGURE= YES
+USE_LIBTOOL= yes
+GNU_CONFIGURE= yes
.include "../../mk/bsd.prefs.mk"
@@ -24,8 +23,10 @@ CFLAGS+= -DSYSCONFDIR="\"${PKG_SYSCONFDIR}\""
INSTALLATION_DIRS= bin
post-install:
- ${LIBTOOL} ${INSTALL_PROGRAM} ${WRKSRC}/playmus ${PREFIX}/bin
- ${LIBTOOL} ${INSTALL_PROGRAM} ${WRKSRC}/playwave ${PREFIX}/bin
+ ${LIBTOOL} --mode=install ${INSTALL_PROGRAM} \
+ ${WRKSRC}/build/playmus ${PREFIX}/bin
+ ${LIBTOOL} --mode=install ${INSTALL_PROGRAM} \
+ ${WRKSRC}/build/playwave ${PREFIX}/bin
.include "../../audio/libvorbis/buildlink3.mk"
.include "../../multimedia/libogg/buildlink3.mk"