diff options
author | joerg <joerg@pkgsrc.org> | 2009-08-31 12:19:38 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-08-31 12:19:38 +0000 |
commit | 28100113972567ebdf812b64733cbef7de939d93 (patch) | |
tree | 16925b7896c71c8a5ef680e1229ed98a4ea09127 /audio | |
parent | 38a48574bdd6b6a63cd831cfcacc5e856a420ecb (diff) | |
download | pkgsrc-28100113972567ebdf812b64733cbef7de939d93.tar.gz |
Imported gbemol-0.3.2 from pkgsrc-wip:
gbemol allows you to use MPD with a userfriendly interface.
Features include an easy-to-use, tag-oriented library browser,
a two mode playlist, cover art support (APIC tag only, for now),
system tray icon docking, song, album and artist information.
Music Player Daemon is a server that allows remote access for playing
audio files, streams and managing playlists. The daemon is controlled
through a client which need not run on the same computer mpd runs on.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/gbemol/DESCR | 8 | ||||
-rw-r--r-- | audio/gbemol/Makefile | 26 | ||||
-rw-r--r-- | audio/gbemol/PLIST | 4 | ||||
-rw-r--r-- | audio/gbemol/distinfo | 5 |
4 files changed, 43 insertions, 0 deletions
diff --git a/audio/gbemol/DESCR b/audio/gbemol/DESCR new file mode 100644 index 00000000000..857ce9771d4 --- /dev/null +++ b/audio/gbemol/DESCR @@ -0,0 +1,8 @@ +gbemol allows you to use MPD with a userfriendly interface. +Features include an easy-to-use, tag-oriented library browser, +a two mode playlist, cover art support (APIC tag only, for now), +system tray icon docking, song, album and artist information. + +Music Player Daemon is a server that allows remote access for playing +audio files, streams and managing playlists. The daemon is controlled +through a client which need not run on the same computer mpd runs on. diff --git a/audio/gbemol/Makefile b/audio/gbemol/Makefile new file mode 100644 index 00000000000..18c7d3a42ae --- /dev/null +++ b/audio/gbemol/Makefile @@ -0,0 +1,26 @@ +# $NetBSD: Makefile,v 1.1.1.1 2009/08/31 12:19:38 joerg Exp $ +# + +DISTNAME= gbemol-0.3.2 +CATEGORIES= audio +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gbemol/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://gbemol.sourceforge.net/ +COMMENT= Graphical frontend for the Music Player Daemon (MPD) + +PKG_DESTDIR_SUPPORT= user-destdir + +GNU_CONFIGURE= yes +USE_PKGLOCALEDIR= yes +USE_LIBTOOL= yes +USE_TOOLS+= pkg-config intltool + +.include "../../audio/id3lib/buildlink3.mk" +.include "../../devel/glib2/buildlink3.mk" +.include "../../graphics/hicolor-icon-theme/buildlink3.mk" +.include "../../sysutils/desktop-file-utils/desktopdb.mk" +.include "../../textproc/libxml2/buildlink3.mk" +.include "../../www/curl/buildlink3.mk" +.include "../../x11/gtk2/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/audio/gbemol/PLIST b/audio/gbemol/PLIST new file mode 100644 index 00000000000..5957107007f --- /dev/null +++ b/audio/gbemol/PLIST @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2009/08/31 12:19:38 joerg Exp $ +bin/gbemol +share/applications/gbemol.desktop +share/pixmaps/gbemol.png diff --git a/audio/gbemol/distinfo b/audio/gbemol/distinfo new file mode 100644 index 00000000000..b081027b109 --- /dev/null +++ b/audio/gbemol/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2009/08/31 12:19:38 joerg Exp $ + +SHA1 (gbemol-0.3.2.tar.gz) = 5c3ceab9fc4a4213db001e1e0dc27b56d4868e54 +RMD160 (gbemol-0.3.2.tar.gz) = 4cf42f5a3029338924f5501d3a648284de8c7553 +Size (gbemol-0.3.2.tar.gz) = 401865 bytes |