diff --git a/audio/Makefile b/audio/Makefile index 60760ab207ee..ad04d4b96cbb 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -593,6 +593,7 @@ SUBDIR += pacpl SUBDIR += padthv1-lv2 SUBDIR += paman + SUBDIR += pamixer SUBDIR += paprefs SUBDIR += pavucontrol SUBDIR += pavucontrol-qt diff --git a/audio/pamixer/Makefile b/audio/pamixer/Makefile new file mode 100644 index 000000000000..1a4562c42b04 --- /dev/null +++ b/audio/pamixer/Makefile @@ -0,0 +1,23 @@ +# Created by: Daniel Menelkir + +PORTNAME= pamixer +DISTVERSIONPREFIX= v +DISTVERSION= 1.4-15 +DISTVERSIONSUFFIX= -g4ea2594 +CATEGORIES= audio + +MAINTAINER= menelkir@itroll.org +COMMENT= Pulseaudio command line mixer + +LICENSE= GPLv3 + +LIB_DEPENDS+= libpulse.so:audio/pulseaudio \ + libboost_program_options.so:devel/boost-libs + +USES= compiler:gcc-c++11-lib gmake localbase +USE_GITHUB= yes +GH_ACCOUNT= cdemoulins + +PLIST_FILES= bin/pamixer man/man1/pamixer.1.gz + +.include diff --git a/audio/pamixer/distinfo b/audio/pamixer/distinfo new file mode 100644 index 000000000000..83d99ee9a88a --- /dev/null +++ b/audio/pamixer/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1620727132 +SHA256 (cdemoulins-pamixer-v1.4-15-g4ea2594_GH0.tar.gz) = eaf1d04e9369b59ae14663ee4cb0c4186b199e8ac35ccbe361a01ff2be15c32d +SIZE (cdemoulins-pamixer-v1.4-15-g4ea2594_GH0.tar.gz) = 18374 diff --git a/audio/pamixer/pkg-descr b/audio/pamixer/pkg-descr new file mode 100644 index 000000000000..bfb776b6dc24 --- /dev/null +++ b/audio/pamixer/pkg-descr @@ -0,0 +1,18 @@ +Pulseaudio command line mixer. + +pamixer is like amixer but for pulseaudio. It can control the +volume levels of the sinks. Also, this project can provide you +a small C++ library to control pulseaudio. + +Features + - Get the current volume of the default sink, the default + source or a selected one by his id + - Set the volume for the default sink, the default + source or any other device + - List the sinks + - List the sources + - Increase / Decrease the volume for a device (using gamma + correction optionally) + - Mute or unmute a device + +WWW: https://github.com/cdemoulins/pamixer