pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/pulseaudio



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Fri Sep  8 02:27:44 UTC 2017

Modified Files:
        pkgsrc/audio/pulseaudio: Makefile PLIST buildlink3.mk distinfo
        pkgsrc/audio/pulseaudio/patches: patch-configure.ac

Log Message:
Update to 11.0

Changelog:
PulseAudio 11.0 release notes
Changes at a glance

    Support for newer AirPlay hardware
    USB and bluetooth devices preferred over internal sound cards
    The default sink and source configuration is remembered better
    Bluetooth HSP headset role implemented
    Bluetooth HFP audio gateway role implemented (requires oFono)
    Bluetooth HSP audio gateway and HFP hands-free unit roles can be enabled simultaneously
    Upmixing can now be disabled without bad side effects
    Avoid having unavailable sinks or sources as the default
    Option to avoid resampling more often
    Option to automatically switch bluetooth profile to HSP more often
    Better latency regulation in module-loopback
    Changed module argument names in module-ladspa-sink and module-virtual-surround-sink
    Fixed input device handling on Windows
    Improved bluetooth MTU configuration (warning! this causes some hardware to not work any more, see the details below for how to fix it)
    GNU Hurd support
    Applications can request LADSPA or virtual surround filtering for their streams
    Support for 32-bit applications on 64-bit systems in padsp


To generate a diff of this commit:
cvs rdiff -u -r1.119 -r1.120 pkgsrc/audio/pulseaudio/Makefile
cvs rdiff -u -r1.24 -r1.25 pkgsrc/audio/pulseaudio/PLIST
cvs rdiff -u -r1.27 -r1.28 pkgsrc/audio/pulseaudio/buildlink3.mk
cvs rdiff -u -r1.60 -r1.61 pkgsrc/audio/pulseaudio/distinfo
cvs rdiff -u -r1.8 -r1.9 pkgsrc/audio/pulseaudio/patches/patch-configure.ac

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

Modified files:

Index: pkgsrc/audio/pulseaudio/Makefile
diff -u pkgsrc/audio/pulseaudio/Makefile:1.119 pkgsrc/audio/pulseaudio/Makefile:1.120
--- pkgsrc/audio/pulseaudio/Makefile:1.119      Sun Feb 12 06:25:05 2017
+++ pkgsrc/audio/pulseaudio/Makefile    Fri Sep  8 02:27:44 2017
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.119 2017/02/12 06:25:05 ryoon Exp $
+# $NetBSD: Makefile,v 1.120 2017/09/08 02:27:44 ryoon Exp $
 
-DISTNAME=      pulseaudio-10.0
-PKGREVISION=   2
+DISTNAME=      pulseaudio-11.0
 CATEGORIES=    audio
 MASTER_SITES=  http://freedesktop.org/software/pulseaudio/releases/
 EXTRACT_SUFX=  .tar.xz

Index: pkgsrc/audio/pulseaudio/PLIST
diff -u pkgsrc/audio/pulseaudio/PLIST:1.24 pkgsrc/audio/pulseaudio/PLIST:1.25
--- pkgsrc/audio/pulseaudio/PLIST:1.24  Sat Jan 21 19:32:11 2017
+++ pkgsrc/audio/pulseaudio/PLIST       Fri Sep  8 02:27:44 2017
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.24 2017/01/21 19:32:11 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.25 2017/09/08 02:27:44 ryoon Exp $
 bin/esdcompat
 bin/pacat
 bin/pacmd
@@ -283,6 +283,7 @@ share/locale/gl/LC_MESSAGES/pulseaudio.m
 share/locale/gu/LC_MESSAGES/pulseaudio.mo
 share/locale/he/LC_MESSAGES/pulseaudio.mo
 share/locale/hi/LC_MESSAGES/pulseaudio.mo
+share/locale/hr/LC_MESSAGES/pulseaudio.mo
 share/locale/hu/LC_MESSAGES/pulseaudio.mo
 share/locale/id/LC_MESSAGES/pulseaudio.mo
 share/locale/it/LC_MESSAGES/pulseaudio.mo
@@ -293,6 +294,7 @@ share/locale/lt/LC_MESSAGES/pulseaudio.m
 share/locale/ml/LC_MESSAGES/pulseaudio.mo
 share/locale/mr/LC_MESSAGES/pulseaudio.mo
 share/locale/nl/LC_MESSAGES/pulseaudio.mo
+share/locale/nn/LC_MESSAGES/pulseaudio.mo
 share/locale/oc/LC_MESSAGES/pulseaudio.mo
 share/locale/or/LC_MESSAGES/pulseaudio.mo
 share/locale/pa/LC_MESSAGES/pulseaudio.mo

Index: pkgsrc/audio/pulseaudio/buildlink3.mk
diff -u pkgsrc/audio/pulseaudio/buildlink3.mk:1.27 pkgsrc/audio/pulseaudio/buildlink3.mk:1.28
--- pkgsrc/audio/pulseaudio/buildlink3.mk:1.27  Mon Jan 23 12:24:18 2017
+++ pkgsrc/audio/pulseaudio/buildlink3.mk       Fri Sep  8 02:27:44 2017
@@ -1,12 +1,12 @@
-# $NetBSD: buildlink3.mk,v 1.27 2017/01/23 12:24:18 wiz Exp $
+# $NetBSD: buildlink3.mk,v 1.28 2017/09/08 02:27:44 ryoon Exp $
 
 BUILDLINK_TREE+=       pulseaudio
 
 .if !defined(PULSEAUDIO_BUILDLINK3_MK)
 PULSEAUDIO_BUILDLINK3_MK:=
 
