Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Mar 2016 14:41:44 +0000 (UTC)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r410972 - in head/audio: . dsbmixer
Message-ID:  <201603131441.u2DEfiCp037549@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rakuco
Date: Sun Mar 13 14:41:44 2016
New Revision: 410972
URL: https://svnweb.freebsd.org/changeset/ports/410972

Log:
  New port: audio/dsbmixer.
  
  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
  
  PR:		207782
  Submitted by:	Marcel Kaiser <mk@nic-nac-project.org>

Added:
  head/audio/dsbmixer/
  head/audio/dsbmixer/Makefile   (contents, props changed)
  head/audio/dsbmixer/distinfo   (contents, props changed)
  head/audio/dsbmixer/pkg-descr   (contents, props changed)
  head/audio/dsbmixer/pkg-plist   (contents, props changed)
Modified:
  head/audio/Makefile

Modified: head/audio/Makefile
==============================================================================
--- head/audio/Makefile	Sun Mar 13 14:39:50 2016	(r410971)
+++ head/audio/Makefile	Sun Mar 13 14:41:44 2016	(r410972)
@@ -106,6 +106,7 @@
     SUBDIR += discid
     SUBDIR += dream
     SUBDIR += drumpiler
+    SUBDIR += dsbmixer
     SUBDIR += dssi
     SUBDIR += dtmfdial
     SUBDIR += dumb

Added: head/audio/dsbmixer/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/dsbmixer/Makefile	Sun Mar 13 14:41:44 2016	(r410972)
@@ -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>

Added: head/audio/dsbmixer/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/dsbmixer/distinfo	Sun Mar 13 14:41:44 2016	(r410972)
@@ -0,0 +1,2 @@
+SHA256 (dsbmixer-0.2.5.tgz) = 96fa3e0222e596250b541187ddb9ce07acec507c961f1385cd5dd80ead5fb4fc
+SIZE (dsbmixer-0.2.5.tgz) = 94720

Added: head/audio/dsbmixer/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/dsbmixer/pkg-descr	Sun Mar 13 14:41:44 2016	(r410972)
@@ -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

Added: head/audio/dsbmixer/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/dsbmixer/pkg-plist	Sun Mar 13 14:41:44 2016	(r410972)
@@ -0,0 +1,4 @@
+bin/dsbmixer
+@(root,wheel,4750) libexec/dsbmixer_backend
+share/applications/dsbmixer.desktop
+%%NLS%%share/locale/de/LC_MESSAGES/dsbmixer.mo



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201603131441.u2DEfiCp037549>