summaryrefslogtreecommitdiff
path: root/audio-bluetooth
diff options
context:
space:
mode:
authorAdam Coldrick <adam.coldrick@codethink.co.uk>2014-04-09 08:16:20 +0000
committerAdam Coldrick <adam.coldrick@codethink.co.uk>2014-04-09 08:16:20 +0000
commit2deabedb6e998d3bd96fd910617461a24a11d73b (patch)
treec61c71fda6768404ccfde568d9fcb36c2e787f52 /audio-bluetooth
parent895bd79b3fa5178a6e2bf0d190ea7b5e660d8859 (diff)
downloaddefinitions-2deabedb6e998d3bd96fd910617461a24a11d73b.tar.gz
Move chunk morphologies into the definitions repositorybaserock/adamcoldrick/chunks-in-definitions
Actually move all the chunk morphologies into the subdirectory for the stratum containing each chunk. Also add a repo and ref field to the chunk morphologies. Any chunks which did not previously have chunk morphologies have now had a morphology generated.
Diffstat (limited to 'audio-bluetooth')
-rw-r--r--audio-bluetooth/alsa-lib.morph6
-rw-r--r--audio-bluetooth/alsa-utils.morph11
-rw-r--r--audio-bluetooth/bluez-tools.morph12
-rw-r--r--audio-bluetooth/bluez.morph18
-rw-r--r--audio-bluetooth/json-c.morph9
-rw-r--r--audio-bluetooth/libatomic_ops.morph5
-rw-r--r--audio-bluetooth/libical.morph8
-rw-r--r--audio-bluetooth/libsndfile.morph7
-rw-r--r--audio-bluetooth/mobile-broadband-provider-info.morph5
-rw-r--r--audio-bluetooth/nohands.morph10
-rw-r--r--audio-bluetooth/obexd.morph8
-rw-r--r--audio-bluetooth/ofono.morph16
-rw-r--r--audio-bluetooth/pulseaudio.morph22
-rw-r--r--audio-bluetooth/readline.morph5
-rw-r--r--audio-bluetooth/speex.morph5
15 files changed, 147 insertions, 0 deletions
diff --git a/audio-bluetooth/alsa-lib.morph b/audio-bluetooth/alsa-lib.morph
new file mode 100644
index 00000000..3f36ca52
--- /dev/null
+++ b/audio-bluetooth/alsa-lib.morph
@@ -0,0 +1,6 @@
+name: audio-bluetooth/alsa-lib.morph
+kind: chunk
+description: ALSA library
+repo: upstream:alsa-lib
+ref: ab715503853be8d8f365fd157c3cb97ef7a89f7b
+build-system: autotools
diff --git a/audio-bluetooth/alsa-utils.morph b/audio-bluetooth/alsa-utils.morph
new file mode 100644
index 00000000..d4ed3433
--- /dev/null
+++ b/audio-bluetooth/alsa-utils.morph
@@ -0,0 +1,11 @@
+name: audio-bluetooth/alsa-utils.morph
+kind: chunk
+description: ALSA utilities
+repo: upstream:alsa-utils
+ref: f12208425051a7abf5ffc87ac2b9d2bd9e096fe1
+build-system: autotools
+configure-commands:
+- autoreconf -ifv
+- ./configure --prefix="$PREFIX" --disable-xmlto
+build_depends:
+- audio-bluetooth/alsa-lib.morph
diff --git a/audio-bluetooth/bluez-tools.morph b/audio-bluetooth/bluez-tools.morph
new file mode 100644
index 00000000..5cf36830
--- /dev/null
+++ b/audio-bluetooth/bluez-tools.morph
@@ -0,0 +1,12 @@
+name: audio-bluetooth/bluez-tools.morph
+kind: chunk
+description: A set of tools to manage Bluetooth devices for Linux
+repo: upstream:bluez-tools
+ref: 7350787e96a6ecf2cc5d4afddb3321ccad9fa461
+build-system: autotools
+configure-commands:
+- sed -i -e 's/-lreadline/-lreadline -lncurses/g' configure.ac
+- ./autogen.sh
+- ./configure --prefix="$PREFIX" --disable-obex
+build-commands:
+- LDFLAGS="$LDFLAGS -lncurses" make
diff --git a/audio-bluetooth/bluez.morph b/audio-bluetooth/bluez.morph
new file mode 100644
index 00000000..07e761c4
--- /dev/null
+++ b/audio-bluetooth/bluez.morph
@@ -0,0 +1,18 @@
+name: audio-bluetooth/bluez.morph
+kind: chunk
+description: Bluetooth protocol stack for Linux
+repo: upstream:bluez
+ref: 9e483337a42f0ddef06cc9ad146c8523f2b08888
+build-system: autotools
+configure-commands:
+- autoreconf -ivf
+- ./configure --prefix="$PREFIX" --enable-tools --enable-test --enable-alsa --enable-library
+ --with-telephony=ofono --sysconfdir=/etc --localstatedir=/var --libexecdir=/lib
+install-commands:
+- make install
+- mkdir -p "$DESTDIR/etc/systemd/system/bluetooth.target.wants"
+- ln -s /lib/systemd/system/bluetooth.service "$DESTDIR/etc/systemd/system/bluetooth.target.wants/bluetooth.service"
+build_depends:
+- audio-bluetooth/readline.morph
+- audio-bluetooth/libical.morph
+- audio-bluetooth/alsa-lib.morph
diff --git a/audio-bluetooth/json-c.morph b/audio-bluetooth/json-c.morph
new file mode 100644
index 00000000..c7fcf416
--- /dev/null
+++ b/audio-bluetooth/json-c.morph
@@ -0,0 +1,9 @@
+name: audio-bluetooth/json-c.morph
+kind: chunk
+description: JSON C Library
+repo: upstream:json-c
+ref: 60a5f3dedc879db3e5dacdd3b7e3e543c2e1bae7
+build-system: autotools
+install-commands:
+- make DESTDIR="$DESTDIR" install
+- install -m755 json_object_iterator.h "$DESTDIR/usr/include/json"
diff --git a/audio-bluetooth/libatomic_ops.morph b/audio-bluetooth/libatomic_ops.morph
new file mode 100644
index 00000000..1d8eb6b1
--- /dev/null
+++ b/audio-bluetooth/libatomic_ops.morph
@@ -0,0 +1,5 @@
+name: audio-bluetooth/libatomic_ops.morph
+kind: chunk
+repo: upstream:libatomic_ops
+ref: 0a58f5d63969c10d2141af89cb7a53df786909ab
+build-system: autotools
diff --git a/audio-bluetooth/libical.morph b/audio-bluetooth/libical.morph
new file mode 100644
index 00000000..3d000062
--- /dev/null
+++ b/audio-bluetooth/libical.morph
@@ -0,0 +1,8 @@
+name: audio-bluetooth/libical.morph
+kind: chunk
+repo: upstream:libical
+ref: 52568782ae136e1ec4ddf3eb6da7b0f3fbd3f1b3
+build-system: autotools
+configure-commands:
+- autoreconf -ivf
+- ./configure --prefix="$PREFIX"
diff --git a/audio-bluetooth/libsndfile.morph b/audio-bluetooth/libsndfile.morph
new file mode 100644
index 00000000..2ec1bd65
--- /dev/null
+++ b/audio-bluetooth/libsndfile.morph
@@ -0,0 +1,7 @@
+name: audio-bluetooth/libsndfile.morph
+kind: chunk
+repo: upstream:libsndfile
+ref: 6c05c615c95ffef7a8a5a707cde0bb52bdd74244
+build-system: autotools
+configure-commands:
+- ./configure --prefix="$PREFIX" --disable-external-libs
diff --git a/audio-bluetooth/mobile-broadband-provider-info.morph b/audio-bluetooth/mobile-broadband-provider-info.morph
new file mode 100644
index 00000000..2917b123
--- /dev/null
+++ b/audio-bluetooth/mobile-broadband-provider-info.morph
@@ -0,0 +1,5 @@
+name: audio-bluetooth/mobile-broadband-provider-info.morph
+kind: chunk
+repo: upstream:mobile-broadband-provider-info
+ref: 4ed19e11c2975105b71b956440acdb25d46a347d
+build-system: autotools
diff --git a/audio-bluetooth/nohands.morph b/audio-bluetooth/nohands.morph
new file mode 100644
index 00000000..073f2647
--- /dev/null
+++ b/audio-bluetooth/nohands.morph
@@ -0,0 +1,10 @@
+name: audio-bluetooth/nohands.morph
+kind: chunk
+repo: upstream:nohands
+ref: 20ec5cc245fd5e74d9a0fc21497d1ba4164f2a3a
+build-system: autotools
+build-commands:
+- make CXXFLAGS="-fpermissive -lpthread"
+build_depends:
+- audio-bluetooth/bluez.morph
+- audio-bluetooth/speex.morph
diff --git a/audio-bluetooth/obexd.morph b/audio-bluetooth/obexd.morph
new file mode 100644
index 00000000..a3b57b6d
--- /dev/null
+++ b/audio-bluetooth/obexd.morph
@@ -0,0 +1,8 @@
+name: audio-bluetooth/obexd.morph
+kind: chunk
+repo: upstream:obexd
+ref: 4225280022c206762c91beee47c62d05e1baeacc
+build-system: autotools
+build_depends:
+- audio-bluetooth/bluez.morph
+- audio-bluetooth/libical.morph
diff --git a/audio-bluetooth/ofono.morph b/audio-bluetooth/ofono.morph
new file mode 100644
index 00000000..b144a398
--- /dev/null
+++ b/audio-bluetooth/ofono.morph
@@ -0,0 +1,16 @@
+name: audio-bluetooth/ofono.morph
+kind: chunk
+description: ofono Open Source Telephony
+repo: upstream:ofono
+ref: a53228f6b1b32d0405c0c3c8e0861d6202ffbba2
+build-system: autotools
+configure-commands:
+- autoreconf -ivf
+- ./configure --prefix="$PREFIX" --sysconfdir=/etc --localstatedir=/var
+install-commands:
+- make install
+- mkdir -p "$DESTDIR/etc/systemd/system/multi-user.target.wants"
+- ln -s /lib/systemd/system/ofono.service "$DESTDIR/etc/systemd/system/multi-user.target.wants/ofono.service"
+build_depends:
+- audio-bluetooth/mobile-broadband-provider-info.morph
+- audio-bluetooth/bluez.morph
diff --git a/audio-bluetooth/pulseaudio.morph b/audio-bluetooth/pulseaudio.morph
new file mode 100644
index 00000000..e8a86544
--- /dev/null
+++ b/audio-bluetooth/pulseaudio.morph
@@ -0,0 +1,22 @@
+name: audio-bluetooth/pulseaudio.morph
+kind: chunk
+description: PulseAudio System
+repo: upstream:pulseaudio
+ref: e1b44688c0db505f70761fe76b4fed2ca6924a09
+build-system: autotools
+configure-commands:
+- ./autogen.sh
+- ./configure --prefix="$PREFIX" --localstatedir=/var --sysconfdir=/etc --with-database=simple
+install-commands:
+- make DESTDIR="$DESTDIR" install
+- mkdir -p "$DESTDIR/lib/systemd/system"
+- install -m755 pulseaudio.service "$DESTDIR/lib/systemd/system"
+- mkdir -p "$DESTDIR/etc/systemd/system/multi-user.target.wants"
+- ln -s /lib/systemd/system/pulseaudio.service "$DESTDIR/etc/systemd/system/multi-user.target.wants/pulseaudio.service"
+build_depends:
+- audio-bluetooth/libsndfile.morph
+- audio-bluetooth/libatomic_ops.morph
+- audio-bluetooth/speex.morph
+- audio-bluetooth/json-c.morph
+- audio-bluetooth/alsa-lib.morph
+- audio-bluetooth/bluez.morph
diff --git a/audio-bluetooth/readline.morph b/audio-bluetooth/readline.morph
new file mode 100644
index 00000000..39c9bfc8
--- /dev/null
+++ b/audio-bluetooth/readline.morph
@@ -0,0 +1,5 @@
+name: audio-bluetooth/readline.morph
+kind: chunk
+repo: upstream:readline
+ref: 518937ab89be812ccd45e9b8c1ce4ad721d35ef6
+build-system: autotools
diff --git a/audio-bluetooth/speex.morph b/audio-bluetooth/speex.morph
new file mode 100644
index 00000000..69dfeaa9
--- /dev/null
+++ b/audio-bluetooth/speex.morph
@@ -0,0 +1,5 @@
+name: audio-bluetooth/speex.morph
+kind: chunk
+repo: upstream:speex
+ref: e5dc987a403426ee3d0d81768afffa0fe74e20fa
+build-system: autotools