Update to upstream version 1.0
Detailed maintainer notes: - This new version is basically a re-implementation of dsbmixer, which uses Qt5 instead of GTK+. PR: 220392 Submitted by: mk@nic-nac-project.org (maintainer)
This commit is contained in:
parent
c787f25215
commit
f48b7438f7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=444821
4 changed files with 15 additions and 14 deletions
|
@ -1,29 +1,29 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= dsbmixer
|
||||
PORTVERSION= 0.2.6
|
||||
PORTVERSION= 1.0
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://freeshell.de/~mk/download/
|
||||
|
||||
MAINTAINER= mk@nic-nac-project.org
|
||||
COMMENT= Tabbed GTK+ mixer for FreeBSD
|
||||
COMMENT= Tabbed Qt mixer for FreeBSD
|
||||
|
||||
LICENSE= BSD2CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= dsbwrtsysctl:sysutils/dsbwrtsysctl
|
||||
|
||||
USES= tar:tgz pkgconfig
|
||||
USE_GNOME= gtk20
|
||||
USES= tar:tgz qmake
|
||||
|
||||
OPTIONS_DEFINE= DEVD NLS
|
||||
USE_GL= gl
|
||||
USE_QT5= buildtools core gui linguisttools widgets
|
||||
|
||||
QMAKE_ARGS= PORTS=1
|
||||
|
||||
OPTIONS_DEFINE= DEVD
|
||||
OPTIONS_DEFAULT=DEVD
|
||||
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>
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
SHA256 (dsbmixer-0.2.6.tgz) = bd31e66397ddf52b279a30299fa2c89c5cbe810de6fd7224817c843b7e125746
|
||||
SIZE (dsbmixer-0.2.6.tgz) = 94720
|
||||
TIMESTAMP = 1498603599
|
||||
SHA256 (dsbmixer-1.0.tgz) = 31e794b0f942e469ddaf62d32b2aa5a4be661d706a4a6d5234eba356bf7f9385
|
||||
SIZE (dsbmixer-1.0.tgz) = 26396
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
DSBMixer is a tabbed GTK+ mixer for FreeBSD. For each installed mixer device
|
||||
DSBMixer is a tabbed Qt 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
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
bin/dsbmixer
|
||||
@(root,wheel,4750) libexec/dsbmixer_backend
|
||||
share/applications/dsbmixer.desktop
|
||||
%%NLS%%share/locale/de/LC_MESSAGES/dsbmixer.mo
|
||||
%%DATADIR%%/dsbmixer_de.qm
|
||||
|
|
Loading…
Reference in a new issue