mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
alsa-tools: update to 1.2.2.
This commit is contained in:
parent
96987bb1b7
commit
9d4e3a7ce2
2 changed files with 3 additions and 14 deletions
|
@ -1,11 +0,0 @@
|
||||||
--- hdspmixer/src/HDSPMixerWindow.cxx 2018-10-16 10:08:36.000000000 +0200
|
|
||||||
+++ hdspmixer/src/HDSPMixerWindow.cxx 2020-02-04 08:29:49.112429935 +0100
|
|
||||||
@@ -36,7 +36,7 @@
|
|
||||||
struct hdspm_peak_rms hdspm_peak_rms;
|
|
||||||
bool isMADI = false;
|
|
||||||
uint32_t *input_peaks, *playback_peaks, *output_peaks;
|
|
||||||
- uint64_t *input_rms, *playback_rms, *output_rms;
|
|
||||||
+ __u64 *input_rms, *playback_rms, *output_rms;
|
|
||||||
|
|
||||||
HDSPMixerWindow *w = (HDSPMixerWindow *)arg;
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'alsa-tools'
|
# Template file for 'alsa-tools'
|
||||||
pkgname=alsa-tools
|
pkgname=alsa-tools
|
||||||
version=1.1.7
|
version=1.2.2
|
||||||
revision=3
|
revision=1
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="fltk-devel gtk+-devel gtk+3-devel"
|
makedepends="fltk-devel gtk+-devel gtk+3-devel"
|
||||||
depends="python3-gobject python3-alsa"
|
depends="python3-gobject python3-alsa"
|
||||||
|
@ -10,7 +10,7 @@ maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
|
||||||
license="GPL-2.0-only"
|
license="GPL-2.0-only"
|
||||||
homepage="http://alsa-project.org"
|
homepage="http://alsa-project.org"
|
||||||
distfiles="https://www.alsa-project.org/files/pub/tools/alsa-tools-${version}.tar.bz2"
|
distfiles="https://www.alsa-project.org/files/pub/tools/alsa-tools-${version}.tar.bz2"
|
||||||
checksum=a0243328a8f6f691a3055c484fd8d3326393096325e93743b246029d327c4ef6
|
checksum=bfd3c7aae1289269605d3da02279159b10e3dabdd31e658cbceaa30170957349
|
||||||
|
|
||||||
_tools="
|
_tools="
|
||||||
as10k1 echomixer envy24control hdajackretask hda-verb hdspconf hdsploader
|
as10k1 echomixer envy24control hdajackretask hda-verb hdspconf hdsploader
|
||||||
|
|
Loading…
Add table
Reference in a new issue