diff options
author | pav <pav@FreeBSD.org> | 2005-01-29 05:06:48 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-01-29 05:06:48 +0800 |
commit | 041e85dfef0113eb6e289d2f38cf0aa5945678aa (patch) | |
tree | 6f5a5fc31df262c25dc462354ca07adcb6cf254b /audio/wmalbum | |
parent | 2449662f367d263eaa135881faece1d9500ab5c1 (diff) | |
download | freebsd-ports-gnome-041e85dfef0113eb6e289d2f38cf0aa5945678aa.tar.gz freebsd-ports-gnome-041e85dfef0113eb6e289d2f38cf0aa5945678aa.tar.zst freebsd-ports-gnome-041e85dfef0113eb6e289d2f38cf0aa5945678aa.zip |
WMalbum is a dockapp to display album covers of tracks playing in xmms.
It also provides basic xmms song play/skip functionality.
PR: ports/76772
Submitted by: David Thiel <lx@redundancy.redundancy.org>
Diffstat (limited to 'audio/wmalbum')
-rw-r--r-- | audio/wmalbum/Makefile | 29 | ||||
-rw-r--r-- | audio/wmalbum/distinfo | 2 | ||||
-rw-r--r-- | audio/wmalbum/pkg-descr | 8 |
3 files changed, 39 insertions, 0 deletions
diff --git a/audio/wmalbum/Makefile b/audio/wmalbum/Makefile new file mode 100644 index 000000000000..8b77b91121d1 --- /dev/null +++ b/audio/wmalbum/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: wmalbum +# Date created: 2005-01-27 +# Whom: lx@redundancy.redundancy.org +# +# $FreeBSD$ +# + +PORTNAME= wmalbum +PORTVERSION= 0.1.5 +CATEGORIES= audio windowmaker +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= wmalbum + +MAINTAINER= lx@redundancy.redundancy.org +COMMENT= A dockapp to display album covers for xmms + +LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms \ + gdk_pixbuf_xlib.2:${PORTSDIR}/graphics/gdk-pixbuf + +GNU_CONFIGURE= yes + +MAN1= wmalbum.1 +PLIST_FILES= bin/wmalbum + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/wmalbum/wmalbum ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/wmalbum.1 ${MANPREFIX}/man/man1 + +.include <bsd.port.mk> diff --git a/audio/wmalbum/distinfo b/audio/wmalbum/distinfo new file mode 100644 index 000000000000..3b4d6e21d20d --- /dev/null +++ b/audio/wmalbum/distinfo @@ -0,0 +1,2 @@ +MD5 (wmalbum-0.1.5.tar.gz) = b59e76bceda08cc9c8290d42675e891a +SIZE (wmalbum-0.1.5.tar.gz) = 157369 diff --git a/audio/wmalbum/pkg-descr b/audio/wmalbum/pkg-descr new file mode 100644 index 000000000000..3857cf10780c --- /dev/null +++ b/audio/wmalbum/pkg-descr @@ -0,0 +1,8 @@ +WMalbum is a dock applet that displays album covers for songs being +played by XMMS. You must already have images of the album covers stored +near the file being played. WMAlbum provides a handy circular menu +for play/skip/etc, and can replace wmxmms. Although dock applets are +designed for the WindowMaker window manager, they also work in other +window managers including openbox and blackbox. + +WWW: http://wmalbum.sourceforge.net/ |