pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/30330: SDL_mixer can not play midi file
The following reply was made to PR pkg/30330; it has been noted by GNATS.
From: ishit <ishit%oak.dti.ne.jp@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: reed%reedmedia.net@localhost
Subject: Re: pkg/30330: SDL_mixer can not play midi file
Date: Wed, 25 May 2005 13:06:04 +0900
At Tue, 24 May 2005 18:53:21 -0700 (PDT), Jeremy C. Reed wrote:
> > -+#define CONFIG_FILE PREFIX"/share/timidity/timidity.cfg"
> > ++#define CONFIG_FILE PREFIX"/etc/timidity.cfg"
>
> Maybe this patch should use PKG_SYSCONFDIR instead of hard-coded
> PREFIX"/etc/
ok. thank you.
Index: MESSAGE
===================================================================
RCS file: /cvsroot/pkgsrc/audio/SDL_mixer/MESSAGE,v
retrieving revision 1.2
diff -u -r1.2 MESSAGE
--- MESSAGE 12 May 2004 18:38:07 -0000 1.2
+++ MESSAGE 25 May 2005 04:01:15 -0000
@@ -2,6 +2,10 @@
$NetBSD: MESSAGE,v 1.2 2004/05/12 18:38:07 reed 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
===========================================================================
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/audio/SDL_mixer/Makefile,v
retrieving revision 1.21
diff -u -r1.21 Makefile
--- Makefile 11 Apr 2005 21:44:51 -0000 1.21
+++ Makefile 25 May 2005 04:01:15 -0000
@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.21 2005/04/11 21:44:51 tv 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
Index: distinfo
===================================================================
RCS file: /cvsroot/pkgsrc/audio/SDL_mixer/distinfo,v
retrieving revision 1.6
diff -u -r1.6 distinfo
--- distinfo 23 Feb 2005 20:39:42 -0000 1.6
+++ distinfo 25 May 2005 04:01:15 -0000
@@ -3,4 +3,4 @@
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
Index: patches/patch-aa
===================================================================
RCS file: /cvsroot/pkgsrc/audio/SDL_mixer/patches/patch-aa,v
retrieving revision 1.3
diff -u -r1.3 patch-aa
--- patches/patch-aa 5 Jan 2005 12:20:37 -0000 1.3
+++ patches/patch-aa 25 May 2005 04:01:15 -0000
@@ -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