MycroftOS: Downgrade pyalsaaudio to 0.8.2
This commit is contained in:
parent
3853026e25
commit
d47475f87d
|
@ -0,0 +1,42 @@
|
||||||
|
From afd7a5c614ad0f4741e378d7aab2c0369dc68508 Mon Sep 17 00:00:00 2001
|
||||||
|
From: Peter Steenbergen <info@j1nx.nl>
|
||||||
|
Date: Sat, 7 Dec 2019 17:59:27 +0100
|
||||||
|
Subject: [PATCH 1/1] Downgrade python-alsaaudio to 0.8.2
|
||||||
|
|
||||||
|
---
|
||||||
|
package/python-alsaaudio/python-alsaaudio.hash | 1 +
|
||||||
|
package/python-alsaaudio/python-alsaaudio.mk | 6 +++---
|
||||||
|
2 files changed, 4 insertions(+), 3 deletions(-)
|
||||||
|
|
||||||
|
diff --git a/package/python-alsaaudio/python-alsaaudio.hash b/package/python-alsaaudio/python-alsaaudio.hash
|
||||||
|
index 476bc8f1a1..9086f32599 100644
|
||||||
|
--- a/package/python-alsaaudio/python-alsaaudio.hash
|
||||||
|
+++ b/package/python-alsaaudio/python-alsaaudio.hash
|
||||||
|
@@ -1,5 +1,6 @@
|
||||||
|
# md5, sha256 from https://pypi.org/pypi/pyalsaaudio/json
|
||||||
|
md5 b46f69561bc85fc52e698b2440ca251e pyalsaaudio-0.8.4.tar.gz
|
||||||
|
sha256 84e8f8da544d7f4bd96479ce4a237600077984d9be1d7f16c1d9a492ecf50085 pyalsaaudio-0.8.4.tar.gz
|
||||||
|
+sha256 b6df486f1c4035041a5f3800496b86c64e48e4a7d47f94dcbca11b0187aa3a15 pyalsaaudio-0.8.2.tar.gz
|
||||||
|
# Locally computed sha256 checksums
|
||||||
|
sha256 ef6ba930f96986d78082e67c817ac617b9e833d60d5a0460f24c9c674a010935 LICENSE
|
||||||
|
diff --git a/package/python-alsaaudio/python-alsaaudio.mk b/package/python-alsaaudio/python-alsaaudio.mk
|
||||||
|
index 3344583cf7..9944c8b44a 100644
|
||||||
|
--- a/package/python-alsaaudio/python-alsaaudio.mk
|
||||||
|
+++ b/package/python-alsaaudio/python-alsaaudio.mk
|
||||||
|
@@ -4,10 +4,10 @@
|
||||||
|
#
|
||||||
|
################################################################################
|
||||||
|
|
||||||
|
-PYTHON_ALSAAUDIO_VERSION = 0.8.4
|
||||||
|
+PYTHON_ALSAAUDIO_VERSION = 0.8.2
|
||||||
|
PYTHON_ALSAAUDIO_SOURCE = pyalsaaudio-$(PYTHON_ALSAAUDIO_VERSION).tar.gz
|
||||||
|
-PYTHON_ALSAAUDIO_SITE = https://files.pythonhosted.org/packages/52/b6/44871791929d9d7e11325af0b7be711388dfeeab17147988f044a41a6d83
|
||||||
|
-PYTHON_ALSAAUDIO_SETUP_TYPE = setuptools
|
||||||
|
+PYTHON_ALSAAUDIO_SITE = https://files.pythonhosted.org/packages/0d/99/1f48912b5ffccecdd0c0c477023f4eaf45ebac6c92bc1865c7142c570d6d
|
||||||
|
+PYTHON_ALSAAUDIO_SETUP_TYPE = distutils
|
||||||
|
PYTHON_ALSAAUDIO_LICENSE = Python-2.0
|
||||||
|
PYTHON_ALSAAUDIO_LICENSE_FILES = LICENSE
|
||||||
|
PYTHON_ALSAAUDIO_DEPENDENCIES = alsa-lib
|
||||||
|
--
|
||||||
|
2.24.0.rc1
|
||||||
|
|
Loading…
Reference in New Issue