pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Wed Jun 30 15:41:54 UTC 2021

Modified Files:
        pkgsrc/audio/alsa-plugins-oss: Makefile distinfo
        pkgsrc/audio/alsa-plugins-pulse: Makefile distinfo

Log Message:
alsa-plugins-{oss|pulse}: Update to 1.2.5

Changelog:
Core

    Release v1.2.5

A52 Output plugin

    pcm_a52: Don't move bytes within the outbuf
    pcm_a52: Don't pass EAGAIN errors from the slave to the caller
    pcm_a52: Determine virtual hardware pointer upon slave pointer

Automatic upmix / downmix plugins

    upmix: complete generalizing format

Jack PCM plugin

    jack: add option to allow non-jack-aligned period size

OSS Mixer -> ALSA Control plugin

    oss: fix the config (port -> device)

PulseAudio -> ALSA plugin

    pulse: pcm - handle reading pulse stream hole

USB stream plugin

    usb_stream: use snd_config_get_card() to decode the card number


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/audio/alsa-plugins-oss/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/audio/alsa-plugins-oss/distinfo
cvs rdiff -u -r1.32 -r1.33 pkgsrc/audio/alsa-plugins-pulse/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/audio/alsa-plugins-pulse/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-plugins-oss/Makefile
diff -u pkgsrc/audio/alsa-plugins-oss/Makefile:1.13 pkgsrc/audio/alsa-plugins-oss/Makefile:1.14
--- pkgsrc/audio/alsa-plugins-oss/Makefile:1.13 Wed May 12 14:14:38 2021
+++ pkgsrc/audio/alsa-plugins-oss/Makefile      Wed Jun 30 15:41:54 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2021/05/12 14:14:38 ryoon Exp $
+# $NetBSD: Makefile,v 1.14 2021/06/30 15:41:54 ryoon Exp $
 
-DISTNAME=      alsa-plugins-1.2.2
+DISTNAME=      alsa-plugins-1.2.5
 PKGNAME=       ${DISTNAME:S/plugins/plugins-oss/}
 CATEGORIES=    audio
 MASTER_SITES=  ftp://ftp.alsa-project.org/pub/plugins/

Index: pkgsrc/audio/alsa-plugins-oss/distinfo
diff -u pkgsrc/audio/alsa-plugins-oss/distinfo:1.9 pkgsrc/audio/alsa-plugins-oss/distinfo:1.10
--- pkgsrc/audio/alsa-plugins-oss/distinfo:1.9  Wed May 12 14:14:38 2021
+++ pkgsrc/audio/alsa-plugins-oss/distinfo      Wed Jun 30 15:41:54 2021
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.9 2021/05/12 14:14:38 ryoon Exp $
+$NetBSD: distinfo,v 1.10 2021/06/30 15:41:54 ryoon Exp $
 
-SHA1 (alsa-plugins-1.2.2.tar.bz2) = d6baf41c0aa10104b4963fe95f46aaca534def35
-RMD160 (alsa-plugins-1.2.2.tar.bz2) = 93daa0c1d7b86af580366eb289ba1f799bec00d9
-SHA512 (alsa-plugins-1.2.2.tar.bz2) = 25a7dfaa64be024447d889b5cde668f1308d197f54880548a82d50beb4ac0dbff33b415da1e26dc5229408c934247a9bd38acfb0f82ca388deac0d77ab3cdadb
-Size (alsa-plugins-1.2.2.tar.bz2) = 406494 bytes
+SHA1 (alsa-plugins-1.2.5.tar.bz2) = fde4b9188deff0ae49b4e049f7094d3366a25cea
+RMD160 (alsa-plugins-1.2.5.tar.bz2) = 6d8d4e6802911b5e531bb1e8d8fd7905fd2c90c3
+SHA512 (alsa-plugins-1.2.5.tar.bz2) = 32aa475ec4af040861c2bfb01eac71042242d2109d3c5102d0111f3327e3f6c9031c32cbb50eb4b6568a6bd9408691a047a39972f09d6087e31ec11f19ddc9cf
+Size (alsa-plugins-1.2.5.tar.bz2) = 406134 bytes
 SHA1 (patch-aa) = ac2169b0a069bcf6ed60ca7ccd199ccd1988357f
 SHA1 (patch-ab) = 9cf0bda9f1928f46d0d5eac9464b790710ea2fda
 SHA1 (patch-ac) = 13da103ce3daad29d3c715f8f7d58dcd7bb9a72c

