pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
bluez-alsa: add version 2.0.0
Module Name: pkgsrc-wip
Committed By: Denys Nykula <nykula%ukr.net@localhost>
Pushed By: nykula
Date: Fri Oct 25 20:43:56 2019 +0300
Changeset: e08bf52eb95e12405d6f36125b4a536b7db813e3
Modified Files:
Makefile
Added Files:
bluez-alsa/DESCR
bluez-alsa/Makefile
bluez-alsa/PLIST
bluez-alsa/distinfo
Log Message:
bluez-alsa: add version 2.0.0
Virtual ALSA PCM device implements BlueZ 5 audio profiles. Lets ALSA apps
stream and capture using your wireless headset without adding PulseAudio
dependencies or implementing its APIs.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=e08bf52eb95e12405d6f36125b4a536b7db813e3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 +
bluez-alsa/DESCR | 5 +++++
bluez-alsa/Makefile | 23 +++++++++++++++++++++++
bluez-alsa/PLIST | 7 +++++++
bluez-alsa/distinfo | 6 ++++++
5 files changed, 42 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index 94e9712efa..77056e6d17 100644
--- a/Makefile
+++ b/Makefile
@@ -268,6 +268,7 @@ SUBDIR+= bleachbit
SUBDIR+= blink
SUBDIR+= blueproxy
SUBDIR+= bluez
+SUBDIR+= bluez-alsa
SUBDIR+= bluez-gnome
SUBDIR+= bluez-hcidump
SUBDIR+= bluez-hciemu
diff --git a/bluez-alsa/DESCR b/bluez-alsa/DESCR
new file mode 100644
index 0000000000..bd361b65cf
--- /dev/null
+++ b/bluez-alsa/DESCR
@@ -0,0 +1,5 @@
+Virtual ALSA PCM device implements BlueZ 5 audio profiles. Lets ALSA apps
+stream and capture using your wireless headset without adding PulseAudio
+dependencies or implementing its APIs. Pass bluealsa instead of your sound
+card identifier to your apps or tools such as aplay, arecord and amixer.
+See automation example in acme.js.org/ctl ear section.
diff --git a/bluez-alsa/Makefile b/bluez-alsa/Makefile
new file mode 100644
index 0000000000..eefc194d01
--- /dev/null
+++ b/bluez-alsa/Makefile
@@ -0,0 +1,23 @@
+# $NetBSD$
+
+DISTNAME= bluez-alsa-2.0.0
+CATEGORIES= audio
+MASTER_SITES= ${MASTER_SITE_GITHUB:=Arkq/}
+GITHUB_TAG= v2.0.0
+
+MAINTAINER= nykula%ukr.net@localhost
+HOMEPAGE= https://github.com/Arkq/bluez-alsa
+COMMENT= Stream audio from/to a Bluetooth device
+LICENSE= mit
+
+ONLY_FOR_PLATFORM= Linux-*-*
+USE_TOOLS+= autoconf automake pkg-config
+GNU_CONFIGURE= yes
+
+pre-configure:
+ cd ${WRKSRC} &&autoreconf -fiv
+
+.include "../../audio/alsa-lib/buildlink3.mk"
+.include "../../wip/bluez/buildlink3.mk"
+.include "../../wip/sbc/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/bluez-alsa/PLIST b/bluez-alsa/PLIST
new file mode 100644
index 0000000000..0365888002
--- /dev/null
+++ b/bluez-alsa/PLIST
@@ -0,0 +1,7 @@
+@comment $NetBSD$
+bin/bluealsa
+bin/bluealsa-aplay
+etc/dbus-1/system.d/bluealsa.conf
+lib/alsa-lib/libasound_module_ctl_bluealsa.la
+lib/alsa-lib/libasound_module_pcm_bluealsa.la
+share/alsa/alsa.conf.d/20-bluealsa.conf
diff --git a/bluez-alsa/distinfo b/bluez-alsa/distinfo
new file mode 100644
index 0000000000..1bebc175bf
--- /dev/null
+++ b/bluez-alsa/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (bluez-alsa-2.0.0.tar.gz) = 8c52e5c4d4485c474d7668dbadf3290c14f91722
+RMD160 (bluez-alsa-2.0.0.tar.gz) = e102e28600ccadb29d5323028a4b034485910305
+SHA512 (bluez-alsa-2.0.0.tar.gz) = 21152be594421cd00056e94065dcf767ca01f7b040117974315f97aab45db020264e33dabddac7fee12834a4ada9073b9ff680c25d8775b47604cb0bec638a7b
+Size (bluez-alsa-2.0.0.tar.gz) = 116895 bytes
Home |
Main Index |
Thread Index |
Old Index