pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio Update to 1.0.27



details:   https://anonhg.NetBSD.org/pkgsrc/rev/958f61ddc894
branches:  trunk
changeset: 635632:958f61ddc894
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Mon Jun 09 12:42:58 2014 +0000

description:
Update to 1.0.27

Changelog:
Changelog between 1.0.26 and 1.0.27 releases
Core
    Release v1.0.27

A52 Output plugin
    a52: Fix build errors
    a52: Add the support of recent libavcodec / libavutil

PulseAudio -> ALSA plugin
    pulse: pulse_pcm_poll_revents should return 0 on success
    pcm_pulse: set prebuf parameter according to software parameters


Changelog between 1.0.25 and 1.0.26 releases
Core
    Release v1.0.26

PulseAudio -> ALSA plugin
    pulse: Support 24-bit formats

USB stream plugin
    usb_stream: Fix build with glibc 2.16


Changelog between 1.0.24 and 1.0.25 releases
Core
    Release v1.0.25
    pulse: Install a PulseAudio config snippet into alsa.conf.d

A52 Output plugin
    a52: Fix build with older ffmpeg versions.
    a52 - Fix a52 codec with recent libavcodec updates

Documentation
    pulse: Add fallback option

Jack PCM plugin
    jack: Fix revents for playback
    jack: Fix hanging applications when using jack plugin

PulseAudio -> ALSA plugin
    Added missing configuration files for the pulse plugin
    Set CLOEXEC flag for pipes in PulseAudio plugins
    pulse: Install a PulseAudio config snippet into alsa.conf.d
    pulse - Define a dummy PA_CHECK_VERSION() when not available
    pulse - only underrun if no more data has been written
    pulse: Set PA_CONTEXT_NOAUTOSPAWN when fallback is available
    pulse: Add fallback option
    Pulse: Fix snd_pcm_avail returning 0 in some cases


Changelog between 1.0.23 and 1.0.24 releases
Core
    Release v1.0.24

Documentation
    Fix README-jack (second channel)

PulseAudio -> ALSA plugin
    pulse: Add handle_underrun option
    pulse: Fix invalid buffer pointer return value


Changelog between 1.0.22 and 1.0.23 releases
Core
    Release v1.0.23

USB stream plugin
    usb_stream: Allow user-set period-size and rate
    usb_stream: Check for NULL-ness before dereferencing

diffstat:

 audio/alsa-plugins-oss/Makefile           |   4 ++--
 audio/alsa-plugins-oss/distinfo           |  10 +++++-----
 audio/alsa-plugins-oss/patches/patch-aa   |  14 +++++++-------
 audio/alsa-plugins-pulse/Makefile         |   5 ++---
 audio/alsa-plugins-pulse/PLIST            |   4 +++-
 audio/alsa-plugins-pulse/distinfo         |  10 +++++-----
 audio/alsa-plugins-pulse/patches/patch-aa |  14 +++++++-------
 7 files changed, 31 insertions(+), 30 deletions(-)

diffs (120 lines):

diff -r 92ca9f0bc9bf -r 958f61ddc894 audio/alsa-plugins-oss/Makefile
--- a/audio/alsa-plugins-oss/Makefile   Mon Jun 09 12:40:58 2014 +0000
+++ b/audio/alsa-plugins-oss/Makefile   Mon Jun 09 12:42:58 2014 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2012/09/11 23:59:23 asau Exp $
+# $NetBSD: Makefile,v 1.8 2014/06/09 12:42:58 ryoon Exp $
 #
 
-DISTNAME=      alsa-plugins-1.0.22
+DISTNAME=      alsa-plugins-1.0.27
 PKGNAME=       ${DISTNAME:S/plugins/plugins-oss/}
 CATEGORIES=    audio
 MASTER_SITES=  ftp://ftp.alsa-project.org/pub/plugins/
