diff options
author | miwi <miwi@FreeBSD.org> | 2007-03-21 18:11:07 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-03-21 18:11:07 +0800 |
commit | 4fa0035f4ae1fbbcc34c8a6d3f786ca856268cdf (patch) | |
tree | a0a2b8a35c7e8c7cca603749d08bf4ece747ca43 /audio | |
parent | 8dad38346150c8804e3f6df43c86c4743fc1773a (diff) | |
download | freebsd-ports-gnome-4fa0035f4ae1fbbcc34c8a6d3f786ca856268cdf.tar.gz freebsd-ports-gnome-4fa0035f4ae1fbbcc34c8a6d3f786ca856268cdf.tar.zst freebsd-ports-gnome-4fa0035f4ae1fbbcc34c8a6d3f786ca856268cdf.zip |
osdmixer monitors changes of your audio volume settings and displays
the volume as progress bars on your screen.
- Lars Engels
lars.engels@0x20.net
PR: ports/110594
Submitted by: Lars Engels <lars.engels at 0x20.net>
Diffstat (limited to 'audio')
-rw-r--r-- | audio/Makefile | 1 | ||||
-rw-r--r-- | audio/osdmixer/Makefile | 23 | ||||
-rw-r--r-- | audio/osdmixer/distinfo | 3 | ||||
-rw-r--r-- | audio/osdmixer/pkg-descr | 5 |
4 files changed, 32 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index 41d76e7638e0..9c8fbebb9a09 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -444,6 +444,7 @@ SUBDIR += optimfrog SUBDIR += orpheus SUBDIR += osalp + SUBDIR += osdmixer SUBDIR += p5-Audio SUBDIR += p5-Audio-Beep SUBDIR += p5-Audio-CD diff --git a/audio/osdmixer/Makefile b/audio/osdmixer/Makefile new file mode 100644 index 000000000000..eefddb5f9282 --- /dev/null +++ b/audio/osdmixer/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: osdmixer +# Date Created: 20 Mar 2007 +# Whom: Lars Engels <lars.engels@0x20.net> +# +# $FreeBSD$ +# + +PORTNAME= osdmixer +PORTVERSION= 0.9 +CATEGORIES= audio +MASTER_SITES= http://bsd-geek.de/FreeBSD/distfiles/ + +MAINTAINER= lars.engels@0x20.net +COMMENT= Displays audio volume with an OSD + +BUILD_DEPENDS= xosd-config:${PORTSDIR}/misc/xosd + +PLIST_FILES= bin/osdmixer + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/osdmixer ${PREFIX}/bin + +.include <bsd.port.mk> diff --git a/audio/osdmixer/distinfo b/audio/osdmixer/distinfo new file mode 100644 index 000000000000..2d37631772b3 --- /dev/null +++ b/audio/osdmixer/distinfo @@ -0,0 +1,3 @@ +MD5 (osdmixer-0.9.tar.gz) = 6023c2f181bc2906bc673dc2069dcbeb +SHA256 (osdmixer-0.9.tar.gz) = 615f421850a3eaa0c31375c41da9f6db1d89fd729e775189676ca632a873a98e +SIZE (osdmixer-0.9.tar.gz) = 2269 diff --git a/audio/osdmixer/pkg-descr b/audio/osdmixer/pkg-descr new file mode 100644 index 000000000000..a340a6f13da8 --- /dev/null +++ b/audio/osdmixer/pkg-descr @@ -0,0 +1,5 @@ +osdmixer monitors changes of your audio volume settings and displays +the volume as progress bars on your screen. + +- Lars Engels +lars.engels@0x20.net |