pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/xmms-madspin Use bl3. Fix when building as non-...
details: https://anonhg.NetBSD.org/pkgsrc/rev/49fbf4cfe51a
branches: trunk
changeset: 470807:49fbf4cfe51a
user: snj <snj%pkgsrc.org@localhost>
date: Fri Mar 12 02:05:30 2004 +0000
description:
Use bl3. Fix when building as non-root.
diffstat:
audio/xmms-madspin/Makefile | 15 ++++++++++-----
audio/xmms-madspin/distinfo | 3 ++-
audio/xmms-madspin/patches/patch-aa | 18 ++++++++++++++++++
3 files changed, 30 insertions(+), 6 deletions(-)
diffs (62 lines):
diff -r 37dde5906843 -r 49fbf4cfe51a audio/xmms-madspin/Makefile
--- a/audio/xmms-madspin/Makefile Fri Mar 12 02:03:25 2004 +0000
+++ b/audio/xmms-madspin/Makefile Fri Mar 12 02:05:30 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2004/02/14 17:21:34 jlam Exp $
+# $NetBSD: Makefile,v 1.9 2004/03/12 02:05:30 snj Exp $
#
DISTNAME= madspin-0.05
@@ -11,11 +11,16 @@
HOMEPAGE= http://www.students.uiuc.edu/~birck/madspin.html
COMMENT= Based on the madspin winamp plugin
-USE_BUILDLINK2= YES
-USE_LIBTOOL= YES
GNU_CONFIGURE= YES
+USE_BUILDLINK3= YES
USE_GNU_TOOLS+= make
+USE_LIBTOOL= YES
-.include "../../audio/xmms/buildlink2.mk"
-.include "../../x11/gtk/buildlink2.mk"
+post-install:
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/xmms/madspin
+ ${INSTALL_DATA} ${WRKSRC}/star1.bmp ${PREFIX}/share/xmms/madspin
+ ${INSTALL_DATA} ${WRKSRC}/star2.bmp ${PREFIX}/share/xmms/madspin
+
+.include "../../audio/xmms/buildlink3.mk"
+.include "../../x11/gtk/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 37dde5906843 -r 49fbf4cfe51a audio/xmms-madspin/distinfo
--- a/audio/xmms-madspin/distinfo Fri Mar 12 02:03:25 2004 +0000
+++ b/audio/xmms-madspin/distinfo Fri Mar 12 02:05:30 2004 +0000
@@ -1,4 +1,5 @@
-$NetBSD: distinfo,v 1.2 2003/02/22 13:16:13 hubertf Exp $
+$NetBSD: distinfo,v 1.3 2004/03/12 02:05:30 snj Exp $
SHA1 (madspin-0.05.tar.gz) = 4bddb3e77da8f28a17c2a9190c0a345c29159b42
Size (madspin-0.05.tar.gz) = 565244 bytes
+SHA1 (patch-aa) = 4cc8d55a32ff980376ca965d6e09d1a9ab928b7e
diff -r 37dde5906843 -r 49fbf4cfe51a audio/xmms-madspin/patches/patch-aa
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/xmms-madspin/patches/patch-aa Fri Mar 12 02:05:30 2004 +0000
@@ -0,0 +1,18 @@
+$NetBSD: patch-aa,v 1.1 2004/03/12 02:05:30 snj Exp $
+
+--- configure.orig 2004-03-11 17:43:15.000000000 -0800
++++ configure 2004-03-11 17:44:01.000000000 -0800
+@@ -3750,13 +3750,6 @@ EOF
+ chmod +x $CONFIG_STATUS
+ rm -fr confdefs* $ac_clean_files
+
+-echo ""
+-echo "**** Putting star1.bmp and star2.bmp in $XMMS_VISUALIZATION_PLUGIN_DIR/madspin/ ****"
+-echo ""
+-
+-mkdir -p $XMMS_DATA_DIR/madspin
+-cp star1.bmp $XMMS_DATA_DIR/madspin/star1.bmp
+-cp star2.bmp $XMMS_DATA_DIR/madspin/star2.bmp
+
+ test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
+
Home |
Main Index |
Thread Index |
Old Index