diff -r 92ca9f0bc9bf -r 958f61ddc894 audio/alsa-plugins-oss/distinfo
--- a/audio/alsa-plugins-oss/distinfo   Mon Jun 09 12:40:58 2014 +0000
+++ b/audio/alsa-plugins-oss/distinfo   Mon Jun 09 12:42:58 2014 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.4 2010/02/16 18:26:24 wiz Exp $
+$NetBSD: distinfo,v 1.5 2014/06/09 12:42:58 ryoon Exp $
 
-SHA1 (alsa-plugins-1.0.22.tar.bz2) = e9bc0cba71a4b66f39d7af5f3638a5667fc76ff2
-RMD160 (alsa-plugins-1.0.22.tar.bz2) = d7540360fc06f531344f735339bd17cad98e140d
-Size (alsa-plugins-1.0.22.tar.bz2) = 326266 bytes
-SHA1 (patch-aa) = 77774e607905f3930ffec503c04d6dd1f70d9946
+SHA1 (alsa-plugins-1.0.27.tar.bz2) = a04da303d3f70005f6ce472bbab6ecac1072a558
+RMD160 (alsa-plugins-1.0.27.tar.bz2) = c13182f309370f4ed1ca46d894dcd43d61191611
+Size (alsa-plugins-1.0.27.tar.bz2) = 363593 bytes
+SHA1 (patch-aa) = ac2169b0a069bcf6ed60ca7ccd199ccd1988357f
 SHA1 (patch-ab) = 9cf0bda9f1928f46d0d5eac9464b790710ea2fda
 SHA1 (patch-ac) = 13da103ce3daad29d3c715f8f7d58dcd7bb9a72c
diff -r 92ca9f0bc9bf -r 958f61ddc894 audio/alsa-plugins-oss/patches/patch-aa
--- a/audio/alsa-plugins-oss/patches/patch-aa   Mon Jun 09 12:40:58 2014 +0000
+++ b/audio/alsa-plugins-oss/patches/patch-aa   Mon Jun 09 12:42:58 2014 +0000
@@ -1,13 +1,13 @@
-$NetBSD: patch-aa,v 1.2 2009/07/07 14:45:41 joerg Exp $
+$NetBSD: patch-aa,v 1.3 2014/06/09 12:42:58 ryoon Exp $
 
---- configure.orig     2008-10-29 08:47:45.000000000 -0400
+--- configure.orig     2013-04-11 12:54:26.000000000 +0000
 +++ configure
