Index: head/audio/Makefile =================================================================== --- head/audio/Makefile +++ head/audio/Makefile @@ -640,6 +640,7 @@ SUBDIR += paprefs SUBDIR += patchage SUBDIR += pavucontrol + SUBDIR += pavucontrol-qt SUBDIR += pavumeter SUBDIR += pc-mixer SUBDIR += pd Index: head/audio/pavucontrol-qt/Makefile =================================================================== --- head/audio/pavucontrol-qt/Makefile +++ head/audio/pavucontrol-qt/Makefile @@ -0,0 +1,26 @@ +# Created by: Olivier Duchateau +# $FreeBSD$ + +PORTNAME= pavucontrol-qt +PORTVERSION= 0.4.0 +CATEGORIES= audio +MASTER_SITES= LXQT/${PORTNAME} + +MAINTAINER= jsm@FreeBSD.org +COMMENT= PulseAudio mixer in Qt + +LICENSE= GPLv2 + +LIB_DEPENDS= libpulse.so:audio/pulseaudio + +USES= cmake:outsource compiler:c++11-lang gettext-runtime localbase:ldflags qt:5 \ + lxqt pkgconfig tar:xz gnome +USE_QT= buildtools_build qmake_build core dbus gui linguisttools \ + widgets +USE_LXQT= buildtools +USE_GNOME= glib20 + +PLIST_FILES= bin/pavucontrol-qt \ + share/applications/pavucontrol-qt.desktop + +.include Index: head/audio/pavucontrol-qt/distinfo =================================================================== --- head/audio/pavucontrol-qt/distinfo +++ head/audio/pavucontrol-qt/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1529709887 +SHA256 (lxqt/pavucontrol-qt-0.4.0.tar.xz) = e6b2edc4079c067fa8710eee8bd7f11f148128a9f08d5d38e600b4c31f841b5f +SIZE (lxqt/pavucontrol-qt-0.4.0.tar.xz) = 34916 Index: head/audio/pavucontrol-qt/pkg-descr =================================================================== --- head/audio/pavucontrol-qt/pkg-descr +++ head/audio/pavucontrol-qt/pkg-descr @@ -0,0 +1,4 @@ +pavucontrol-qt is the Qt port of volume control pavucontrol of sound +server PulseAudio. + +WWW: https://github.com/lxqt/pavucontrol-qt/