summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2016-02-17 12:50:28 +0100
committerAlexander Larsson <alexl@redhat.com>2016-02-17 12:50:28 +0100
commit5404a301ebec19bdb0740b06ff581405fa0ec4dc (patch)
treeda96e2499a103e26f3b85afba458a3478812d706
parent0eac52013cd449dc2233f2677d26c5ad641517a9 (diff)
Add libalsa and alsa pulseaudio plugin
-rw-r--r--org.freedesktop.Sdk.json36
1 files changed, 36 insertions, 0 deletions
diff --git a/org.freedesktop.Sdk.json b/org.freedesktop.Sdk.json
index de39e5f..162e99d 100644
--- a/org.freedesktop.Sdk.json
+++ b/org.freedesktop.Sdk.json
@@ -1049,6 +1049,42 @@
]
},
{
+ "name": "alsa-lib",
+ "config-opts": [ "--disable-aload", "--disable-alisp", "--disable-old-symbols",
+ "--disable-rawmidi", "--disable-instr",
+ "--with-pcm-plugins=hw ioplug extplug"],
+ "sources": [
+ {
+ "type": "git",
+ "url": "git://git.alsa-project.org/alsa-lib.git",
+ "branch": "v1.1.0"
+ },
+ {
+ "type": "script",
+ "dest-filename": "autogen.sh",
+ "commands": [ "autoreconf -i" ]
+ }
+ ]
+ },
+ {
+ "name": "alsa-plugins",
+ "config-opts": [ "--disable-jack", "--enable-pulseaudio", "--disable-samplerate",
+ "--disable-avcodec", "--with-speex=no"],
+ "post-install": [ "mv /usr/share/alsa/alsa.conf.d/99-pulseaudio-default.conf.example /usr/share/alsa/alsa.conf.d/99-pulseaudio-default.conf" ],
+ "sources": [
+ {
+ "type": "git",
+ "url": "git://git.alsa-project.org/alsa-plugins.git",
+ "branch": "v1.1.0"
+ },
+ {
+ "type": "script",
+ "dest-filename": "autogen.sh",
+ "commands": [ "autoreconf -i" ]
+ }
+ ]
+ },
+ {
"name": "libepoxy",
"sources": [
{