[packages/alsa-utils] up to 1.1.6
atler
atler at pld-linux.org
Sun Apr 8 21:09:48 CEST 2018
commit d5f6a70c3a14819f6dcf514634c4f7c69a329c00
Author: Jan Palus <atler at pld-linux.org>
Date: Sun Apr 8 21:09:34 2018 +0200
up to 1.1.6
alsa-utils-fast_sampling.patch | 4 ++--
alsa-utils.spec | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/alsa-utils.spec b/alsa-utils.spec
index 46f82e9..21c8d65 100644
--- a/alsa-utils.spec
+++ b/alsa-utils.spec
@@ -5,13 +5,13 @@ Summary(pt_BR.UTF-8): Utilitários para o ALSA (Advanced Linux Sound Architectur
Summary(ru.UTF-8): Утилиты командной строки для ALSA project
Summary(uk.UTF-8): Утиліти командного рядка для ALSA project
Name: alsa-utils
-Version: 1.1.5
+Version: 1.1.6
Release: 1
# some apps GPL v2, some GPL v2+
License: GPL v2
Group: Applications/Sound
Source0: ftp://ftp.alsa-project.org/pub/utils/%{name}-%{version}.tar.bz2
-# Source0-md5: dfe6ea147a5e07a056919591c2f5dac3
+# Source0-md5: 50ae75567459646b843bed78d916b002
Source1: alsasound.init
# does anything use this (probably outdated) file? not alsasound.init
Source2: alsa-oss-pcm
diff --git a/alsa-utils-fast_sampling.patch b/alsa-utils-fast_sampling.patch
index 99c3824..d30e089 100644
--- a/alsa-utils-fast_sampling.patch
+++ b/alsa-utils-fast_sampling.patch
@@ -1,10 +1,10 @@
--- alsa-utils-1.0.15-old/aplay/aplay.c 2007-10-30 02:34:10.886553500 +0100
+++ alsa-utils-1.0.15/aplay/aplay.c 2007-10-30 02:34:44.680665500 +0100
@@ -470,7 +470,7 @@
- if (tmp < 300)
+ if (tmp < 1000)
tmp *= 1000;
rhwparams.rate = tmp;
-- if (tmp < 2000 || tmp > 192000) {
+- if (tmp < 2000 || tmp > 768000) {
+ if (tmp < 2000 || tmp > 896000) {
error(_("bad speed value %i"), tmp);
return 1;
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/alsa-utils.git/commitdiff/d5f6a70c3a14819f6dcf514634c4f7c69a329c00
More information about the pld-cvs-commit
mailing list