pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/SDL_mixer Update to 1.2.6nb2:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8d810c756b16
branches:  trunk
changeset: 494982:8d810c756b16
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Jun 01 14:11:26 2005 +0000

description:
Update to 1.2.6nb2:
Fix MIDI playback. Remove configuration option that defaults to yes.
>From ISIHARA Takanori in PR 30330.

diffstat:

 audio/SDL_mixer/MESSAGE          |  8 ++++++--
 audio/SDL_mixer/Makefile         |  7 +++----
 audio/SDL_mixer/distinfo         |  4 ++--
 audio/SDL_mixer/patches/patch-aa |  4 ++--
 4 files changed, 13 insertions(+), 10 deletions(-)

diffs (72 lines):

diff -r bd58df488fee -r 8d810c756b16 audio/SDL_mixer/MESSAGE
--- a/audio/SDL_mixer/MESSAGE   Wed Jun 01 14:06:50 2005 +0000
+++ b/audio/SDL_mixer/MESSAGE   Wed Jun 01 14:11:26 2005 +0000
@@ -1,7 +1,11 @@
 ===========================================================================
-$NetBSD: MESSAGE,v 1.2 2004/05/12 18:38:07 reed Exp $
+$NetBSD: MESSAGE,v 1.3 2005/06/01 14:11:26 wiz Exp $
 
 To make use of the MIDI capabilities in the SDL_mixer package, you
-must install either the audio/eawpatches or audio/guspatches packages.
+must install any of these packages:
+
+       audio/freepats
+       audio/eawpatches
+       audio/guspatches
 
 ===========================================================================
diff -r bd58df488fee -r 8d810c756b16 audio/SDL_mixer/Makefile
--- a/audio/SDL_mixer/Makefile  Wed Jun 01 14:06:50 2005 +0000
+++ b/audio/SDL_mixer/Makefile  Wed Jun 01 14:11:26 2005 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.21 2005/04/11 21:44:51 tv Exp $
+# $NetBSD: Makefile,v 1.22 2005/06/01 14:11:26 wiz Exp $
 
 DISTNAME=      SDL_mixer-1.2.6
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    audio
 MASTER_SITES=  http://www.libsdl.org/projects/SDL_mixer/release/
 
@@ -16,10 +16,9 @@
 USE_LIBTOOL=           YES
 USE_X11=               YES
 GNU_CONFIGURE=         YES
-CONFIGURE_ARGS+=        --enable-music-ogg
 
 CPPFLAGS=              -Dunix=1
-CFLAGS=                        -DPREFIX="\"${PREFIX}\""
+CFLAGS=                        -DSYSCONFDIR="\"${PKG_SYSCONFDIR}\""
 
 INSTALLATION_DIRS=     bin
 
diff -r bd58df488fee -r 8d810c756b16 audio/SDL_mixer/distinfo
--- a/audio/SDL_mixer/distinfo  Wed Jun 01 14:06:50 2005 +0000
+++ b/audio/SDL_mixer/distinfo  Wed Jun 01 14:11:26 2005 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2005/02/23 20:39:42 agc Exp $
+$NetBSD: distinfo,v 1.7 2005/06/01 14:11:26 wiz Exp $
 
 SHA1 (SDL_mixer-1.2.6.tar.gz) = d8e09d87a750c4bd989f0a3e4f1b6baff601b8f1
 RMD160 (SDL_mixer-1.2.6.tar.gz) = f20e3b7db266d9a0da75f2319dcc403d869907e6
 Size (SDL_mixer-1.2.6.tar.gz) = 1147838 bytes
-SHA1 (patch-aa) = 8f6b53ee69251e666538dfdbaf1ff481c73eb7ef
+SHA1 (patch-aa) = 1e4de54337d13e3c8407ca4bd6cc0b8777b6992f
diff -r bd58df488fee -r 8d810c756b16 audio/SDL_mixer/patches/patch-aa
--- a/audio/SDL_mixer/patches/patch-aa  Wed Jun 01 14:06:50 2005 +0000
+++ b/audio/SDL_mixer/patches/patch-aa  Wed Jun 01 14:11:26 2005 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.3 2005/01/05 12:20:37 adam Exp $
+$NetBSD: patch-aa,v 1.4 2005/06/01 14:11:26 wiz Exp $
 
 --- timidity/config.h.orig     2004-12-16 05:20:14.000000000 +0000
 +++ timidity/config.h
@@ -7,7 +7,7 @@
  /* You could specify a complete path, e.g. "/etc/timidity.cfg", and
     then specify the library directory in the configuration file. */
 -#define CONFIG_FILE   "timidity.cfg"
-+#define CONFIG_FILE   PREFIX"/share/timidity/timidity.cfg"
++#define CONFIG_FILE   SYSCONFDIR"/timidity.cfg"
  #ifdef __WIN32__
  #define DEFAULT_PATH  "\\TIMIDITY"
  #else



Home | Main Index | Thread Index | Old Index