Bug 222093 - audio/pulseaudio: Update to 11.0
Summary: audio/pulseaudio: Update to 11.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: freebsd-gnome (Nobody)
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2017-09-06 01:56 UTC by lightside
Modified: 2017-09-06 17:51 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (gnome)


Attachments
Proposed patch (since 447399 revision) (5.48 KB, patch)
2017-09-06 01:56 UTC, lightside
no flags Details | Diff
Proposed patch (since 447399 revision) (5.64 KB, patch)
2017-09-06 02:57 UTC, lightside
lightside: maintainer-approval? (gnome)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.