pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/glurp Initial import of glurp-0.11.6 from pkgsrc...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bac6fe9947fc
branches:  trunk
changeset: 500957:bac6fe9947fc
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Sat Oct 15 01:00:05 2005 +0000

description:
Initial import of glurp-0.11.6 from pkgsrc-wip, packaged by
Leonard Schmidt.

A GTK2-based musicpd client with a simple and clean interface.

Features include:
    * Support for loading/saving playlists
    * A file browser
    * Playlist quicksearch
    * Supports streams in MPD (MPD 0.11.0 and newer)
    * ID3 Information
    * Single window interface, with possibility to hide the playlist
    * Support for enabling and disabling MPD outputs (MPD 0.12.0 and newer)

diffstat:

 audio/glurp/DESCR            |  10 ++++++++++
 audio/glurp/Makefile         |  20 ++++++++++++++++++++
 audio/glurp/PLIST            |  21 +++++++++++++++++++++
 audio/glurp/distinfo         |   6 ++++++
 audio/glurp/patches/patch-aa |  12 ++++++++++++
 5 files changed, 69 insertions(+), 0 deletions(-)

diffs (89 lines):

diff -r 36da413bb8e0 -r bac6fe9947fc audio/glurp/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/glurp/DESCR Sat Oct 15 01:00:05 2005 +0000
@@ -0,0 +1,10 @@
+A GTK2-based musicpd client with a simple and clean interface.
+
+Features include:
+    * Support for loading/saving playlists
+    * A file browser
+    * Playlist quicksearch
+    * Supports streams in MPD (MPD 0.11.0 and newer)
+    * ID3 Information
+    * Single window interface, with possibility to hide the playlist
+    * Support for enabling and disabling MPD outputs (MPD 0.12.0 and newer)
diff -r 36da413bb8e0 -r bac6fe9947fc audio/glurp/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/glurp/Makefile      Sat Oct 15 01:00:05 2005 +0000
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/10/15 01:00:05 xtraeme Exp $
+#
+
+DISTNAME=      glurp-0.11.6
+CATEGORIES=    audio
+MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=glurp/}
+
+MAINTAINER=    lems%gmx.net@localhost
+HOMEPAGE=      http://www.musicpd.org/glurp.shtml
+COMMENT=       Graphical GTK+2 based client for musicpd
+
+GNU_CONFIGURE= yes
+USE_DIRS+=     xdg-1.1
+USE_TOOLS+=    pkg-config
+
+.include "../../devel/glib2/buildlink3.mk"
+.include "../../devel/libglade2/buildlink3.mk"
+.include "../../textproc/intltool/buildlink3.mk"
+.include "../../x11/gtk2/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 36da413bb8e0 -r bac6fe9947fc audio/glurp/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/glurp/PLIST Sat Oct 15 01:00:05 2005 +0000
@@ -0,0 +1,21 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/10/15 01:00:05 xtraeme Exp $
+bin/glurp
+share/glurp/glurp.glade
+share/glurp/pixmaps/add.png
+share/glurp/pixmaps/config.png
+share/glurp/pixmaps/media-audiofile.png
+share/glurp/pixmaps/offline.png
+share/glurp/pixmaps/online.png
+share/glurp/pixmaps/outputs.png
+share/glurp/pixmaps/player-next.png
+share/glurp/pixmaps/player-pause.png
+share/glurp/pixmaps/player-play.png
+share/glurp/pixmaps/player-prev.png
+share/glurp/pixmaps/player-random.png
+share/glurp/pixmaps/player-repeat.png
+share/glurp/pixmaps/player-stop.png
+share/glurp/pixmaps/playlist.png
+share/glurp/pixmaps/playlists.png
+share/glurp/pixmaps/remove.png
+@dirrm share/glurp/pixmaps
+@dirrm share/glurp
diff -r 36da413bb8e0 -r bac6fe9947fc audio/glurp/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/glurp/distinfo      Sat Oct 15 01:00:05 2005 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1.1.1 2005/10/15 01:00:05 xtraeme Exp $
+
+SHA1 (glurp-0.11.6.tar.gz) = 5ded37b3573b4f486addd60f96875e52803d5434
+RMD160 (glurp-0.11.6.tar.gz) = 4f12249b5830374ec874e7ce28d92d317c03e142
+Size (glurp-0.11.6.tar.gz) = 138603 bytes
+SHA1 (patch-aa) = d7f7a0d9aa8a46c1d711abf93cc3dbf6b250365f
diff -r 36da413bb8e0 -r bac6fe9947fc audio/glurp/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/glurp/patches/patch-aa      Sat Oct 15 01:00:05 2005 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.1.1.1 2005/10/15 01:00:05 xtraeme Exp $
+
+--- src/comm.c.orig    2005-06-05 15:44:09.000000000 +0000
++++ src/comm.c
+@@ -20,6 +20,7 @@
+ 
+ */
+ 
++#include <stdlib.h>
+ #include <glib.h>
+ #include <gtk/gtk.h>
+ #include <glade/glade.h>



Home | Main Index | Thread Index | Old Index