pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/kmp Initial import of kmp 0.01 into the NetBSD p...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ce81e68055cf
branches:  trunk
changeset: 474552:ce81e68055cf
user:      grant <grant%pkgsrc.org@localhost>
date:      Sun May 02 04:30:09 2004 +0000

description:
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@localhost.

diffstat:

 audio/kmp/DESCR            |   7 +++++++
 audio/kmp/Makefile         |  20 ++++++++++++++++++++
 audio/kmp/PLIST            |   2 ++
 audio/kmp/distinfo         |   5 +++++
 audio/kmp/patches/patch-aa |  12 ++++++++++++
 5 files changed, 46 insertions(+), 0 deletions(-)

diffs (66 lines):

diff -r b1cc49b25021 -r ce81e68055cf audio/kmp/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/kmp/DESCR   Sun May 02 04:30:09 2004 +0000
@@ -0,0 +1,7 @@
+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.
diff -r b1cc49b25021 -r ce81e68055cf audio/kmp/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/kmp/Makefile        Sun May 02 04:30:09 2004 +0000
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/05/02 04:30:09 grant Exp $
+
+DISTNAME=              kmp-0.01
+CATEGORIES=            audio
+MASTER_SITES=          http://www.threadbox.net/files/KMP/
+EXTRACT_SUFX=          .tar.bz2
+
+MAINTAINER=            pkg%burningsoda.com@localhost
+HOMEPAGE=              http://www.threadbox.net/kmp.php
+COMMENT=               Qt client for the Music Player Daemon
+
+USE_BUILDLINK3=                yes
+USE_LANGUAGES=         c++
+USE_LIBTOOL=           yes
+HAS_CONFIGURE=         yes
+CONFIGURE_ARGS+=       ${PREFIX}
+
+.include "../../x11/qt3-libs/buildlink3.mk"
+.include "../../x11/qt3-tools/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r b1cc49b25021 -r ce81e68055cf audio/kmp/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/kmp/PLIST   Sun May 02 04:30:09 2004 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/05/02 04:30:09 grant Exp $
+bin/kmp
diff -r b1cc49b25021 -r ce81e68055cf audio/kmp/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/kmp/distinfo        Sun May 02 04:30:09 2004 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/05/02 04:30:09 grant Exp $
+
+SHA1 (kmp-0.01.tar.bz2) = 7da2b6b71b9c41ca7429479c683cbbfc62d980c1
+Size (kmp-0.01.tar.bz2) = 486474 bytes
+SHA1 (patch-aa) = 8ca65b5df3b68b18773ca0b9c34b3e5cde21bdd6
diff -r b1cc49b25021 -r ce81e68055cf audio/kmp/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/kmp/patches/patch-aa        Sun May 02 04:30:09 2004 +0000
@@ -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'"



Home | Main Index | Thread Index | Old Index