diff options
-rw-r--r-- | audio/Makefile | 1 | ||||
-rw-r--r-- | audio/dsbmixer/Makefile | 29 | ||||
-rw-r--r-- | audio/dsbmixer/distinfo | 2 | ||||
-rw-r--r-- | audio/dsbmixer/pkg-descr | 7 | ||||
-rw-r--r-- | audio/dsbmixer/pkg-plist | 4 |
5 files changed, 43 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index 1ba8496..d4c1e69 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -106,6 +106,7 @@ SUBDIR += discid SUBDIR += dream SUBDIR += drumpiler + SUBDIR += dsbmixer SUBDIR += dssi SUBDIR += dtmfdial SUBDIR += dumb diff --git a/audio/dsbmixer/Makefile b/audio/dsbmixer/Makefile new file mode 100644 index 0000000..7a3ab69 --- /dev/null +++ b/audio/dsbmixer/Makefile @@ -0,0 +1,29 @@ +# $FreeBSD$ + +PORTNAME= dsbmixer +PORTVERSION= 0.2.5 +CATEGORIES= audio +MASTER_SITES= http://freeshell.de/~mk/download/ + +MAINTAINER= mk@nic-nac-project.org +COMMENT= Tabbed GTK+ mixer for FreeBSD + +LICENSE= BSD2CLAUSE + +RUN_DEPENDS= dsbwrtsysctl:${PORTSDIR}/sysutils/dsbwrtsysctl + +USES= tar:tgz pkgconfig +USE_GNOME= gtk20 + +OPTIONS_DEFINE= DEVD NLS +OPTIONS_DEFAULT=DEVD NLS +OPTIONS_SUB= yes + +NLS_USES= gettext +DEVD_DESC= Add new USB audio devices at runtime +NLS_MAKE_ARGS_OFF= -DWITHOUT_GETTEXT +DEVD_MAKE_ARGS_OFF= -DWITHOUT_DEVD + +MAKE_ARGS+= INSTALL_BACKEND="${INSTALL_PROGRAM}" + +.include <bsd.port.mk> diff --git a/audio/dsbmixer/distinfo b/audio/dsbmixer/distinfo new file mode 100644 index 0000000..9c94a47 --- /dev/null +++ b/audio/dsbmixer/distinfo @@ -0,0 +1,2 @@ +SHA256 (dsbmixer-0.2.5.tgz) = 96fa3e0222e596250b541187ddb9ce07acec507c961f1385cd5dd80ead5fb4fc +SIZE (dsbmixer-0.2.5.tgz) = 94720 diff --git a/audio/dsbmixer/pkg-descr b/audio/dsbmixer/pkg-descr new file mode 100644 index 0000000..de81853 --- /dev/null +++ b/audio/dsbmixer/pkg-descr @@ -0,0 +1,7 @@ +DSBMixer is a tabbed GTK+ mixer for FreeBSD. For each installed mixer device +as well as for USB sound devices plugged in at runtime, DSBMixer opens a tab. +Furthermore, it allows you to configure several aspects of your sound card(s), +such as selecting recording sources, choosing your default audio device, and +amplification. + +WWW: http://freeshell.de/~mk/projects/dsbmixer.html diff --git a/audio/dsbmixer/pkg-plist b/audio/dsbmixer/pkg-plist new file mode 100644 index 0000000..74977da --- /dev/null +++ b/audio/dsbmixer/pkg-plist @@ -0,0 +1,4 @@ +bin/dsbmixer +@(root,wheel,4750) libexec/dsbmixer_backend +share/applications/dsbmixer.desktop +%%NLS%%share/locale/de/LC_MESSAGES/dsbmixer.mo |