Skip to Content.
Sympa Menu

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

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 (008d99470bcd0efaf8fa2fc2afb3979562e9e520)
  • Date: Tue, 6 Mar 2018 21:28:50 +0000

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

ChangeLog | 4 ++++
audio-drivers/ossp/BUILD | 1 +
audio-drivers/ossp/DEPENDS | 7 +++++++
audio-drivers/ossp/DETAILS | 16 ++++++++++++++++
audio-drivers/ossp/HISTORY | 2 ++
audio-drivers/ossp/INSTALL | 2 ++
6 files changed, 32 insertions(+)

New commits:
commit 008d99470bcd0efaf8fa2fc2afb3979562e9e520
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

ossp: new spell, OSS Proxy - emulate OSS device using CUSE

diff --git a/ChangeLog b/ChangeLog
index 8b4ce95..e618f64 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2018-03-06 Ismael Luceno <ismael AT sourcemage.org>
+ * audio-drivers/ossp: new spell, OSS Proxy - emulate OSS device
+ using CUSE
+
2018-02-26 Treeve Jelbert <treeve AT sourcemage.org>
* xorg/xserver: exerimental meson based build of xorg-server
* MESON_FUNCTIONS: tweak
diff --git a/audio-drivers/ossp/BUILD b/audio-drivers/ossp/BUILD
new file mode 100755
index 0000000..8f42aad
--- /dev/null
+++ b/audio-drivers/ossp/BUILD
@@ -0,0 +1 @@
+make osspd $OPTS
diff --git a/audio-drivers/ossp/DEPENDS b/audio-drivers/ossp/DEPENDS
new file mode 100755
index 0000000..4a44395
--- /dev/null
+++ b/audio-drivers/ossp/DEPENDS
@@ -0,0 +1,7 @@
+depends fuse3 &&
+optional_depends alsa-lib \
+ 'ossp-alsap' '' \
+ 'for ALSA output support' &&
+optional_depends pulseaudio \
+ 'ossp-padsp' '' \
+ 'for PulseAudio output support'
diff --git a/audio-drivers/ossp/DETAILS b/audio-drivers/ossp/DETAILS
new file mode 100755
index 0000000..43b670b
--- /dev/null
+++ b/audio-drivers/ossp/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=ossp
+ VERSION=1.3.2
+ SOURCE="$SPELL-$VERSION.tar.gz"
+ SOURCE_URL[0]=https://sourceforge.net/projects/${SPELL}d/files/$SOURCE
+
SOURCE_HASH=sha512:672643187ec58bbfdd0f3207fd68037405bf86647c040a09d5db485754d82203a60e703b01bbbd6fd9698a689a63384876caf5a171229585f35ca73c44d708d2
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ WEB_SITE="https://sourceforge.net/projects/osspd/";
+ LICENSE[0]="GPLv2"
+ ENTERED=20180306
+ KEYWORDS=""
+ SHORT="OSS Proxy - emulate OSS device using CUSE"
+cat << EOF
+OSS Proxy Daemon is a Linux userland OSS sound device (/dev/[a]dsp and
+/dev/mixer) implementation using CUSE. Currently it supports forwarding OSS
+sound streams to PulseAudio and ALSA.
+EOF
diff --git a/audio-drivers/ossp/HISTORY b/audio-drivers/ossp/HISTORY
new file mode 100644
index 0000000..327f970
--- /dev/null
+++ b/audio-drivers/ossp/HISTORY
@@ -0,0 +1,2 @@
+2018-03-06 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD, DEPENDS, DETAILS, INSTALL: spell created
diff --git a/audio-drivers/ossp/INSTALL b/audio-drivers/ossp/INSTALL
new file mode 100755
index 0000000..c600cf3
--- /dev/null
+++ b/audio-drivers/ossp/INSTALL
@@ -0,0 +1,2 @@
+install -D -m755 osspd $OPTS "$INSTALL_ROOT/usr/sbin" &&
+install -D -m644 98-osscuse.rules "$INSTALL_ROOT/etc/udev/rules.d"



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (008d99470bcd0efaf8fa2fc2afb3979562e9e520), Ismael Luceno, 03/06/2018

Archive powered by MHonArc 2.6.24.

Top of Page