[Lunar-commits] <moonbase> qmpdclient: version 1.0.9 added to moonbase

Duncan Gibson engelsman at lunar-linux.org
Sat Feb 28 14:53:51 CET 2009


commit be7e26426b81c282d24be560d04c9c0e415ce065
Author: Oliver Dietsch <odietsch at googlemail.com>
Date:   Sat Feb 28 14:53:51 2009 +0100

    qmpdclient: version 1.0.9 added to moonbase
    
    qmpdclient: A new MPD client
    
    Note: downloads, compiles and installs OK
          and interface starts, but otherwise untestd - engelsman
---
 zbeta/qmpdclient/BUILD   |    8 ++++++++
 zbeta/qmpdclient/DEPENDS |    2 ++
 zbeta/qmpdclient/DETAILS |   27 +++++++++++++++++++++++++++
 3 files changed, 37 insertions(+), 0 deletions(-)

diff --git a/zbeta/qmpdclient/BUILD b/zbeta/qmpdclient/BUILD
new file mode 100644
index 0000000..fb70df0
--- /dev/null
+++ b/zbeta/qmpdclient/BUILD
@@ -0,0 +1,8 @@
+(
+  source /etc/profile.d/qt4.rc
+
+  sedit "s:/usr/local:/usr:" qmpdclient.pro &&
+  qmake                                     &&
+  default_make
+
+) > $C_FIFO 2>&1
diff --git a/zbeta/qmpdclient/DEPENDS b/zbeta/qmpdclient/DEPENDS
new file mode 100644
index 0000000..01e0809
--- /dev/null
+++ b/zbeta/qmpdclient/DEPENDS
@@ -0,0 +1,2 @@
+depends qt4
+depends libmpd
diff --git a/zbeta/qmpdclient/DETAILS b/zbeta/qmpdclient/DETAILS
new file mode 100644
index 0000000..fa070fb
--- /dev/null
+++ b/zbeta/qmpdclient/DETAILS
@@ -0,0 +1,27 @@
+          MODULE=qmpdclient
+         VERSION=1.0.9
+          SOURCE=${MODULE}-${VERSION}.tar.gz
+      SOURCE_URL=http://havtknut.tihlde.org/qmpdclient/files/
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
+      SOURCE_VFY=sha1:579ce90eb9bcfe9a7c5a63763f219c28a063a3c4
+   MODULE_PREFIX=/usr
+        WEB_SITE="http://havtknut.tihlde.org/qmpdclient/"
+         ENTERED=20090217
+         UPDATED=20090217
+           SHORT="A Qt 4 based client for the MPD"
+cat <<EOF
+QMPDClient is an easy to use MPD client written in Qt 4.
+Features
+
+  * Queue support
+  * Dynamic playlist
+  * Configurable keyboard shortcuts
+  * Multimedia keys support
+  * System tray icon
+  * Annouce songs with passive popups
+  * Drag and drop
+  * Stream support
+  * Playlist management
+  * Tag-guessing for untagged files
+  * Directory browser
+EOF


More information about the Lunar-commits mailing list