mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 18:02:57 +02:00
alsa-plugins: update to 1.0.24.
This commit is contained in:
parent
a5fdfbf2c0
commit
234f27f6bf
1 changed files with 5 additions and 4 deletions
|
@ -1,13 +1,12 @@
|
||||||
# Template build file for 'alsa-plugins'.
|
# Template build file for 'alsa-plugins'.
|
||||||
pkgname=alsa-plugins
|
pkgname=alsa-plugins
|
||||||
version=1.0.23
|
version=1.0.24
|
||||||
distfiles="ftp://ftp.alsa-project.org/pub/plugins/$pkgname-$version.tar.bz2"
|
distfiles="ftp://ftp.alsa-project.org/pub/plugins/$pkgname-$version.tar.bz2"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
configure_args="--disable-jack --disable-samplerate --disable-maemo-plugin
|
configure_args="--disable-jack --disable-maemo-plugin --with-speex=lib"
|
||||||
--with-speex=lib"
|
|
||||||
short_desc="Advanced Linux Sound Architecture (ALSA) extra plugins"
|
short_desc="Advanced Linux Sound Architecture (ALSA) extra plugins"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=5c1b2791ad33ef01f0f4f040004c931310da05e45aaa8d4146024c586f2b3183
|
checksum=fa8e12eb2dfeac083f117c03b3708a017531426ba542a8a729e4801d37861263
|
||||||
long_desc="
|
long_desc="
|
||||||
The Advanced Linux Sound Architecture (ALSA) provides audio and MIDI
|
The Advanced Linux Sound Architecture (ALSA) provides audio and MIDI
|
||||||
functionality to the Linux operating system.
|
functionality to the Linux operating system.
|
||||||
|
@ -20,8 +19,10 @@ Add_dependency run alsa-lib
|
||||||
Add_dependency run libpulseaudio
|
Add_dependency run libpulseaudio
|
||||||
Add_dependency run libspeex
|
Add_dependency run libspeex
|
||||||
Add_dependency run ffmpeg
|
Add_dependency run ffmpeg
|
||||||
|
Add_dependency run libsamplerate
|
||||||
Add_dependency build pkg-config
|
Add_dependency build pkg-config
|
||||||
Add_dependency build alsa-lib-devel
|
Add_dependency build alsa-lib-devel
|
||||||
Add_dependency build speex-devel
|
Add_dependency build speex-devel
|
||||||
Add_dependency build ffmpeg-devel
|
Add_dependency build ffmpeg-devel
|
||||||
|
Add_dependency build libsamplerate-devel
|
||||||
Add_dependency build pulseaudio-devel
|
Add_dependency build pulseaudio-devel
|
||||||
|
|
Loading…
Add table
Reference in a new issue