From owner-svn-ports-head@freebsd.org Sun Mar 13 14:41:46 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 40E83ACF455; Sun, 13 Mar 2016 14:41:46 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 18342E79; Sun, 13 Mar 2016 14:41:46 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2DEfjTC037554; Sun, 13 Mar 2016 14:41:45 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2DEfiCp037549; Sun, 13 Mar 2016 14:41:44 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201603131441.u2DEfiCp037549@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Sun, 13 Mar 2016 14:41:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r410972 - in head/audio: . dsbmixer X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Mar 2016 14:41:46 -0000 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 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 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