Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (16cbbb603e330c76a3c8f154b96f0681ab38d931)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (16cbbb603e330c76a3c8f154b96f0681ab38d931)
  • Date: Sat, 6 Apr 2019 15:46:38 +0000

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

ChangeLog | 3 +++
audio-plugins/bluez-alsa/DEPENDS | 4 ++++
audio-plugins/bluez-alsa/DETAILS | 14 ++++++++++++++
audio-plugins/bluez-alsa/HISTORY | 2 ++
audio-plugins/bluez-alsa/PRE_BUILD | 4 ++++
5 files changed, 27 insertions(+)

New commits:
commit 16cbbb603e330c76a3c8f154b96f0681ab38d931
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

bluez-alsa: new spell, Bluetooth audio ALSA backend

diff --git a/ChangeLog b/ChangeLog
index a7af276..90b3aed 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2019-04-06 Vlad Glagolev <stealth AT sourcemage.org>
+ * audio-plugins/bluez-alsa: new spell, Bluetooth audio ALSA backend
+
2019-04-06 Treeve Jelbert <treeve AT sourcemage.org>
* libs/rttr: added, C++ Reflection Library

diff --git a/audio-plugins/bluez-alsa/DEPENDS
b/audio-plugins/bluez-alsa/DEPENDS
new file mode 100755
index 0000000..dd0d07a
--- /dev/null
+++ b/audio-plugins/bluez-alsa/DEPENDS
@@ -0,0 +1,4 @@
+depends glib2 &&
+depends bluez5 &&
+depends alsa-lib &&
+depends sbc
diff --git a/audio-plugins/bluez-alsa/DETAILS
b/audio-plugins/bluez-alsa/DETAILS
new file mode 100755
index 0000000..a2fd7bd
--- /dev/null
+++ b/audio-plugins/bluez-alsa/DETAILS
@@ -0,0 +1,14 @@
+ SPELL=bluez-alsa
+ VERSION=1.4.0
+ SOURCE=${SPELL}-${VERSION}.tar.gz
+ SOURCE_URL[0]=https://github.com/Arkq/${SPELL}/archive/v${VERSION}.tar.gz
+
SOURCE_HASH=sha512:fa4ad21c7b9ac200cdc7628bf0276bbb0beac94066a6c5e69c47a5286f6e13a7dc61caab23acbb14a37c2b97894c425052a09adb8f967038f6fd99557208629f
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE=https://github.com/Arkq/bluez-alsa
+ ENTERED=20190406
+ LICENSE=MIT
+ KEYWORDS="utils bluetooth alsa"
+ SHORT="Bluetooth audio ALSA backend"
+cat << EOF
+This project is a rebirth of a direct integration between BlueZ and ALSA.
+EOF
diff --git a/audio-plugins/bluez-alsa/HISTORY
b/audio-plugins/bluez-alsa/HISTORY
new file mode 100644
index 0000000..1b32e74
--- /dev/null
+++ b/audio-plugins/bluez-alsa/HISTORY
@@ -0,0 +1,2 @@
+2019-04-03 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS, DEPENDS, PRE_BUILD: created spell, version 1.4.0
diff --git a/audio-plugins/bluez-alsa/PRE_BUILD
b/audio-plugins/bluez-alsa/PRE_BUILD
new file mode 100755
index 0000000..90b3299
--- /dev/null
+++ b/audio-plugins/bluez-alsa/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+cd "${SOURCE_DIRECTORY}" &&
+
+autoreconf -fi



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (16cbbb603e330c76a3c8f154b96f0681ab38d931), Vlad Glagolev, 04/06/2019

Archive powered by MHonArc 2.6.24.

Top of Page