-@@ -20252,7 +20252,7 @@ if test "${ac_cv_lib_asound_snd_pcm_iopl
-   echo $ECHO_N "(cached) $ECHO_C" >&6
+@@ -11718,7 +11718,7 @@ if ${ac_cv_lib_asound_snd_pcm_ioplug_cre
+   $as_echo_n "(cached) " >&6
  else
    ac_check_lib_save_LIBS=$LIBS
 -LIBS="-lasound -ldl $LIBS"
 +LIBS="-lasound $LIBS"
- cat >conftest.$ac_ext <<_ACEOF
- /* confdefs.h.  */
- _ACEOF
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h.  */
+ 
diff -r 92ca9f0bc9bf -r 958f61ddc894 audio/alsa-plugins-pulse/Makefile
--- a/audio/alsa-plugins-pulse/Makefile Mon Jun 09 12:40:58 2014 +0000
+++ b/audio/alsa-plugins-pulse/Makefile Mon Jun 09 12:42:58 2014 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.15 2014/04/20 02:27:50 ryoon Exp $
+# $NetBSD: Makefile,v 1.16 2014/06/09 12:42:58 ryoon Exp $
 #
 
-DISTNAME=      alsa-plugins-1.0.22
+DISTNAME=      alsa-plugins-1.0.27
 PKGNAME=       ${DISTNAME:S/plugins/plugins-pulse/}
-PKGREVISION=   10
 CATEGORIES=    audio
 MASTER_SITES=  ftp://ftp.alsa-project.org/pub/plugins/
 EXTRACT_SUFX=  .tar.bz2
diff -r 92ca9f0bc9bf -r 958f61ddc894 audio/alsa-plugins-pulse/PLIST
--- a/audio/alsa-plugins-pulse/PLIST    Mon Jun 09 12:40:58 2014 +0000
+++ b/audio/alsa-plugins-pulse/PLIST    Mon Jun 09 12:42:58 2014 +0000
@@ -1,4 +1,6 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2008/12/19 04:04:04 jmcneill Exp $
+@comment $NetBSD: PLIST,v 1.2 2014/06/09 12:42:58 ryoon Exp $
 lib/alsa-lib/libasound_module_conf_pulse.la
 lib/alsa-lib/libasound_module_ctl_pulse.la
 lib/alsa-lib/libasound_module_pcm_pulse.la
+share/alsa/alsa.conf.d/50-pulseaudio.conf
+share/alsa/alsa.conf.d/99-pulseaudio-default.conf.example
diff -r 92ca9f0bc9bf -r 958f61ddc894 audio/alsa-plugins-pulse/distinfo
--- a/audio/alsa-plugins-pulse/distinfo Mon Jun 09 12:40:58 2014 +0000
+++ b/audio/alsa-plugins-pulse/distinfo Mon Jun 09 12:42:58 2014 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.5 2010/02/16 18:30:12 wiz Exp $
+$NetBSD: distinfo,v 1.6 2014/06/09 12:42:58 ryoon Exp $
 
-SHA1 (alsa-plugins-1.0.22.tar.bz2) = e9bc0cba71a4b66f39d7af5f3638a5667fc76ff2
-RMD160 (alsa-plugins-1.0.22.tar.bz2) = d7540360fc06f531344f735339bd17cad98e140d
-Size (alsa-plugins-1.0.22.tar.bz2) = 326266 bytes
-SHA1 (patch-aa) = 77774e607905f3930ffec503c04d6dd1f70d9946
+SHA1 (alsa-plugins-1.0.27.tar.bz2) = a04da303d3f70005f6ce472bbab6ecac1072a558
+RMD160 (alsa-plugins-1.0.27.tar.bz2) = c13182f309370f4ed1ca46d894dcd43d61191611
+Size (alsa-plugins-1.0.27.tar.bz2) = 363593 bytes
+SHA1 (patch-aa) = ac2169b0a069bcf6ed60ca7ccd199ccd1988357f
 SHA1 (patch-ab) = fdcb834dbac03fc52ab482e722452243a6c859e9
diff -r 92ca9f0bc9bf -r 958f61ddc894 audio/alsa-plugins-pulse/patches/patch-aa
--- a/audio/alsa-plugins-pulse/patches/patch-aa Mon Jun 09 12:40:58 2014 +0000
+++ b/audio/alsa-plugins-pulse/patches/patch-aa Mon Jun 09 12:42:58 2014 +0000
@@ -1,13 +1,13 @@
-$NetBSD: patch-aa,v 1.2 2009/07/07 14:59:00 joerg Exp $
+$NetBSD: patch-aa,v 1.3 2014/06/09 12:42:58 ryoon Exp $
 
---- configure.orig     2008-10-29 08:47:45.000000000 -0400
+--- configure.orig     2013-04-11 12:54:26.000000000 +0000
 +++ configure
-@@ -20252,7 +20252,7 @@ if test "${ac_cv_lib_asound_snd_pcm_iopl
-   echo $ECHO_N "(cached) $ECHO_C" >&6
+@@ -11718,7 +11718,7 @@ if ${ac_cv_lib_asound_snd_pcm_ioplug_cre
+   $as_echo_n "(cached) " >&6
  else
    ac_check_lib_save_LIBS=$LIBS
 -LIBS="-lasound -ldl $LIBS"
 +LIBS="-lasound $LIBS"
- cat >conftest.$ac_ext <<_ACEOF
- /* confdefs.h.  */
- _ACEOF
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h.  */
+ 



Home | Main Index | Thread Index | Old Index