View | Details | Raw Unified | Return to bug 229310 | Differences between
and this patch

Collapse All | Expand All

(-)audio/pavucontrol-qt/Makefile (+28 lines)
Line 0 Link Here
1
# Created by: Olivier Duchateau
2
# $FreeBSD$
3
4
PORTNAME=	pavucontrol-qt
5
PORTVERSION=	0.4.0
6
CATEGORIES=	audio
7
MASTER_SITES=	LXQT/${PORTNAME}
8
9
MAINTAINER=	jesper@schmitz.computer
10
COMMENT=	PulseAudio mixer in Qt
11
12
LICENSE=	GPLv2
13
14
BUILD_DEPENDS=	xdg-user-dirs-update:devel/xdg-user-dirs
15
LIB_DEPENDS=	libpulse.so:audio/pulseaudio
16
RUN_DEPENDS=	xdg-user-dir:devel/xdg-user-dirs
17
18
USES=	cmake:outsource compiler:c++0x gettext-runtime localbase:ldflags \
19
	lxqt pkgconfig tar:xz
20
USE_QT5=	buildtools_build qmake_build core dbus gui linguisttools \
21
	widgets
22
USE_LXQT=	buildtools
23
USE_GNOME=	glib20
24
25
PLIST_FILES=	bin/pavucontrol-qt \
26
	share/applications/pavucontrol-qt.desktop
27
28
.include <bsd.port.mk>
(-)audio/pavucontrol-qt/distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1529709887
2
SHA256 (lxqt/pavucontrol-qt-0.4.0.tar.xz) = e6b2edc4079c067fa8710eee8bd7f11f148128a9f08d5d38e600b4c31f841b5f
3
SIZE (lxqt/pavucontrol-qt-0.4.0.tar.xz) = 34916
(-)audio/pavucontrol-qt/pkg-descr (+4 lines)
Line 0 Link Here
1
pavucontrol-qt is the Qt port of volume control pavucontrol of sound
2
server PulseAudio.
3
4
WWW: https://github.com/lxde/pavucontrol-qt

Return to bug 229310