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

Collapse All | Expand All

(-)b/audio/Makefile (+1 lines)
Lines 593-598 Link Here
593
    SUBDIR += pacpl
593
    SUBDIR += pacpl
594
    SUBDIR += padthv1-lv2
594
    SUBDIR += padthv1-lv2
595
    SUBDIR += paman
595
    SUBDIR += paman
596
    SUBDIR += pamixer
596
    SUBDIR += paprefs
597
    SUBDIR += paprefs
597
    SUBDIR += pavucontrol
598
    SUBDIR += pavucontrol
598
    SUBDIR += pavucontrol-qt
599
    SUBDIR += pavucontrol-qt
(-)b/audio/pamixer/Makefile (+23 lines)
Added Link Here
1
# Created by: Daniel Menelkir <menelkir@itroll.org>
2
3
PORTNAME=	pamixer
4
DISTVERSIONPREFIX=	v
5
DISTVERSION=	1.4-15
6
DISTVERSIONSUFFIX=	-g4ea2594
7
CATEGORIES=	audio
8
9
MAINTAINER=	menelkir@itroll.org
10
COMMENT=	Pulseaudio command line mixer
11
12
LICENSE=	GPLv3
13
14
LIB_DEPENDS+=	libpulse.so:audio/pulseaudio \
15
		libboost_program_options.so:devel/boost-libs
16
17
USES=		compiler:gcc-c++11-lib gmake localbase
18
USE_GITHUB=	yes
19
GH_ACCOUNT=	cdemoulins
20
21
PLIST_FILES=	bin/pamixer man/man1/pamixer.1.gz
22
23
.include <bsd.port.mk>
(-)b/audio/pamixer/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1620727132
2
SHA256 (cdemoulins-pamixer-v1.4-15-g4ea2594_GH0.tar.gz) = eaf1d04e9369b59ae14663ee4cb0c4186b199e8ac35ccbe361a01ff2be15c32d
3
SIZE (cdemoulins-pamixer-v1.4-15-g4ea2594_GH0.tar.gz) = 18374
(-)b/audio/pamixer/pkg-descr (+18 lines)
Added Link Here
1
Pulseaudio command line mixer.
2
3
pamixer is like amixer but for pulseaudio. It can control the
4
volume levels of the sinks. Also, this project can provide you
5
a small C++ library to control pulseaudio.
6
7
Features
8
  - Get the current volume of the default sink, the default
9
    source or a selected one by his id
10
  - Set the volume for the default sink, the default
11
    source or any other device
12
  - List the sinks
13
  - List the sources
14
  - Increase / Decrease the volume for a device (using gamma
15
    correction optionally)
16
  - Mute or unmute a device
17
18
WWW: https://github.com/cdemoulins/pamixer

Return to bug 255761