summaryrefslogtreecommitdiffstats
path: root/audio-soft
diff options
context:
space:
mode:
authorVlad Glagolev2019-04-11 16:48:11 +0000
committerVlad Glagolev2019-04-12 02:23:06 +0000
commitaa77f013a9677b437193318378a4eb931d2ec97e (patch)
tree185a0922015910c629832aa8ac3531dfa759d145 /audio-soft
parentec84394085780db7ced660f82a2adb325a424b0b (diff)
pamixer: new spell, PulseAudio command line mixer
Diffstat (limited to 'audio-soft')
-rwxr-xr-xaudio-soft/pamixer/BUILD3
-rwxr-xr-xaudio-soft/pamixer/DEPENDS3
-rwxr-xr-xaudio-soft/pamixer/DETAILS16
-rw-r--r--audio-soft/pamixer/HISTORY2
-rwxr-xr-xaudio-soft/pamixer/INSTALL1
5 files changed, 25 insertions, 0 deletions
diff --git a/audio-soft/pamixer/BUILD b/audio-soft/pamixer/BUILD
new file mode 100755
index 0000000000..b52c7f71b9
--- /dev/null
+++ b/audio-soft/pamixer/BUILD
@@ -0,0 +1,3 @@
+CXXFLAGS="-std=c++0x ${CXXFLAGS}" &&
+
+make
diff --git a/audio-soft/pamixer/DEPENDS b/audio-soft/pamixer/DEPENDS
new file mode 100755
index 0000000000..b55ba44ab1
--- /dev/null
+++ b/audio-soft/pamixer/DEPENDS
@@ -0,0 +1,3 @@
+depends -sub CXX gcc &&
+depends pulseaudio &&
+depends -sub PROGRAM_OPTIONS boost
diff --git a/audio-soft/pamixer/DETAILS b/audio-soft/pamixer/DETAILS
new file mode 100755
index 0000000000..4b554c954f
--- /dev/null
+++ b/audio-soft/pamixer/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=pamixer
+ VERSION=1.4
+ SOURCE=${SPELL}-${VERSION}.tar.gz
+ SOURCE_URL[0]=https://github.com/cdemoulins/${SPELL}/archive/${VERSION}.tar.gz
+ SOURCE_HASH=sha512:e3916ed8dc020bb43e57994a9f35a506147a0fde42b88c30c661cbeffa40e0f74cae66cd015394e524684c32f9674de3e3763a1396a3e1b9aecbfdc3ed117fe4
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE=https://github.com/cdemoulins/pamixer
+ LICENSE[0]=GPL
+ ENTERED=20190411
+ SHORT="PulseAudio command line mixer"
+cat << EOF
+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.
+EOF
diff --git a/audio-soft/pamixer/HISTORY b/audio-soft/pamixer/HISTORY
new file mode 100644
index 0000000000..3b2ebed5f1
--- /dev/null
+++ b/audio-soft/pamixer/HISTORY
@@ -0,0 +1,2 @@
+2019-04-11 Vlad Glagolev <stealth@sourcemage.org>
+ * DETAILS, DEPENDS, BUILD, INSTALL: created spell, version 1.4
diff --git a/audio-soft/pamixer/INSTALL b/audio-soft/pamixer/INSTALL
new file mode 100755
index 0000000000..e72b41d353
--- /dev/null
+++ b/audio-soft/pamixer/INSTALL
@@ -0,0 +1 @@
+make PREFIX="${INSTALL_ROOT}/usr" install