Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (d25b5c49a2df6c2e7cff674a58ed804eba1285ca)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (d25b5c49a2df6c2e7cff674a58ed804eba1285ca)
  • Date: Wed, 5 Jun 2019 21:58:51 +0000

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

ChangeLog | 1 +
audio-soft/pulsemixer/BUILD | 1 +
audio-soft/pulsemixer/DEPENDS | 4 ++++
audio-soft/pulsemixer/DETAILS | 13 +++++++++++++
audio-soft/pulsemixer/HISTORY | 2 ++
audio-soft/pulsemixer/INSTALL | 1 +
audio-soft/pulsemixer/PRE_BUILD | 4 ++++
7 files changed, 26 insertions(+)

New commits:
commit d25b5c49a2df6c2e7cff674a58ed804eba1285ca
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

pulsemixer: new spell, CLI and curses mixer for PulseAudio

diff --git a/ChangeLog b/ChangeLog
index 55f2619..d7fffb1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
2019-06-05 Vlad Glagolev <stealth AT sourcemage.org>
* python-pypi/httpcat: new spell, create raw HTTP requests on the
command line
+ * audio-soft/pulsemixer: new spell, CLI and curses mixer for
PulseAudio

2019-05-31 Remko van der Vossen <wich AT sourcemage.org>
* java/openjdk12: new spell, JDK 12
diff --git a/audio-soft/pulsemixer/BUILD b/audio-soft/pulsemixer/BUILD
new file mode 100755
index 0000000..78e28e3
--- /dev/null
+++ b/audio-soft/pulsemixer/BUILD
@@ -0,0 +1 @@
+default_build_python3
diff --git a/audio-soft/pulsemixer/DEPENDS b/audio-soft/pulsemixer/DEPENDS
new file mode 100755
index 0000000..7a11413
--- /dev/null
+++ b/audio-soft/pulsemixer/DEPENDS
@@ -0,0 +1,4 @@
+depends python3 &&
+depends SETUPTOOLS &&
+
+runtime_depends pulseaudio
diff --git a/audio-soft/pulsemixer/DETAILS b/audio-soft/pulsemixer/DETAILS
new file mode 100755
index 0000000..ab0cf01
--- /dev/null
+++ b/audio-soft/pulsemixer/DETAILS
@@ -0,0 +1,13 @@
+ SPELL=pulsemixer
+ VERSION=1.5.0
+ SOURCE=${SPELL}-${VERSION}.tar.gz
+
SOURCE_URL[0]=https://github.com/GeorgeFilipkin/${SPELL}/archive/${VERSION}.tar.gz
+
SOURCE_HASH=sha512:e07556a0cf2c9f660764977158cf1e338f7d8a92eae639c4a8f355847840e3aa9fb65adf553dbde905b64f2eff57c630bbfe19cfd5420b6205b1e2f688a6de64
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE=https://github.com/GeorgeFilipkin/pulsemixer
+ LICENSE[0]=MIT
+ ENTERED=20190605
+ SHORT="CLI and curses mixer for PulseAudio"
+cat << EOF
+pulsemixer is a CLI and curses mixer for PulseAudio.
+EOF
diff --git a/audio-soft/pulsemixer/HISTORY b/audio-soft/pulsemixer/HISTORY
new file mode 100644
index 0000000..59bbfea
--- /dev/null
+++ b/audio-soft/pulsemixer/HISTORY
@@ -0,0 +1,2 @@
+2019-06-05 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS, DEPENDS, {PRE_,}BUILD, INSTALL: created spell, version
1.5.0
diff --git a/audio-soft/pulsemixer/INSTALL b/audio-soft/pulsemixer/INSTALL
new file mode 100755
index 0000000..6a91b84
--- /dev/null
+++ b/audio-soft/pulsemixer/INSTALL
@@ -0,0 +1 @@
+default_install_python3
diff --git a/audio-soft/pulsemixer/PRE_BUILD b/audio-soft/pulsemixer/PRE_BUILD
new file mode 100755
index 0000000..561051b
--- /dev/null
+++ b/audio-soft/pulsemixer/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+cd "${SOURCE_DIRECTORY}" &&
+
+sedit "/long_description/d;/README\.md/d" setup.py



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (d25b5c49a2df6c2e7cff674a58ed804eba1285ca), Vlad Glagolev, 06/05/2019

Archive powered by MHonArc 2.6.24.

Top of Page