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

Collapse All | Expand All

(-)b/audio/pamixer/Makefile (+21 lines)
Added Link Here
1
# 2021 - menelkir@itroll.org
2
3
PORTNAME=	pamixer
4
DISTVERSION=	1.4-4ea2594
5
CATEGORIES=	audio
6
7
MAINTAINER=	menelkir@itroll.org
8
COMMENT=	Pulseaudio command line mixer
9
10
LICENSE=	GPLv3
11
12
LIB_DEPENDS+=	libpulse.so:audio/pulseaudio \
13
		libboost_program_options.so:devel/boost-libs
14
15
USES=		compiler:gcc-c++11-lib gmake localbase
16
USE_GITHUB=	yes
17
GH_ACCOUNT=	cdemoulins
18
GH_PROJECT=	pamixer
19
GH_TAGNAME=	4ea2594
20
21
.include <bsd.port.mk>
(-)b/audio/pamixer/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1620672190
2
SHA256 (cdemoulins-pamixer-1.4-4ea2594-4ea2594_GH0.tar.gz) = e9940c4214da8b81410d4294568c86c109941bc38eed5da0999db20aa0c1f6b0
3
SIZE (cdemoulins-pamixer-1.4-4ea2594-4ea2594_GH0.tar.gz) = 18348
(-)b/audio/pamixer/pkg-descr (+3 lines)
Added Link Here
1
Pulseaudio command line mixer.
2
3
WWW: https://github.com/cdemoulins/pamixer
(-)b/audio/pamixer/pkg-plist (+2 lines)
Added Link Here
1
bin/pamixer
2
man/man1/pamixer.1.gz

Return to bug 255761