pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/audio/alsa-lib



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Jun 30 06:02:15 UTC 2024

Modified Files:
        pkgsrc/audio/alsa-lib: Makefile distinfo

Log Message:
alsa-lib: update to 1.2.12.

Switch from 'c99' to 'c' in USE_LANGUAGES: c99 is not used
by the build system, and when forced using FORCE_C_STD,
the build fails.

Changes:

Core

    Release v1.2.12
    GitHub Actions: Use actions/checkout@v4
    pcm: plug - add automatic conversion for iec958 subframe samples

PCM API

    pcm: extend doc for snd_pcm_hw_params_get_sbits()
    pcm: clarify and fix default sbits (msbits) value for all formats
    pcm: ladspa - Skip missing ladspa directories
    pcm: snd_pcm_(physical_)format_width() - change documentation
    pcm: plug - add automatic conversion for iec958 subframe samples

PCM Plugin API

    pcm: plug - add automatic conversion for iec958 subframe samples

Topology API

    topology: correct version script path

Use Case Manager API

    use-case.h: add DisplayPort to HDMI device description
    ucm: doc - add Variant and Macro to the evaluation order
    ucm: define and describe Syntax 7
    ucm: raise error when macro argument is already defined (used)
    ucm: do argument value substitution for Macros
    ucm: fix Path condition - substitute Path
    ucm: fix Path condition - substitute Path and Mode fields

Async helpers

    async: snd_async_del_handler - move clear signal using sigaction as last

Configuration

    conf: aliases: hdmi: Include unconditionally the
    conf: USB-Audio: Add Corsair HS60 Pro to the IEC958 blacklist
    conf: USB-Audio: Add more Scarlett devices to the IEC958 blacklist

Test/Example code

    tests: latency.c - fix copy-n-paste typos (sw -> hw params) in error messages


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/audio/alsa-lib/Makefile
cvs rdiff -u -r1.41 -r1.42 pkgsrc/audio/alsa-lib/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/audio/alsa-lib/Makefile
diff -u pkgsrc/audio/alsa-lib/Makefile:1.33 pkgsrc/audio/alsa-lib/Makefile:1.34
--- pkgsrc/audio/alsa-lib/Makefile:1.33 Mon May 13 08:01:42 2024
+++ pkgsrc/audio/alsa-lib/Makefile      Sun Jun 30 06:02:15 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.33 2024/05/13 08:01:42 adam Exp $
+# $NetBSD: Makefile,v 1.34 2024/06/30 06:02:15 wiz Exp $
 
-DISTNAME=      alsa-lib-1.2.11
+DISTNAME=      alsa-lib-1.2.12
 CATEGORIES=    audio
 MASTER_SITES=  ftp://ftp.alsa-project.org/pub/lib/
 EXTRACT_SUFX=  .tar.bz2
@@ -11,7 +11,7 @@ COMMENT=      Advanced Linux Sound Architectu
 LICENSE=       gnu-lgpl-v2.1
 
 GNU_CONFIGURE= yes
-USE_LANGUAGES= c99
+USE_LANGUAGES= c
 USE_LIBTOOL=   yes
 USE_TOOLS+=    pkg-config gmake
 

Index: pkgsrc/audio/alsa-lib/distinfo
diff -u pkgsrc/audio/alsa-lib/distinfo:1.41 pkgsrc/audio/alsa-lib/distinfo:1.42
--- pkgsrc/audio/alsa-lib/distinfo:1.41 Wed Feb 21 08:58:00 2024
+++ pkgsrc/audio/alsa-lib/distinfo      Sun Jun 30 06:02:15 2024
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.41 2024/02/21 08:58:00 wiz Exp $
+$NetBSD: distinfo,v 1.42 2024/06/30 06:02:15 wiz Exp $
 
-BLAKE2s (alsa-lib-1.2.11.tar.bz2) = 5069838ba655f6d5b3afd58135aaad70467292df5d6f0f91e90f932efb8a22e3
-SHA512 (alsa-lib-1.2.11.tar.bz2) = 7bf2c541dff5262c0302a1c716ca10cdb5105f4e0ad48f3341c3c7e975b0c3ea835a298a05974c3e216a85912c368d8025ba3cdda3ff04a7683133ce5b2a286d
-Size (alsa-lib-1.2.11.tar.bz2) = 1107150 bytes
+BLAKE2s (alsa-lib-1.2.12.tar.bz2) = a17197166a41c51d8a5d01343e48e1651bc21b83c22d9ad3740a8580c7fe74bf
+SHA512 (alsa-lib-1.2.12.tar.bz2) = 053e36e51c0ff28f07028b89c8845b50682a5c14035ab85c2fc8cae2f2f0d05e4cd45ed879602c15c1596fb7fe84bfd50ec0d119dfb55c66589a2d458a9b317d
+Size (alsa-lib-1.2.12.tar.bz2) = 1108712 bytes
 SHA1 (patch-ad) = 0e9bc7848a61b3a6654a9fe25943970404d71052
 SHA1 (patch-ae) = f7a0b5b287c93f3dfcd2b47d4880872ae6f0e9a6
 SHA1 (patch-af) = 257b06f10616c04c2724e30777b027e5e7e443f9



Home | Main Index | Thread Index | Old Index