Bug 209095

Summary: [patch] audio/cantata: update to 2.0.0, add more options
Product: Ports & Packages Reporter: Andriy Voskoboinyk <avos>
Component: Individual Port(s)Assignee: Ben Woods <woodsb02>
Status: Closed FIXED    
Severity: Affects Only Me CC: woodsb02
Priority: --- Keywords: patch, patch-ready
Version: LatestFlags: bugzilla: maintainer-feedback? (kde)
Hardware: Any   
OS: Any   
URL: https://reviews.freebsd.org/D6843
Bug Depends on:    
Bug Blocks: 207547    
Attachments:
Description Flags
Patch.diff
none
portlint.log
none
poudriere.txz none

Description Andriy Voskoboinyk freebsd_committer freebsd_triage 2016-04-27 12:11:49 UTC
Created attachment 169754 [details]
Patch.diff

- Update to 2.0.0.
- Add new options:
 * VLC, QT5 - for MPD HTTP streams playback;
 * PROXY - proxy configuration support.
 * NLS - native language support.
- Regroup / improve descriptions / add dependencies for all options.
- Use libebur128 from ports instead of a bundled one (VLC / QT5 options only).
Comment 1 Andriy Voskoboinyk freebsd_committer freebsd_triage 2016-04-27 12:16:16 UTC
Created attachment 169755 [details]
portlint.log
Comment 2 Andriy Voskoboinyk freebsd_committer freebsd_triage 2016-04-27 12:18:14 UTC
Created attachment 169756 [details]
poudriere.txz
Comment 3 Ben Woods freebsd_committer freebsd_triage 2016-06-14 06:37:37 UTC
This update also allows audio/cantata to build against ffmpeg 3.0.x
(when the FFMPEG and TAGLIB options are enabled).
The ports tree currently still has multimedia/ffmepg at version 2.8.7,
however this update is backwards compatible with ffmpeg 2.8.7. The
update of multimedia/ffmpeg to 3.0.x branch is waiting for ports which
depend on it to successfully build with the newer version of ffmpeg.
Comment 4 Ben Woods freebsd_committer freebsd_triage 2016-06-15 08:56:45 UTC
Thanks very much for the good quality submission Andriy.

Committed in r416916:
https://svnweb.freebsd.org/ports?view=revision&revision=416916

audio/cantata: Update to 2.0.1
- Add USE_QT5=sql sql-sqlite3_run [1]
- Remove USE_KDE4=oxygen - only required if cmake flag ENABLE_KDE is set
- Add new options:
 * VLC, QT5 - for MPD HTTP streams playback
 * PROXY - proxy configuration support
 * NLS - native language support
- Regroup / improve descriptions / add dependencies for all options
- Enable more options by default (using upstream defaults in CMakeLists.txt)
- Remove INSTALLS_ICONS=yes as it is not required for QT applications
- Use libebur128 from ports instead of a bundled one (VLC / QT5 options only)

[1] https://github.com/CDrummond/cantata/blob/v2.0.1/ChangeLog#L34

This update also allows audio/cantata to build against ffmpeg 3.0.x
(when the FFMPEG and TAGLIB options are enabled).
The ports tree currently still has multimedia/ffmepg at version 2.8.7,
however this update is backwards compatible with ffmpeg 2.8.7. The
update of multimedia/ffmpeg to 3.0.x branch is waiting for ports which
depend on it to successfully build with the newer version of ffmpeg.

PR:		209095
Submitted by:	avos
Approved by:	Tobias Berner <tcberner@gmail.com> (maintainer with KDE hat), mat (mentor)
Relnotes:	https://github.com/CDrummond/cantata/blob/v2.0.1/ChangeLog
Differential revision:	https://reviews.freebsd.org/D6843