mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
PulseAudio Volume Meter (pavumeter) is a simple GTK volume meter for the
PulseAudio sound server. WWW: http://0pointer.de/lennart/projects/pavumeter/ PR: ports/115317 Submitted by: Romain Tartière <romain at blogreen.org>
This commit is contained in:
parent
1c92630bcc
commit
6fa0b72325
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=198190
@ -466,6 +466,7 @@
|
||||
SUBDIR += paman
|
||||
SUBDIR += paprefs
|
||||
SUBDIR += pavucontrol
|
||||
SUBDIR += pavumeter
|
||||
SUBDIR += pd
|
||||
SUBDIR += pecl-id3
|
||||
SUBDIR += penguinsap
|
||||
|
24
audio/pavumeter/Makefile
Normal file
24
audio/pavumeter/Makefile
Normal file
@ -0,0 +1,24 @@
|
||||
# Ports collection Makefile for: pavumeter
|
||||
# Date created: July 21, 2007
|
||||
# Whom: Romain Tartière <romain@blogreen.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= pavumeter
|
||||
PORTVERSION= 0.9.2
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://0pointer.de/lennart/projects/${PORTNAME}/
|
||||
|
||||
MAINTAINER= romain@blogreen.org
|
||||
COMMENT= GTK volume meter for PulseAudio
|
||||
|
||||
LIB_DEPENDS= glademm-2.4.1:${PORTSDIR}/devel/libglademm24 \
|
||||
pulse-mainloop-glib.0:${PORTSDIR}/audio/pulseaudio
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
|
||||
CONFIGURE_ARGS= --disable-lynx
|
||||
|
||||
.include <bsd.port.mk>
|
3
audio/pavumeter/distinfo
Normal file
3
audio/pavumeter/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (pavumeter-0.9.2.tar.gz) = 03e72b8e3f653d6af5b2be64b5d593d9
|
||||
SHA256 (pavumeter-0.9.2.tar.gz) = 3907753c1c2cc516871298dd866fc998adda050a34c1588cb5f6b179cf3544de
|
||||
SIZE (pavumeter-0.9.2.tar.gz) = 87108
|
4
audio/pavumeter/pkg-descr
Normal file
4
audio/pavumeter/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
PulseAudio Volume Meter (pavumeter) is a simple GTK volume meter for the
|
||||
PulseAudio sound server.
|
||||
|
||||
WWW: http://0pointer.de/lennart/projects/pavumeter/
|
3
audio/pavumeter/pkg-plist
Normal file
3
audio/pavumeter/pkg-plist
Normal file
@ -0,0 +1,3 @@
|
||||
bin/pavumeter
|
||||
share/applications/pavumeter.desktop
|
||||
@dirrmtry share/applications
|
Loading…
Reference in New Issue
Block a user