summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Shupilov <alliancetrooper@proton.me>2024-02-02 16:19:38 +0300
committerJoonas Niilola <juippis@gentoo.org>2024-02-14 15:43:52 +0200
commitb02a87b6fe1e3d1edd2f1a957923a733511c6b09 (patch)
treee067cb02480edd200ed0cbc6512afaf04fd0343d /media-sound/bluez-alsa
parentdev-scheme/gauche: fix build (diff)
downloadgentoo-b02a87b6fe1e3d1edd2f1a957923a733511c6b09.tar.gz
gentoo-b02a87b6fe1e3d1edd2f1a957923a733511c6b09.tar.bz2
gentoo-b02a87b6fe1e3d1edd2f1a957923a733511c6b09.zip
media-sound/bluez-alsa: fix openrc daemon start
Closes: https://bugs.gentoo.org/921681 Signed-off-by: Vladimir Shupilov <alliancetrooper@proton.me> Closes: https://github.com/gentoo/gentoo/pull/35145 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'media-sound/bluez-alsa')
-rw-r--r--media-sound/bluez-alsa/bluez-alsa-4.1.1-r1.ebuild (renamed from media-sound/bluez-alsa/bluez-alsa-4.1.1.ebuild)4
-rw-r--r--media-sound/bluez-alsa/files/bluealsa-conf.d-2-r14
2 files changed, 6 insertions, 2 deletions
diff --git a/media-sound/bluez-alsa/bluez-alsa-4.1.1.ebuild b/media-sound/bluez-alsa/bluez-alsa-4.1.1-r1.ebuild
index c08d719a53b2..cb9a309aedd6 100644
--- a/media-sound/bluez-alsa/bluez-alsa-4.1.1.ebuild
+++ b/media-sound/bluez-alsa/bluez-alsa-4.1.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -90,7 +90,7 @@ multilib_src_install_all() {
find "${ED}" -type f -name "*.la" -delete || die
newinitd "${FILESDIR}"/bluealsa-init.d bluealsa
- newconfd "${FILESDIR}"/bluealsa-conf.d-2 bluealsa
+ newconfd "${FILESDIR}"/bluealsa-conf.d-2-r1 bluealsa
#systemd_dounit "${FILESDIR}"/bluealsa.service
# Add config file to alsa datadir as well to preserve changes in /etc
diff --git a/media-sound/bluez-alsa/files/bluealsa-conf.d-2-r1 b/media-sound/bluez-alsa/files/bluealsa-conf.d-2-r1
new file mode 100644
index 000000000000..ff1dd4cb1cd9
--- /dev/null
+++ b/media-sound/bluez-alsa/files/bluealsa-conf.d-2-r1
@@ -0,0 +1,4 @@
+# Config file for /etc/init.d/bluealsa
+
+# Allow additional options to be set
+BLUEALSA_CONF="-S -p a2dp-source -p a2dp-sink"