summaryrefslogtreecommitdiff
path: root/audio/kmp/patches
diff options
context:
space:
mode:
authorgrant <grant>2004-05-02 04:30:09 +0000
committergrant <grant>2004-05-02 04:30:09 +0000
commit3982c39b375bb4a6b1b9152c05d0e424b2cbb2fd (patch)
treea6035b599328a772b771495d2da6e0215f4da9ad /audio/kmp/patches
parent9d5758eac5d26a8368fe9dec60c917e978eb2b0e (diff)
downloadpkgsrc-3982c39b375bb4a6b1b9152c05d0e424b2cbb2fd.tar.gz
Initial import of kmp 0.01 into the NetBSD packages collection.
KMP is an Music Player Daemon client that uses the QT GUI toolkit so it will comfortably fit in with your KDE desktop, although only QT is required. MPD is a daemon that runs in the background and accepts connections from clients which can then tell MPD what to do. KMP aims to be a full featured and easy-to-use client. KMP will allow you to browse the server's collection, add songs to the playlist, change the volume, etc. from pkgsrc-wip by pkg@burningsoda.com.
Diffstat (limited to 'audio/kmp/patches')
-rw-r--r--audio/kmp/patches/patch-aa12
1 files changed, 12 insertions, 0 deletions
diff --git a/audio/kmp/patches/patch-aa b/audio/kmp/patches/patch-aa
new file mode 100644
index 00000000000..4478ca734fe
--- /dev/null
+++ b/audio/kmp/patches/patch-aa
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.1.1.1 2004/05/02 04:30:09 grant Exp $
+
+--- configure.orig Thu Jan 1 03:53:34 2004
++++ configure
+@@ -1,5 +1,5 @@
+ #!/bin/sh
+-qmake kmp.pro
++$1/qt3/bin/qmake kmp.pro
+ echo "install:
+- install --owner=root --group=root --mode=755 kmp /usr/local/bin" >> Makefile
++ install kmp $1/bin" >> Makefile
+ echo "Configured! Now run 'make'"