mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
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>
This commit is contained in:
parent
400315c158
commit
c063d17f65
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=127563
@ -413,6 +413,7 @@
|
||||
SUBDIR += wavbreaker
|
||||
SUBDIR += waveplay
|
||||
SUBDIR += wavplay
|
||||
SUBDIR += wmalbum
|
||||
SUBDIR += wmcdplay
|
||||
SUBDIR += wmfmixer
|
||||
SUBDIR += wmix
|
||||
|
29
audio/wmalbum/Makefile
Normal file
29
audio/wmalbum/Makefile
Normal file
@ -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>
|
2
audio/wmalbum/distinfo
Normal file
2
audio/wmalbum/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (wmalbum-0.1.5.tar.gz) = b59e76bceda08cc9c8290d42675e891a
|
||||
SIZE (wmalbum-0.1.5.tar.gz) = 157369
|
8
audio/wmalbum/pkg-descr
Normal file
8
audio/wmalbum/pkg-descr
Normal file
@ -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/
|
Loading…
Reference in New Issue
Block a user