summaryrefslogtreecommitdiffstats
path: root/audio-drivers/apulse
diff options
context:
space:
mode:
authorIsmael Luceno2015-01-12 07:44:35 -0300
committerIsmael Luceno2015-01-12 07:58:45 -0300
commit05864b229c24bcf1551d881ca389b227e022283a (patch)
tree482575fc90813e0dcc579e246f84648051942c40 /audio-drivers/apulse
parentbfb2cad90a0ae57dbc72a94ab444c789b6fe4b9e (diff)
apulse: new spell, PulseAudio emulation for ALSA
Diffstat (limited to 'audio-drivers/apulse')
-rwxr-xr-xaudio-drivers/apulse/BUILD1
-rwxr-xr-xaudio-drivers/apulse/DEPENDS4
-rwxr-xr-xaudio-drivers/apulse/DETAILS13
-rw-r--r--audio-drivers/apulse/HISTORY2
4 files changed, 20 insertions, 0 deletions
diff --git a/audio-drivers/apulse/BUILD b/audio-drivers/apulse/BUILD
new file mode 100755
index 0000000000..e013b8d866
--- /dev/null
+++ b/audio-drivers/apulse/BUILD
@@ -0,0 +1 @@
+cmake_build
diff --git a/audio-drivers/apulse/DEPENDS b/audio-drivers/apulse/DEPENDS
new file mode 100755
index 0000000000..9a884dae34
--- /dev/null
+++ b/audio-drivers/apulse/DEPENDS
@@ -0,0 +1,4 @@
+depends cmake &&
+depends pkgconfig &&
+depends alsa-lib &&
+depends glib2
diff --git a/audio-drivers/apulse/DETAILS b/audio-drivers/apulse/DETAILS
new file mode 100755
index 0000000000..895860d38f
--- /dev/null
+++ b/audio-drivers/apulse/DETAILS
@@ -0,0 +1,13 @@
+ SPELL=apulse
+ VERSION=0.1.5
+ SOURCE="$SPELL-$VERSION.tar.gz"
+ SOURCE_URL[0]=https://github.com/i-rinat/$SPELL/archive/v$VERSION.tar.gz
+ SOURCE_HASH=sha512:985667557ee1f2ea445a935cb48bf7b4c3a731c31734496d7658a5e3b31cf32e6fd3416d2f281c2bc7f8be13ac9bee25e2f91e1846c2d990d7f89f00934936b9
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-0.1.5"
+ WEB_SITE="https://github.com/i-rinat/apulse"
+ LICENSE[0]="MIT"
+ ENTERED=20150112
+ KEYWORDS=""
+ SHORT="PulseAudio emulation for ALSA"
+cat << EOF
+EOF
diff --git a/audio-drivers/apulse/HISTORY b/audio-drivers/apulse/HISTORY
new file mode 100644
index 0000000000..a88b71bb12
--- /dev/null
+++ b/audio-drivers/apulse/HISTORY
@@ -0,0 +1,2 @@
+2015-01-12 Ismael Luceno <ismael@sourcemage.org>
+ * BUILD, DEPENDS, DETAILS: spell created