mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 19:06:28 -04:00
WMmp is a dockable musicpd (MPD) client applet for Window Maker.
It offers controls to play, pause, stop the music, as well as navigate back and forth the current playlist. musicpd volume can be set with the mouse wheel. WWW: https://github.com/yogsothoth/wmmp PR: 216904 Submitted by: nicolasherry@gmail.com
This commit is contained in:
parent
fd85ef06e7
commit
5f06ed4dc6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=455600
5 changed files with 36 additions and 1 deletions
|
@ -181,8 +181,8 @@
|
|||
SUBDIR += fluidsynth
|
||||
SUBDIR += fluidsynth-dssi
|
||||
SUBDIR += fmit
|
||||
SUBDIR += foo-yc20
|
||||
SUBDIR += fomp-lv2
|
||||
SUBDIR += foo-yc20
|
||||
SUBDIR += forked-daapd
|
||||
SUBDIR += fpc-a52
|
||||
SUBDIR += fpc-mad
|
||||
|
@ -847,6 +847,7 @@
|
|||
SUBDIR += wildmidi
|
||||
SUBDIR += wmalbum
|
||||
SUBDIR += wmix
|
||||
SUBDIR += wmmp
|
||||
SUBDIR += wmrecord
|
||||
SUBDIR += wmsmixer
|
||||
SUBDIR += workman
|
||||
|
|
21
audio/wmmp/Makefile
Normal file
21
audio/wmmp/Makefile
Normal file
|
@ -0,0 +1,21 @@
|
|||
# Created by: Nicolas Herry <nicolasherry@gmail.com>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= wmmp
|
||||
PORTVERSION= 0.12.1
|
||||
CATEGORIES= audio windowmaker
|
||||
|
||||
MAINTAINER= nicolasherry@gmail.com
|
||||
COMMENT= Dockable musicpd client applet for Window Maker
|
||||
|
||||
LICENSE= GPLv2+
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= yogsothoth
|
||||
|
||||
USES= autoreconf libtool gmake pathfix pkgconfig
|
||||
GNU_CONFIGURE= yes
|
||||
USE_XORG= xpm x11 xext
|
||||
|
||||
.include <bsd.port.mk>
|
3
audio/wmmp/distinfo
Normal file
3
audio/wmmp/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1487788820
|
||||
SHA256 (yogsothoth-wmmp-0.12.1_GH0.tar.gz) = 5cd2f6df2461b46908b9f23b251a451eafc2943caebb37ebd416ca501de3be5d
|
||||
SIZE (yogsothoth-wmmp-0.12.1_GH0.tar.gz) = 129128
|
8
audio/wmmp/pkg-descr
Normal file
8
audio/wmmp/pkg-descr
Normal file
|
@ -0,0 +1,8 @@
|
|||
WMmp is a dockable musicpd (MPD) client applet for Window Maker.
|
||||
|
||||
It offers controls to play, pause, stop the music, as well as
|
||||
navigate back and forth the current playlist.
|
||||
|
||||
musicpd volume can be set with the mouse wheel.
|
||||
|
||||
WWW: https://github.com/yogsothoth/wmmp
|
2
audio/wmmp/pkg-plist
Normal file
2
audio/wmmp/pkg-plist
Normal file
|
@ -0,0 +1,2 @@
|
|||
bin/WMmp
|
||||
man/man1/WMmp.1.gz
|
Loading…
Add table
Reference in a new issue