Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (63cac2d1ba1a29fcad9e653c132cffc24389a4ac)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (63cac2d1ba1a29fcad9e653c132cffc24389a4ac)
  • Date: Tue, 7 Feb 2017 05:07:01 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

ChangeLog | 3 +++
audio-drivers/sndio/BUILD | 2 ++
audio-drivers/sndio/DEPENDS | 1 +
audio-drivers/sndio/DETAILS | 20 ++++++++++++++++++++
audio-drivers/sndio/HISTORY | 2 ++
audio-drivers/sndio/INSTALL | 5 +++++
6 files changed, 33 insertions(+)

New commits:
commit 63cac2d1ba1a29fcad9e653c132cffc24389a4ac
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

sndio: new spell, Audio and MIDI framework

diff --git a/ChangeLog b/ChangeLog
index 76c86df..ff7d6ea 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2017-02-07 Ismael Luceno <ismael AT sourcemage.org>
+ * audio-drivers/sndio: new spell, Audio and MIDI framework
+
2017-02-06 Vlad Glagolev <stealth AT sourcemage.org>
* http/wuzz: new spell, interactive cli tool for HTTP inspection

diff --git a/audio-drivers/sndio/BUILD b/audio-drivers/sndio/BUILD
new file mode 100755
index 0000000..349589c
--- /dev/null
+++ b/audio-drivers/sndio/BUILD
@@ -0,0 +1,2 @@
+./configure --prefix="$INSTALL_ROOT"/usr $OPTS &&
+make
diff --git a/audio-drivers/sndio/DEPENDS b/audio-drivers/sndio/DEPENDS
new file mode 100755
index 0000000..d851231
--- /dev/null
+++ b/audio-drivers/sndio/DEPENDS
@@ -0,0 +1 @@
+depends alsa-lib
diff --git a/audio-drivers/sndio/DETAILS b/audio-drivers/sndio/DETAILS
new file mode 100755
index 0000000..2abad25
--- /dev/null
+++ b/audio-drivers/sndio/DETAILS
@@ -0,0 +1,20 @@
+ SPELL=sndio
+ VERSION=1.2.0
+ SOURCE="$SPELL-$VERSION.tar.gz"
+ WEB_SITE="http://www.sndio.org/";
+ SOURCE_URL[0]=$WEB_SITE/$SOURCE
+
SOURCE_HASH=sha512:c164818c57f61a8b68c96674159e7a45fe2be8b1e15dde933357fe4a91ac4d3d787171746fc5bb99e20f4123c705a571f1dc0a9d35b64f4f5e20c2cf977b30f4
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ LICENSE[0]="ISC"
+ ENTERED=20170207
+ KEYWORDS=""
+ SHORT="Audio and MIDI framework"
+cat << EOF
+Sndio is a small audio and MIDI framework part of the OpenBSD project and
+ported to FreeBSD, Linux and NetBSD. It provides a lightweight audio & MIDI
+server and a fully documented user-space API to access either the server or
+directly the hardware in a uniform way. Sndio is designed to work for desktop
+applications, but pays special attention to synchronization mechanisms and
+reliability required by music applications. Reliability through simplicity
+are part of the project goals.
+EOF
diff --git a/audio-drivers/sndio/HISTORY b/audio-drivers/sndio/HISTORY
new file mode 100644
index 0000000..4815154
--- /dev/null
+++ b/audio-drivers/sndio/HISTORY
@@ -0,0 +1,2 @@
+2017-02-07 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD, DEPENDS, DETAILS, INSTALL: spell created
diff --git a/audio-drivers/sndio/INSTALL b/audio-drivers/sndio/INSTALL
new file mode 100755
index 0000000..835eed7
--- /dev/null
+++ b/audio-drivers/sndio/INSTALL
@@ -0,0 +1,5 @@
+default_install &&
+mkdir /var/run/sndiod &&
+if ! exists_account sndiod; then
+ useradd -r -g audio -s /sbin/nologin -d /var/run/sndiod sndiod
+fi



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (63cac2d1ba1a29fcad9e653c132cffc24389a4ac), Ismael Luceno, 02/07/2017

Archive powered by MHonArc 2.6.24.

Top of Page