Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Jun 2016 10:54:22 +0200
From:      Ben Woods <woodsb02@gmail.com>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r416916 - in head/audio/cantata: . files
Message-ID:  <20160615085422.GA75398@shinto.woods.am>
In-Reply-To: <201606150836.u5F8axCR070449@repo.freebsd.org>
References:  <201606150836.u5F8axCR070449@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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@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@gmail.com



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20160615085422.GA75398>