mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-02 07:27:49 +00:00
commit
9019a70f8d
@ -3,8 +3,8 @@
|
|||||||
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
|
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
|
||||||
|
|
||||||
PKG_NAME="alsa-lib"
|
PKG_NAME="alsa-lib"
|
||||||
PKG_VERSION="1.2.8"
|
PKG_VERSION="1.2.9"
|
||||||
PKG_SHA256="1ab01b74e33425ca99c2e36c0844fd6888273193bd898240fe8f93accbcbf347"
|
PKG_SHA256="dc9c643fdc4ccfd0572cc685858dd41e08afb583f30460b317e4188275f615b2"
|
||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
PKG_SITE="https://www.alsa-project.org/"
|
PKG_SITE="https://www.alsa-project.org/"
|
||||||
PKG_URL="https://www.alsa-project.org/files/pub/lib/alsa-lib-${PKG_VERSION}.tar.bz2"
|
PKG_URL="https://www.alsa-project.org/files/pub/lib/alsa-lib-${PKG_VERSION}.tar.bz2"
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
# Copyright (C) 2020-present Team LibreELEC (https://libreelec.tv)
|
# Copyright (C) 2020-present Team LibreELEC (https://libreelec.tv)
|
||||||
|
|
||||||
PKG_NAME="alsa-ucm-conf"
|
PKG_NAME="alsa-ucm-conf"
|
||||||
PKG_VERSION="1.2.8"
|
PKG_VERSION="1.2.9"
|
||||||
PKG_SHA256="fee4a737830fd25f969d83da46a2b231beb086efd966fcc07d225e7823260ae8"
|
PKG_SHA256="374f6833bfd77d0a4675e4aa2bfb79defe850e5a46a5d4542a45962f4b9e272a"
|
||||||
PKG_LICENSE="BSD-3c"
|
PKG_LICENSE="BSD-3c"
|
||||||
PKG_SITE="https://www.alsa-project.org/"
|
PKG_SITE="https://www.alsa-project.org/"
|
||||||
PKG_URL="https://www.alsa-project.org/files/pub/lib/alsa-ucm-conf-${PKG_VERSION}.tar.bz2"
|
PKG_URL="https://www.alsa-project.org/files/pub/lib/alsa-ucm-conf-${PKG_VERSION}.tar.bz2"
|
||||||
|
@ -3,13 +3,14 @@
|
|||||||
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
|
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
|
||||||
|
|
||||||
PKG_NAME="alsa-utils"
|
PKG_NAME="alsa-utils"
|
||||||
PKG_VERSION="1.2.8"
|
PKG_VERSION="1.2.9"
|
||||||
PKG_SHA256="e140fa604c351f36bd72167c8860c69d81b964ae6ab53992d6434dde38e9333c"
|
PKG_SHA256="e7623d4525595f92e11ce25ee9a97f2040a14c6e4dcd027aa96e06cbce7817bd"
|
||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
PKG_SITE="https://www.alsa-project.org/"
|
PKG_SITE="https://www.alsa-project.org/"
|
||||||
PKG_URL="https://www.alsa-project.org/files/pub/utils/alsa-utils-${PKG_VERSION}.tar.bz2"
|
PKG_URL="https://www.alsa-project.org/files/pub/utils/alsa-utils-${PKG_VERSION}.tar.bz2"
|
||||||
PKG_DEPENDS_TARGET="toolchain alsa-lib ncurses systemd"
|
PKG_DEPENDS_TARGET="toolchain alsa-lib ncurses systemd"
|
||||||
PKG_LONGDESC="This package includes the utilities for ALSA, like alsamixer, aplay, arecord, alsactl, iecset and speaker-test."
|
PKG_LONGDESC="This package includes the utilities for ALSA, like alsamixer, aplay, arecord, alsactl, iecset and speaker-test."
|
||||||
|
PKG_TOOLCHAIN="autotools"
|
||||||
|
|
||||||
PKG_CONFIGURE_OPTS_TARGET="--disable-alsaconf \
|
PKG_CONFIGURE_OPTS_TARGET="--disable-alsaconf \
|
||||||
--disable-alsaloop \
|
--disable-alsaloop \
|
||||||
|
34
packages/audio/alsa-utils/patches/alsa-utils-PR213.patch
Normal file
34
packages/audio/alsa-utils/patches/alsa-utils-PR213.patch
Normal file
@ -0,0 +1,34 @@
|
|||||||
|
From 44636a7c5862538def0d2fac074772cc39a22a15 Mon Sep 17 00:00:00 2001
|
||||||
|
From: Rudi Heitbaum <rudi@heitbaum.com>
|
||||||
|
Date: Tue, 16 May 2023 02:27:59 +1000
|
||||||
|
Subject: [PATCH] alsactl: fix compilation when building in a subdir
|
||||||
|
|
||||||
|
Fixes: 613372d
|
||||||
|
Fixes: cff2d1c
|
||||||
|
|
||||||
|
Compile errors when building in a subdir:
|
||||||
|
alsactl/alsactl.c:33:10: fatal error: os_compat.h: No such file or directory
|
||||||
|
33 | #include "os_compat.h"
|
||||||
|
| ^~~~~~~~~~~~~
|
||||||
|
alsactl/lock.c:34:10: fatal error: os_compat.h: No such file or directory
|
||||||
|
34 | #include "os_compat.h"
|
||||||
|
| ^~~~~~~~~~~~~
|
||||||
|
|
||||||
|
Signed-off-by: Rudi Heitbaum <rudi@heitbaum.com>
|
||||||
|
---
|
||||||
|
alsactl/Makefile.am | 2 ++
|
||||||
|
1 file changed, 2 insertions(+)
|
||||||
|
|
||||||
|
diff --git a/alsactl/Makefile.am b/alsactl/Makefile.am
|
||||||
|
index 80dba69d..fb32c4f3 100644
|
||||||
|
--- a/alsactl/Makefile.am
|
||||||
|
+++ b/alsactl/Makefile.am
|
||||||
|
@@ -9,6 +9,8 @@ EXTRA_DIST=alsactl.1 alsactl_init.xml
|
||||||
|
|
||||||
|
AM_CFLAGS = -D_GNU_SOURCE
|
||||||
|
|
||||||
|
+AM_CPPFLAGS = -I$(top_srcdir)/include
|
||||||
|
+
|
||||||
|
alsactl_SOURCES=alsactl.c state.c lock.c utils.c init_parse.c init_ucm.c \
|
||||||
|
daemon.c monitor.c clean.c info.c
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user