alsa-lib: update to 1.1.5. (#9185)

* alsa-lib: update to 1.1.5.

* alsa-tools: update to 1.1.5.

* alsa-plugins: update to 1.1.5.

* alsa-utils: update to 1.1.5.
This commit is contained in:
maxice8 2017-11-15 04:59:57 -02:00 committed by Juan RP
parent 20b4d6337f
commit 3c45da75c1
5 changed files with 20 additions and 23 deletions

View File

@ -12,18 +12,3 @@ for compatibility with musl libc
#ifdef __cplusplus
extern "C" {
#endif
@@ -1063,10 +1065,10 @@
int snd_pcm_format_physical_width(snd_pcm_format_t format); /* in bits */
snd_pcm_format_t snd_pcm_build_linear_format(int width, int pwidth, int unsignd, int big_endian);
ssize_t snd_pcm_format_size(snd_pcm_format_t format, size_t samples);
-u_int8_t snd_pcm_format_silence(snd_pcm_format_t format);
-u_int16_t snd_pcm_format_silence_16(snd_pcm_format_t format);
-u_int32_t snd_pcm_format_silence_32(snd_pcm_format_t format);
-u_int64_t snd_pcm_format_silence_64(snd_pcm_format_t format);
+uint8_t snd_pcm_format_silence(snd_pcm_format_t format);
+uint16_t snd_pcm_format_silence_16(snd_pcm_format_t format);
+uint32_t snd_pcm_format_silence_32(snd_pcm_format_t format);
+uint64_t snd_pcm_format_silence_64(snd_pcm_format_t format);
int snd_pcm_format_set_silence(snd_pcm_format_t format, void *buf, unsigned int samples);
snd_pcm_sframes_t snd_pcm_bytes_to_frames(snd_pcm_t *pcm, ssize_t bytes);

View File

@ -1,6 +1,6 @@
# Template build file for 'alsa-lib'.
pkgname=alsa-lib
version=1.1.4.1
version=1.1.5
revision=1
build_style=gnu-configure
configure_args="--with-pythonlibs=-lpython2.7 --with-pythonincludes=-I${XBPS_CROSS_BASE}/usr/include/python2.7"
@ -11,12 +11,16 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="LGPL-2.1"
homepage="http://www.alsa-project.org"
distfiles="ftp://ftp.alsa-project.org/pub/lib/$pkgname-$version.tar.bz2"
checksum=91bb870c14d1c7c269213285eeed874fa3d28112077db061a3af8010d0885b76
checksum=f4f68ad3c6da36b0b5241ac3c798a7a71e0e97d51f972e9f723b3f20a9650ae6
pre_configure() {
autoreconf -fi
}
do_check() {
make check
}
alsa-lib-devel_package() {
depends="${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files"

View File

@ -1,6 +1,6 @@
# Template build file for 'alsa-plugins'.
pkgname=alsa-plugins
version=1.1.4
version=1.1.5
revision=1
build_style=gnu-configure
configure_args="--disable-maemo-plugin"
@ -11,7 +11,11 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="GPL-2, LGPL-2.1"
homepage="http://www.alsa-project.org"
distfiles="ftp://ftp.alsa-project.org/pub/plugins/$pkgname-$version.tar.bz2"
checksum=530d1c3bdaeb058f2a03607a33b9e16ee5369bfd30a96bc09bd2c69b4ddd1a8a
checksum=797da5f8f53379fbea28817bc466de16affd2c07849e84f1af8d5e22f7bb7f1c
do_check() {
make check
}
alsa-plugins-jack_package() {
short_desc+=" - Jack output plugin"

View File

@ -1,6 +1,6 @@
# Template file for 'alsa-tools'
pkgname=alsa-tools
version=1.1.3
version=1.1.5
revision=1
hostmakedepends="pkg-config"
makedepends="alsa-lib-devel gtk+-devel gtk+3-devel fltk-devel"
@ -10,7 +10,7 @@ maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
license="GPL-2"
homepage="http://alsa-project.org"
distfiles="ftp://ftp.alsa-project.org/pub/tools/${pkgname}-${version}.tar.bz2"
checksum=d88f1dcd6872121383eded5fa24e328e68c54e527db4547e1435d5eabc2b6709
checksum=bc3c6567de835223ee7d69487b8c22fb395a2e8c613341b0c96e6a5f6a2bd534
_tools="
as10k1 echomixer envy24control hdajackretask hda-verb hdspconf hdsploader

View File

@ -1,6 +1,6 @@
# Template build file for 'alsa-utils'.
pkgname=alsa-utils
version=1.1.4
version=1.1.5
revision=1
build_style=gnu-configure
configure_args="--with-udev-rules-dir=/usr/lib/udev/rules.d --disable-alsaconf
@ -14,7 +14,11 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="http://www.alsa-project.org"
license="GPL-2"
distfiles="ftp://ftp.alsa-project.org/pub/utils/$pkgname-$version.tar.bz2"
checksum=a7831044de92c5bf33bf3365a3f36e49397f4191e934df460ae1ca15138c9d9d
checksum=320bd285e91db6e7fd7db3c9ec6f55b02f35449ff273c7844780ac6a5a3de2e8
do_check() {
make check
}
post_install() {
# Install required udev rules file.