diff options
author | ryoon <ryoon@pkgsrc.org> | 2015-11-02 13:40:41 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2015-11-02 13:40:41 +0000 |
commit | c5a890c4617153eaedc920758a8dc9e594688715 (patch) | |
tree | 21cce876b131f8f1c6049416835cd16491a97224 /audio | |
parent | 68adef3319ebb268b79d3b7338ef0fdcfd42ec82 (diff) | |
download | pkgsrc-c5a890c4617153eaedc920758a8dc9e594688715.tar.gz |
Update to 7.1
Changelog:
Since we had a couple of annoying bugs in 7.0, we thought it'd be a
good idea to do a 7.1 to address those.
Changes at a glance:
* Fix a crasher when using srbchannel
* Fix a build system typo that caused symlinks to turn up in /
* Make Xonar cards work better
* Other minor bug fixes and improvements
Diffstat (limited to 'audio')
-rw-r--r-- | audio/pulseaudio/Makefile | 4 | ||||
-rw-r--r-- | audio/pulseaudio/distinfo | 9 |
2 files changed, 7 insertions, 6 deletions
diff --git a/audio/pulseaudio/Makefile b/audio/pulseaudio/Makefile index 479cd54fd8e..b6635a5eec4 100644 --- a/audio/pulseaudio/Makefile +++ b/audio/pulseaudio/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.99 2015/09/25 14:37:27 ryoon Exp $ +# $NetBSD: Makefile,v 1.100 2015/11/02 13:40:41 ryoon Exp $ -DISTNAME= pulseaudio-7.0 +DISTNAME= pulseaudio-7.1 CATEGORIES= audio MASTER_SITES= http://freedesktop.org/software/pulseaudio/releases/ EXTRACT_SUFX= .tar.xz diff --git a/audio/pulseaudio/distinfo b/audio/pulseaudio/distinfo index 2d818fa7bd1..837bc9a623c 100644 --- a/audio/pulseaudio/distinfo +++ b/audio/pulseaudio/distinfo @@ -1,8 +1,9 @@ -$NetBSD: distinfo,v 1.53 2015/09/25 14:37:27 ryoon Exp $ +$NetBSD: distinfo,v 1.54 2015/11/02 13:40:41 ryoon Exp $ -SHA1 (pulseaudio-7.0.tar.xz) = b4a3d331bdd94eb97a299f7328950dec31cf2b6a -RMD160 (pulseaudio-7.0.tar.xz) = f846e2e52a4facd6a9930eac1eb80d08893ac5d8 -Size (pulseaudio-7.0.tar.xz) = 1505864 bytes +SHA1 (pulseaudio-7.1.tar.xz) = dc35a8aa66c513ac989319e13a18e317d8e432b3 +RMD160 (pulseaudio-7.1.tar.xz) = 34e4a7644673d96806234042fc50a6f513b885c9 +SHA512 (pulseaudio-7.1.tar.xz) = 21f621bd76268b9dd6e5be2231b0e779a8e0cfdece44c46c8ac96a4e1d4df52fe5b9791ef95a0909a3c177bbfa5eab7d52fed9b43362840a9c8a6001e821175e +Size (pulseaudio-7.1.tar.xz) = 1506504 bytes SHA1 (patch-aa) = 4e8a38810453d0efad287528b7f18c056a5cdd8b SHA1 (patch-configure.ac) = 10f976daa163b985312d4dc29933e87cf2e89c96 SHA1 (patch-src_Makefile.am) = debe40be5d1155f6cb0d5ae90119dece4e090b02 |