mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
This plugin provide an on-screen-display by xosd.
WWW: http://sarine.nl/gmpc-plugins
This commit is contained in:
parent
69e76e149f
commit
efcc8c40e1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=199544
5 changed files with 36 additions and 0 deletions
|
@ -198,6 +198,7 @@
|
|||
SUBDIR += gmidimonitor
|
||||
SUBDIR += gmixer
|
||||
SUBDIR += gmpc
|
||||
SUBDIR += gmpc-osd
|
||||
SUBDIR += gmpc-qosd
|
||||
SUBDIR += gmpc-serverstats
|
||||
SUBDIR += gmpccaa
|
||||
|
|
26
audio/gmpc-osd/Makefile
Normal file
26
audio/gmpc-osd/Makefile
Normal file
|
@ -0,0 +1,26 @@
|
|||
# New ports collection makefile for: gmpc-osd
|
||||
# Date created: September 14 2007
|
||||
# Whom: Martin Wilke <miwi@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= gmpc-osd
|
||||
PORTVERSION= 0.15.0
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://download.sarine.nl/gmpc-${PORTVERSION}/plugins/
|
||||
|
||||
MAINTAINER= miwi@FreeBSD.org
|
||||
COMMENT= Xosd plugin for gmpc
|
||||
|
||||
LIB_DEPENDS= mpd:${PORTSDIR}/audio/libmpd \
|
||||
curl.4:${PORTSDIR}/ftp/curl
|
||||
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gmpc.pc:${PORTSDIR}/audio/gmpc \
|
||||
xosd-config:${PORTSDIR}/misc/xosd
|
||||
RUN_DEPEND= gmpc:${PORTSDIR}/audio/gmpc
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_XLIB= yes
|
||||
USE_GNOME= gnomehack
|
||||
|
||||
.include <bsd.port.mk>
|
3
audio/gmpc-osd/distinfo
Normal file
3
audio/gmpc-osd/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (gmpc-osd-0.15.0.tar.gz) = 4d16ef73908a82857b6f565f9459bfad
|
||||
SHA256 (gmpc-osd-0.15.0.tar.gz) = 23b5f20899b9b7c537a10d590cc1831405b0f8c65ccffd11b444db5afc2a1d5c
|
||||
SIZE (gmpc-osd-0.15.0.tar.gz) = 302507
|
3
audio/gmpc-osd/pkg-descr
Normal file
3
audio/gmpc-osd/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
This plugin provide an on-screen-display by xosd.
|
||||
|
||||
WWW: http://sarine.nl/gmpc-plugins
|
3
audio/gmpc-osd/pkg-plist
Normal file
3
audio/gmpc-osd/pkg-plist
Normal file
|
@ -0,0 +1,3 @@
|
|||
share/gmpc/plugins/osdplugin.so
|
||||
@dirrmtry share/gmpc/plugins
|
||||
@dirrmtry share/gmpc
|
Loading…
Add table
Reference in a new issue