svn commit: r444821 - head/audio/dsbmixer
Thomas Zander
riggs at FreeBSD.org
Sat Jul 1 13:58:40 UTC 2017
Author: riggs
Date: Sat Jul 1 13:58:39 2017
New Revision: 444821
URL: https://svnweb.freebsd.org/changeset/ports/444821
Log:
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 at nic-nac-project.org (maintainer)
Modified:
head/audio/dsbmixer/Makefile
head/audio/dsbmixer/distinfo
head/audio/dsbmixer/pkg-descr
head/audio/dsbmixer/pkg-plist
Modified: head/audio/dsbmixer/Makefile
==============================================================================
--- head/audio/dsbmixer/Makefile Sat Jul 1 12:15:40 2017 (r444820)
+++ head/audio/dsbmixer/Makefile Sat Jul 1 13:58:39 2017 (r444821)
@@ -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 at 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>
Modified: head/audio/dsbmixer/distinfo
==============================================================================
--- head/audio/dsbmixer/distinfo Sat Jul 1 12:15:40 2017 (r444820)
+++ head/audio/dsbmixer/distinfo Sat Jul 1 13:58:39 2017 (r444821)
@@ -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
Modified: head/audio/dsbmixer/pkg-descr
==============================================================================
--- head/audio/dsbmixer/pkg-descr Sat Jul 1 12:15:40 2017 (r444820)
+++ head/audio/dsbmixer/pkg-descr Sat Jul 1 13:58:39 2017 (r444821)
@@ -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
Modified: head/audio/dsbmixer/pkg-plist
==============================================================================
--- head/audio/dsbmixer/pkg-plist Sat Jul 1 12:15:40 2017 (r444820)
+++ head/audio/dsbmixer/pkg-plist Sat Jul 1 13:58:39 2017 (r444821)
@@ -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
More information about the svn-ports-head
mailing list