-BUILDLINK_API_DEPENDS.pulseaudio+=     pulseaudio>=10.0
-BUILDLINK_ABI_DEPENDS.pulseaudio+=     pulseaudio>=10.0
+BUILDLINK_API_DEPENDS.pulseaudio+=     pulseaudio>=11.0
+BUILDLINK_ABI_DEPENDS.pulseaudio+=     pulseaudio>=11.0
 BUILDLINK_PKGSRCDIR.pulseaudio?=       ../../audio/pulseaudio
 
 .include "../../mk/bsd.fast.prefs.mk"

Index: pkgsrc/audio/pulseaudio/distinfo
diff -u pkgsrc/audio/pulseaudio/distinfo:1.60 pkgsrc/audio/pulseaudio/distinfo:1.61
--- pkgsrc/audio/pulseaudio/distinfo:1.60       Sat Jan 21 19:32:11 2017
+++ pkgsrc/audio/pulseaudio/distinfo    Fri Sep  8 02:27:44 2017
@@ -1,11 +1,11 @@
-$NetBSD: distinfo,v 1.60 2017/01/21 19:32:11 ryoon Exp $
+$NetBSD: distinfo,v 1.61 2017/09/08 02:27:44 ryoon Exp $
 
-SHA1 (pulseaudio-10.0.tar.xz) = ab7cc41a2dc2b9da0794e3a51a4eb7e82e7da511
-RMD160 (pulseaudio-10.0.tar.xz) = e237245db82ddb9069b7b80435ef1d4867d7609e
-SHA512 (pulseaudio-10.0.tar.xz) = 11d98b4b2000a41bdea92df253409452bc9b77d8bb309b6d14c439e3b902e3f90c69da00daff409e3859a54ad01c63a75be5723616bdcb492801d622a6406481
-Size (pulseaudio-10.0.tar.xz) = 1608040 bytes
+SHA1 (pulseaudio-11.0.tar.xz) = df04f9ffb3fc1de9255f8b88e5d824fcd942607d
+RMD160 (pulseaudio-11.0.tar.xz) = 7141c35cc36a9a3e2465977f87acdd38466ec602
+SHA512 (pulseaudio-11.0.tar.xz) = 37d0afe343c136cef1906342f17c3473f791fe17b7e6dd463ce120d45285bc12e3680b8b4b6779d79b8ce2e755fe2a0cc4d4c960209b1dae9f924731484ecded
+Size (pulseaudio-11.0.tar.xz) = 1648128 bytes
 SHA1 (patch-aa) = 01d6a4f3db5b61e3e8cb2956b53676d86692f846
-SHA1 (patch-configure.ac) = d1bc64acb4ec29126cdbf1e186d4d9fd92aa4241
+SHA1 (patch-configure.ac) = ceb209d48d7e484b21c2f00282b32440dafee7d5
 SHA1 (patch-src_Makefile.am) = debe40be5d1155f6cb0d5ae90119dece4e090b02
 SHA1 (patch-src_modules_module-detect.c) = f202194b03a2023959d772392d58297f963f0ada
 SHA1 (patch-src_modules_oss_module-oss.c) = 399ac178ae832619253ce8dd985edbed23db86e7

Index: pkgsrc/audio/pulseaudio/patches/patch-configure.ac
diff -u pkgsrc/audio/pulseaudio/patches/patch-configure.ac:1.8 pkgsrc/audio/pulseaudio/patches/patch-configure.ac:1.9
--- pkgsrc/audio/pulseaudio/patches/patch-configure.ac:1.8      Sat Jan 21 19:32:11 2017
+++ pkgsrc/audio/pulseaudio/patches/patch-configure.ac  Fri Sep  8 02:27:44 2017
@@ -1,4 +1,4 @@
-$NetBSD: patch-configure.ac,v 1.8 2017/01/21 19:32:11 ryoon Exp $
+$NetBSD: patch-configure.ac,v 1.9 2017/09/08 02:27:44 ryoon Exp $
 
 * Don't assume sys/capability.h is guaranteed present on Linux.
 * Fix NetBSD detection for libatomics_ops check.
@@ -15,7 +15,7 @@ $NetBSD: patch-configure.ac,v 1.8 2017/0
  AC_PREREQ(2.63)
  
 -AC_INIT([pulseaudio],[m4_esyscmd(./git-version-gen .tarball-version)],[pulseaudio-discuss (at) lists (dot) freedesktop (dot) org],[pulseaudio],[http://pulseaudio.org/])
-+AC_INIT([pulseaudio],[10.0],[pulseaudio-discuss (at) lists (dot) freedesktop (dot) org],[pulseaudio],[http://pulseaudio.org/])
++AC_INIT([pulseaudio],[11.0],[pulseaudio-discuss (at) lists (dot) freedesktop (dot) org],[pulseaudio],[http://pulseaudio.org/])
  AC_CONFIG_SRCDIR([src/daemon/main.c])
  AC_CONFIG_MACRO_DIR([m4])
  AC_CONFIG_HEADERS([config.h])



Home | Main Index | Thread Index | Old Index