Date: Thu, 25 Oct 2018 15:47:06 +0000 (UTC) From: Jesper Schmitz Mouridsen <jsm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r482973 - in head/audio: . pavucontrol-qt Message-ID: <201810251547.w9PFl68l084062@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jsm Date: Thu Oct 25 15:47:05 2018 New Revision: 482973 URL: https://svnweb.freebsd.org/changeset/ports/482973 Log: New port audio/pavucontrol-qt pavucontrol-qt is the Qt port of volume control pavucontrol of sound server PulseAudio. WWW: https://github.com/lxqt/pavucontrol-qt/ PR: 229310 Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D17700 Added: head/audio/pavucontrol-qt/ head/audio/pavucontrol-qt/Makefile (contents, props changed) head/audio/pavucontrol-qt/distinfo (contents, props changed) head/audio/pavucontrol-qt/pkg-descr (contents, props changed) Modified: head/audio/Makefile Modified: head/audio/Makefile ============================================================================== --- head/audio/Makefile Thu Oct 25 14:05:59 2018 (r482972) +++ head/audio/Makefile Thu Oct 25 15:47:05 2018 (r482973) @@ -640,6 +640,7 @@ SUBDIR += paprefs SUBDIR += patchage SUBDIR += pavucontrol + SUBDIR += pavucontrol-qt SUBDIR += pavumeter SUBDIR += pc-mixer SUBDIR += pd Added: head/audio/pavucontrol-qt/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/pavucontrol-qt/Makefile Thu Oct 25 15:47:05 2018 (r482973) @@ -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 <bsd.port.mk> Added: head/audio/pavucontrol-qt/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/pavucontrol-qt/distinfo Thu Oct 25 15:47:05 2018 (r482973) @@ -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 Added: head/audio/pavucontrol-qt/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/pavucontrol-qt/pkg-descr Thu Oct 25 15:47:05 2018 (r482973) @@ -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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810251547.w9PFl68l084062>