summaryrefslogtreecommitdiffstats
path: root/audio-drivers/alsa-tinycompress
diff options
context:
space:
mode:
authorFlorian Franzmann2018-01-13 12:16:30 +0100
committerFlorian Franzmann2018-01-13 21:29:20 +0100
commit5113282b305650f8796e20100bb2bef7ffbdf17c (patch)
tree9fd8070ae5c9cc809731190976c068b03a604976 /audio-drivers/alsa-tinycompress
parent3fb8b168d53dc13107f2326b1d3f7d344007119b (diff)
audio-drivers/alsa-tinycompress: new spell, compression offloading for alsa
Diffstat (limited to 'audio-drivers/alsa-tinycompress')
-rwxr-xr-xaudio-drivers/alsa-tinycompress/DETAILS20
-rw-r--r--audio-drivers/alsa-tinycompress/HISTORY3
2 files changed, 23 insertions, 0 deletions
diff --git a/audio-drivers/alsa-tinycompress/DETAILS b/audio-drivers/alsa-tinycompress/DETAILS
new file mode 100755
index 0000000000..3540e23d02
--- /dev/null
+++ b/audio-drivers/alsa-tinycompress/DETAILS
@@ -0,0 +1,20 @@
+ SPELL=alsa-tinycompress
+ VERSION=1.1.5
+ SOURCE="tinycompress-${VERSION}.tar.bz2"
+ SOURCE_URL[0]=ftp://ftp.alsa-project.org/pub/tinycompress/${SOURCE}
+ SOURCE_HASH=sha512:9a932532b8a50a2f2379a3a3701cb82d62c7d9a2e61c0b4ee946d17604eab2afd9bc03b6307dcf935c2f7086d219155e474269451246935f9486c975a2c53e64
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/tinycompress-${VERSION}"
+ WEB_SITE="http://www.alsa-project.org"
+ LICENSE[0]=GPL
+ ENTERED=20180113
+ SHORT="userspace support for compression offloading in ALSA"
+cat << EOF
+tinycompress is a userspace library for anyone who wants to use the ALSA
+compressed APIs introduced in Linux 3.3.
+
+This library provides the APIs to open a ALSA compressed device and read/write
+compressed data like MP3 etc to it.
+
+This also includes a utility command line player (cplay) which demonstrates
+the usage of this API.
+EOF
diff --git a/audio-drivers/alsa-tinycompress/HISTORY b/audio-drivers/alsa-tinycompress/HISTORY
new file mode 100644
index 0000000000..5f31ed88e0
--- /dev/null
+++ b/audio-drivers/alsa-tinycompress/HISTORY
@@ -0,0 +1,3 @@
+2018-01-13 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
+ * DETAILS: spell created
+