svn commit: r416916 - in head/audio/cantata: . files

Ben Woods woodsb02 at gmail.com
Wed Jun 15 08:54:27 UTC 2016


On Wed, Jun 15, 2016 at 08:36:59AM +0000, Ben Woods wrote:
> Author: woodsb02
> Date: Wed Jun 15 08:36:58 2016
> New Revision: 416916
> URL: https://svnweb.freebsd.org/changeset/ports/416916
> 
> Log:
>   
> 
> Deleted:
>   head/audio/cantata/files/
> Modified:
>   head/audio/cantata/Makefile
>   head/audio/cantata/distinfo
>   head/audio/cantata/pkg-descr
>   head/audio/cantata/pkg-plist
> 
> Modified: head/audio/cantata/Makefile
> ==============================================================================
> --- head/audio/cantata/Makefile	Wed Jun 15 05:40:38 2016	(r416915)
> +++ head/audio/cantata/Makefile	Wed Jun 15 08:36:58 2016	(r416916)
> @@ -1,10 +1,9 @@
>  # $FreeBSD$
>  
>  PORTNAME=		cantata
> -PORTVERSION=		1.5.1
> -PORTREVISION=		3
> +PORTVERSION=		2.0.1
> +DISTVERSIONPREFIX=	v

Here is a commit log message after the fact:

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 at 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

--
From: Benjamin Woods
woodsb02 at gmail.com


More information about the svn-ports-head mailing list