Bug 222093

Summary: audio/pulseaudio: Update to 11.0
Product: Ports & Packages Reporter: lightside <lightside>
Component: Individual Port(s)Assignee: freebsd-gnome (Nobody) <gnome>
Status: Closed FIXED    
Severity: Affects Some People CC: gnome
Priority: --- Keywords: patch
Version: LatestFlags: bugzilla: maintainer-feedback? (gnome)
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Proposed patch (since 447399 revision)
none
Proposed patch (since 447399 revision) lightside: maintainer-approval? (gnome)

Description lightside 2017-09-06 01:56:38 UTC
Created attachment 186105 [details]
Proposed patch (since 447399 revision)

Patch to update audio/pulseaudio port from 10.0 to 11.0 version.

Look following links for changes:
https://www.freedesktop.org/wiki/Software/PulseAudio/Notes/11.0/
https://github.com/pulseaudio/pulseaudio/compare/v10.0...v11.0

- Regenerate files/patch-src_Makefile.in
- Adapt files/patch-src_modules_module-detect.c [*]
- Add files/patch-src_modules_raop_raop-client.c
- Adapt pkg-plist

* - Changes after following commit:
https://github.com/pulseaudio/pulseaudio/commit/a448cc587c203bba42b1b9805317088e95775f71

The build was tested on FreeBSD 10.3 amd64 (native and with using poudriere).
Comment 2 lightside 2017-09-06 02:57:58 UTC
Created attachment 186107 [details]
Proposed patch (since 447399 revision)

The poudriere testport log showed following line:
configure: WARNING: unrecognized options: --disable-xen

- Remove "--disable-xen" from CONFIGURE_ARGS [**]

** - The "--disable-xen" configure option was removed in following commit:
https://github.com/pulseaudio/pulseaudio/commit/c81f3da53b908a05e6325b6bc0dfb4cd5b08f8ec
Comment 3 commit-hook freebsd_committer freebsd_triage 2017-09-06 17:47:37 UTC
A commit references this bug:

Author: jbeich
Date: Wed Sep  6 17:46:55 UTC 2017
New revision: 449350
URL: https://svnweb.freebsd.org/changeset/ports/449350

Log:
  audio/pulseaudio: update to 11.0

  - Drop --disable-xen following upstream change in 10.0

  Changes:	https://www.freedesktop.org/wiki/Software/PulseAudio/Notes/11.0/
  ABI:		https://abi-laboratory.pro/tracker/timeline/pulseaudio/
  PR:		222093
  Submitted by:	lightside <lightside@gmx.com>
  MFH:		2017Q3

Changes:
  head/audio/pulseaudio/Makefile
  head/audio/pulseaudio/distinfo
  head/audio/pulseaudio/files/patch-src_Makefile.in
  head/audio/pulseaudio/files/patch-src_modules_module-detect.c
  head/audio/pulseaudio/files/patch-src_modules_raop_raop-client.c
  head/audio/pulseaudio/pkg-plist
Comment 4 Jan Beich freebsd_committer freebsd_triage 2017-09-06 17:51:53 UTC
Thanks. Landed.