From 3c45da75c1f74f317832b9a87aab5c1b0bee7378 Mon Sep 17 00:00:00 2001 From: maxice8 <30738253+maxice8@users.noreply.github.com> Date: Wed, 15 Nov 2017 04:59:57 -0200 Subject: [PATCH] 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. --- srcpkgs/alsa-lib/patches/stdint_compat.patch | 15 --------------- srcpkgs/alsa-lib/template | 8 ++++++-- srcpkgs/alsa-plugins/template | 8 ++++++-- srcpkgs/alsa-tools/template | 4 ++-- srcpkgs/alsa-utils/template | 8 ++++++-- 5 files changed, 20 insertions(+), 23 deletions(-) diff --git a/srcpkgs/alsa-lib/patches/stdint_compat.patch b/srcpkgs/alsa-lib/patches/stdint_compat.patch index 38a1e870dd9..5891fafd8f3 100644 --- a/srcpkgs/alsa-lib/patches/stdint_compat.patch +++ b/srcpkgs/alsa-lib/patches/stdint_compat.patch @@ -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); diff --git a/srcpkgs/alsa-lib/template b/srcpkgs/alsa-lib/template index dec114f9179..ce03f7fccbf 100644 --- a/srcpkgs/alsa-lib/template +++ b/srcpkgs/alsa-lib/template @@ -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 " 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" diff --git a/srcpkgs/alsa-plugins/template b/srcpkgs/alsa-plugins/template index 085c8cbcb80..6f2ef054fe8 100644 --- a/srcpkgs/alsa-plugins/template +++ b/srcpkgs/alsa-plugins/template @@ -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 " 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" diff --git a/srcpkgs/alsa-tools/template b/srcpkgs/alsa-tools/template index 6087457a8ea..095b62689b1 100644 --- a/srcpkgs/alsa-tools/template +++ b/srcpkgs/alsa-tools/template @@ -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 " 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 diff --git a/srcpkgs/alsa-utils/template b/srcpkgs/alsa-utils/template index 6c8c61fb944..e3184fd9fa5 100644 --- a/srcpkgs/alsa-utils/template +++ b/srcpkgs/alsa-utils/template @@ -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 " 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.