diff options
author | pav <pav@FreeBSD.org> | 2004-06-11 22:35:22 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-06-11 22:35:22 +0800 |
commit | 6b4f29032b3fa69a963d336053e4f4ded7b4935c (patch) | |
tree | 0084cbf8ae4d99998967d14114545949d9db1f26 /audio | |
parent | fee2892fe698c65abb42b01a390b786059194bac (diff) | |
download | freebsd-ports-gnome-6b4f29032b3fa69a963d336053e4f4ded7b4935c.tar.gz freebsd-ports-gnome-6b4f29032b3fa69a963d336053e4f4ded7b4935c.tar.zst freebsd-ports-gnome-6b4f29032b3fa69a963d336053e4f4ded7b4935c.zip |
Add glurp, a Gtk2 client to musicpd.
PR: ports/67757
Submitted by: Mark Daniel Reidel <ports@mark.reidel.info>
Diffstat (limited to 'audio')
-rw-r--r-- | audio/Makefile | 1 | ||||
-rw-r--r-- | audio/glurp/Makefile | 22 | ||||
-rw-r--r-- | audio/glurp/distinfo | 2 | ||||
-rw-r--r-- | audio/glurp/files/patch-src-includes::socket.h | 10 | ||||
-rw-r--r-- | audio/glurp/pkg-descr | 11 | ||||
-rw-r--r-- | audio/glurp/pkg-plist | 13 |
6 files changed, 59 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index 5197bc076578..42a143cbef28 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -116,6 +116,7 @@ SUBDIR += gkrellmvolume SUBDIR += gkrellmvolume2 SUBDIR += glame + SUBDIR += glurp SUBDIR += gmixer SUBDIR += gmpc SUBDIR += gnapster diff --git a/audio/glurp/Makefile b/audio/glurp/Makefile new file mode 100644 index 000000000000..6441a2212a78 --- /dev/null +++ b/audio/glurp/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: glurp +# Date created: Jun 9 2004 +# Whom: Mark Reidel <ports@mark.reidel.info> +# +# $FreeBSD$ +# + +PORTNAME= glurp +PORTVERSION= 0.3.1 +CATEGORIES= audio +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} + +MAINTAINER= ports@mark.reidel.info +COMMENT= Nice and clean GTK+-2.x based graphical client for musicpd + +GNU_CONFIGURE= yes +USE_GNOME= libglade2 +CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" \ + +.include <bsd.port.mk> diff --git a/audio/glurp/distinfo b/audio/glurp/distinfo new file mode 100644 index 000000000000..d359bccac778 --- /dev/null +++ b/audio/glurp/distinfo @@ -0,0 +1,2 @@ +MD5 (glurp-0.3.1.tar.gz) = 5e576b54f1bea9593d2361edd69eceb2 +SIZE (glurp-0.3.1.tar.gz) = 80252 diff --git a/audio/glurp/files/patch-src-includes::socket.h b/audio/glurp/files/patch-src-includes::socket.h new file mode 100644 index 000000000000..784a81fb0f07 --- /dev/null +++ b/audio/glurp/files/patch-src-includes::socket.h @@ -0,0 +1,10 @@ +--- src/includes.h.orig Wed Jun 9 16:41:28 2004 ++++ src/includes.h Sat Jun 5 21:01:51 2004 +@@ -11,6 +11,7 @@ + #define N_(str) str + #endif + ++#include <sys/types.h> + #include <sys/socket.h> + #include <netinet/in.h> + #include <netinet/tcp.h> diff --git a/audio/glurp/pkg-descr b/audio/glurp/pkg-descr new file mode 100644 index 000000000000..3f7cbe1471f2 --- /dev/null +++ b/audio/glurp/pkg-descr @@ -0,0 +1,11 @@ +A GTK2 based graphical client with simple and clean interface. + +Features +* Support for loading/saving playlists +* File Browser +* Playlist Quicksearch +* Supports streams in MPD (MPD 0.11.0 and higher) +* ID3 Information +* Single window interface, with possibility to hide the playlist + +WWW: http://www.musicpd.org/?page=glurp diff --git a/audio/glurp/pkg-plist b/audio/glurp/pkg-plist new file mode 100644 index 000000000000..88d439ee62be --- /dev/null +++ b/audio/glurp/pkg-plist @@ -0,0 +1,13 @@ +bin/glurp +share/glurp/pixmaps/media-audiofile.png +share/glurp/pixmaps/media-stream.png +share/glurp/pixmaps/player-prev.png +share/glurp/pixmaps/player-play.png +share/glurp/pixmaps/player-pause.png +share/glurp/pixmaps/player-stop.png +share/glurp/pixmaps/player-next.png +share/glurp/pixmaps/player-repeat.png +share/glurp/pixmaps/player-shuffle.png +share/glurp/glurp.glade +@dirrm share/glurp/pixmaps +@dirrm share/glurp |