summaryrefslogtreecommitdiff
path: root/strata/audio-bluetooth
diff options
context:
space:
mode:
Diffstat (limited to 'strata/audio-bluetooth')
-rw-r--r--strata/audio-bluetooth/alsa-utils.morph7
-rw-r--r--strata/audio-bluetooth/avahi.morph16
-rw-r--r--strata/audio-bluetooth/bluez-tools.morph10
-rw-r--r--strata/audio-bluetooth/bluez.morph19
-rw-r--r--strata/audio-bluetooth/json-c.morph7
-rw-r--r--strata/audio-bluetooth/libical.morph5
-rw-r--r--strata/audio-bluetooth/libsndfile.morph5
-rw-r--r--strata/audio-bluetooth/nohands.morph5
-rw-r--r--strata/audio-bluetooth/pulseaudio.morph18
-rw-r--r--strata/audio-bluetooth/webrtc-audio-processing.morph14
10 files changed, 0 insertions, 106 deletions
diff --git a/strata/audio-bluetooth/alsa-utils.morph b/strata/audio-bluetooth/alsa-utils.morph
deleted file mode 100644
index a6a1e041..00000000
--- a/strata/audio-bluetooth/alsa-utils.morph
+++ /dev/null
@@ -1,7 +0,0 @@
-name: alsa-utils
-kind: chunk
-description: ALSA utilities
-build-system: autotools
-configure-commands:
-- autoreconf -ifv
-- ./configure --prefix="$PREFIX" --disable-xmlto
diff --git a/strata/audio-bluetooth/avahi.morph b/strata/audio-bluetooth/avahi.morph
deleted file mode 100644
index a255ce1e..00000000
--- a/strata/audio-bluetooth/avahi.morph
+++ /dev/null
@@ -1,16 +0,0 @@
-name: avahi
-kind: chunk
-build-system: autotools
-configure-commands:
-- |
- ./autogen.sh --prefix="$PREFIX" --sysconfdir=/etc --localstatedir=/var --disable-werror \
- --with-distro=none --disable-qt3 --disable-qt4 --disable-gtk --disable-gtk3 \
- --disable-pygtk --disable-python-dbus --disable-mono --disable-manpages
-system-integration:
- avahi-misc:
- 00-add-avahi-user:
- - groupadd -fg 86 netdev
- - groupadd -fg 84 avahi
- - useradd -c "Avahi Daemon Owner" -d /var/run/avahi-daemon -u 84 -g avahi -s /bin/false avahi
- 00-enable-avahi-service:
- - systemctl enable avahi-daemon
diff --git a/strata/audio-bluetooth/bluez-tools.morph b/strata/audio-bluetooth/bluez-tools.morph
deleted file mode 100644
index 80e47ef5..00000000
--- a/strata/audio-bluetooth/bluez-tools.morph
+++ /dev/null
@@ -1,10 +0,0 @@
-name: bluez-tools
-kind: chunk
-description: A set of tools to manage Bluetooth devices for Linux
-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/strata/audio-bluetooth/bluez.morph b/strata/audio-bluetooth/bluez.morph
deleted file mode 100644
index e7208da7..00000000
--- a/strata/audio-bluetooth/bluez.morph
+++ /dev/null
@@ -1,19 +0,0 @@
-name: bluez
-kind: chunk
-description: Bluetooth protocol stack for Linux
-build-system: autotools
-configure-commands:
-- autoreconf -ivf
-- ./configure --prefix="$PREFIX"
- --enable-tools
- --enable-service
- --enable-test
- --enable-library
- --sysconfdir=/etc
- --localstatedir=/var
- --libexecdir=/lib
-install-commands:
-- make DESTDIR="$DESTDIR" 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"
-- ln -s /lib/systemd/system/bluetooth.service "$DESTDIR/etc/systemd/system/dbus-org.bluez.service"
diff --git a/strata/audio-bluetooth/json-c.morph b/strata/audio-bluetooth/json-c.morph
deleted file mode 100644
index c3d9243c..00000000
--- a/strata/audio-bluetooth/json-c.morph
+++ /dev/null
@@ -1,7 +0,0 @@
-name: json-c
-kind: chunk
-description: JSON C Library
-build-system: autotools
-install-commands:
-- make DESTDIR="$DESTDIR" install
-- install -m755 json_object_iterator.h "$DESTDIR/usr/include/json"
diff --git a/strata/audio-bluetooth/libical.morph b/strata/audio-bluetooth/libical.morph
deleted file mode 100644
index 2ee7c96c..00000000
--- a/strata/audio-bluetooth/libical.morph
+++ /dev/null
@@ -1,5 +0,0 @@
-name: libical
-kind: chunk
-build-system: cmake
-configure-commands:
-- cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX="$PREFIX" -DCMAKE_INSTALL_LIBDIR=lib
diff --git a/strata/audio-bluetooth/libsndfile.morph b/strata/audio-bluetooth/libsndfile.morph
deleted file mode 100644
index 8d6c2fe0..00000000
--- a/strata/audio-bluetooth/libsndfile.morph
+++ /dev/null
@@ -1,5 +0,0 @@
-name: libsndfile
-kind: chunk
-build-system: autotools
-configure-commands:
-- ./configure --prefix="$PREFIX" --disable-external-libs
diff --git a/strata/audio-bluetooth/nohands.morph b/strata/audio-bluetooth/nohands.morph
deleted file mode 100644
index ebe249c0..00000000
--- a/strata/audio-bluetooth/nohands.morph
+++ /dev/null
@@ -1,5 +0,0 @@
-name: nohands
-kind: chunk
-build-system: autotools
-build-commands:
-- make CXXFLAGS="-fpermissive -lpthread"
diff --git a/strata/audio-bluetooth/pulseaudio.morph b/strata/audio-bluetooth/pulseaudio.morph
deleted file mode 100644
index dfaa9b0d..00000000
--- a/strata/audio-bluetooth/pulseaudio.morph
+++ /dev/null
@@ -1,18 +0,0 @@
-name: pulseaudio
-kind: chunk
-description: PulseAudio System
-build-system: autotools
-pre-configure-commands:
-- NOCONFIGURE=1 ./bootstrap.sh
-configure-commands:
-- ./configure --prefix="$PREFIX" --localstatedir=/var --sysconfdir=/etc --with-database=simple
- --with-systemduserunitdir=/usr/lib/systemd/user
- --with-system-user=pulse --with-system-group=pulse --with-access-group=pulse-access
- --enable-webrtc-aec
-system-integration:
- pulseaudio-misc:
- 00-add-pulse-users:
- - groupadd -rf pulse-access
- - groupadd -rf pulse-rt
- - groupadd -f -g 171 -r pulse
- - useradd -r -g pulse -d /var/run/pulse -s /bin/false -c "PulseAudio System Daemon" pulse || exit 0
diff --git a/strata/audio-bluetooth/webrtc-audio-processing.morph b/strata/audio-bluetooth/webrtc-audio-processing.morph
deleted file mode 100644
index ea8cd4e0..00000000
--- a/strata/audio-bluetooth/webrtc-audio-processing.morph
+++ /dev/null
@@ -1,14 +0,0 @@
-name: webrtc-audio-processing
-kind: chunk
-build-system: autotools
-configure-commands:
-- |
- NOCONFIGURE=1 ./autogen.sh
-
- case "$MORPH_ARCH" in
- x86_32)
- sed -i -e "s/-O2/& -msse2/" configure
- ;;
- esac
-
- ./configure --prefix="$PREFIX" --sysconfdir=/etc --localstatedir=/var