Index: pkgsrc/audio/alsa-plugins-pulse/Makefile
diff -u pkgsrc/audio/alsa-plugins-pulse/Makefile:1.32 pkgsrc/audio/alsa-plugins-pulse/Makefile:1.33
--- pkgsrc/audio/alsa-plugins-pulse/Makefile:1.32       Wed May 12 14:14:38 2021
+++ pkgsrc/audio/alsa-plugins-pulse/Makefile    Wed Jun 30 15:41:54 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.32 2021/05/12 14:14:38 ryoon Exp $
+# $NetBSD: Makefile,v 1.33 2021/06/30 15:41:54 ryoon Exp $
 
-DISTNAME=      alsa-plugins-1.2.2
+DISTNAME=      alsa-plugins-1.2.5
 PKGNAME=       ${DISTNAME:S/plugins/plugins-pulse/}
 CATEGORIES=    audio
 MASTER_SITES=  ftp://ftp.alsa-project.org/pub/plugins/

Index: pkgsrc/audio/alsa-plugins-pulse/distinfo
diff -u pkgsrc/audio/alsa-plugins-pulse/distinfo:1.10 pkgsrc/audio/alsa-plugins-pulse/distinfo:1.11
--- pkgsrc/audio/alsa-plugins-pulse/distinfo:1.10       Wed May 12 14:14:38 2021
+++ pkgsrc/audio/alsa-plugins-pulse/distinfo    Wed Jun 30 15:41:54 2021
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.10 2021/05/12 14:14:38 ryoon Exp $
+$NetBSD: distinfo,v 1.11 2021/06/30 15:41:54 ryoon Exp $
 
-SHA1 (alsa-plugins-1.2.2.tar.bz2) = d6baf41c0aa10104b4963fe95f46aaca534def35
-RMD160 (alsa-plugins-1.2.2.tar.bz2) = 93daa0c1d7b86af580366eb289ba1f799bec00d9
-SHA512 (alsa-plugins-1.2.2.tar.bz2) = 25a7dfaa64be024447d889b5cde668f1308d197f54880548a82d50beb4ac0dbff33b415da1e26dc5229408c934247a9bd38acfb0f82ca388deac0d77ab3cdadb
-Size (alsa-plugins-1.2.2.tar.bz2) = 406494 bytes
+SHA1 (alsa-plugins-1.2.5.tar.bz2) = fde4b9188deff0ae49b4e049f7094d3366a25cea
+RMD160 (alsa-plugins-1.2.5.tar.bz2) = 6d8d4e6802911b5e531bb1e8d8fd7905fd2c90c3
+SHA512 (alsa-plugins-1.2.5.tar.bz2) = 32aa475ec4af040861c2bfb01eac71042242d2109d3c5102d0111f3327e3f6c9031c32cbb50eb4b6568a6bd9408691a047a39972f09d6087e31ec11f19ddc9cf
+Size (alsa-plugins-1.2.5.tar.bz2) = 406134 bytes
 SHA1 (patch-aa) = ac2169b0a069bcf6ed60ca7ccd199ccd1988357f
 SHA1 (patch-ab) = fdcb834dbac03fc52ab482e722452243a6c859e9
 SHA1 (patch-pulse_Makefile.in) = 44abe2470ee6a3bb9941c4c26a53333d21402946



Home | Main Index | Thread Index | Old Index