From owner-svn-ports-all@freebsd.org Sun Feb 16 07:28:53 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 04C01256BC4; Sun, 16 Feb 2020 07:28:53 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48KzJ45xHVz3DFR; Sun, 16 Feb 2020 07:28:52 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BEAA72223D; Sun, 16 Feb 2020 07:28:52 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 01G7Sq5E024894; Sun, 16 Feb 2020 07:28:52 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 01G7Sq8W024891; Sun, 16 Feb 2020 07:28:52 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <202002160728.01G7Sq8W024891@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Sun, 16 Feb 2020 07:28:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r526254 - head/audio/cantata X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: head/audio/cantata X-SVN-Commit-Revision: 526254 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Feb 2020 07:28:53 -0000 Author: tcberner Date: Sun Feb 16 07:28:51 2020 New Revision: 526254 URL: https://svnweb.freebsd.org/changeset/ports/526254 Log: audio/cnatata: update to 2.4.0 Changelog: https://github.com/CDrummond/cantata/releases/tag/v2.4.0 Modified: head/audio/cantata/Makefile head/audio/cantata/distinfo head/audio/cantata/pkg-plist Modified: head/audio/cantata/Makefile ============================================================================== --- head/audio/cantata/Makefile Sun Feb 16 06:15:58 2020 (r526253) +++ head/audio/cantata/Makefile Sun Feb 16 07:28:51 2020 (r526254) @@ -2,8 +2,7 @@ PORTNAME= cantata DISTVERSIONPREFIX= v -DISTVERSION= 2.3.3 -PORTREVISION= 4 +DISTVERSION= 2.4.0 CATEGORIES= audio kde MAINTAINER= kde@FreeBSD.org @@ -20,20 +19,22 @@ USE_QT= buildtools_build concurrent core dbus gui ne qmake_build sql sql-sqlite3_run svg widgets xml CMAKE_ON= CMAKE_DISABLE_FIND_PACKAGE_UDev +CMAKE_OFF= ENABLE_CDIOPARANOIA SHEBANG_FILES= playlists/cantata-dynamic cantata-remote.cmake CPE_VENDOR= craig_drummond USE_LDCONFIG= yes -OPTIONS_DEFINE= CDPARANOIA MTP NLS PROXY TAGLIB +OPTIONS_DEFINE= AVAHI CDPARANOIA MTP NLS PROXY TAGLIB OPTIONS_GROUP= CDINFO REPLAYGAIN OPTIONS_GROUP_CDINFO= CDDB MUSICBRAINZ OPTIONS_GROUP_REPLAYGAIN= FFMPEG MPG123 OPTIONS_RADIO= HSP OPTIONS_RADIO_HSP= QT5 VLC -OPTIONS_DEFAULT= CDDB CDPARANOIA FFMPEG MPG123 MTP MUSICBRAINZ TAGLIB VLC +OPTIONS_DEFAULT= AVAHI CDDB CDPARANOIA FFMPEG MPG123 MTP MUSICBRAINZ TAGLIB VLC OPTIONS_SUB= yes +AVAHI_DESC= Automatic MPD Discovery CDDB_DESC= CD info retrieval via CDDB CDINFO_DESC= AudioCD support FFMPEG_DESC= ReplayGain calculation support via FFmpeg @@ -45,6 +46,9 @@ QT5_DESC= HTTP streams support via QtMultimedia REPLAYGAIN_DESC= Replaygain calculation support TAGLIB_DESC= Reading and editing Meta-Data of audio files VLC_DESC= HTTP streams support via libVLC + +AVAHI_CMAKE_BOOL= ENABLE_AVAHI +AVAHI_LIB_DEPENDS= libavahi-common.so:net/avahi-app CDDB_IMPLIES= CDPARANOIA CDDB_LIB_DEPENDS= libcddb.so:audio/libcddb Modified: head/audio/cantata/distinfo ============================================================================== --- head/audio/cantata/distinfo Sun Feb 16 06:15:58 2020 (r526253) +++ head/audio/cantata/distinfo Sun Feb 16 07:28:51 2020 (r526254) @@ -1,3 +1,3 @@ -TIMESTAMP = 1546180082 -SHA256 (CDrummond-cantata-v2.3.3_GH0.tar.gz) = 738fe9346b053b6131377dd7c0790aefffda6850546ca0c0d4e05295fb221b03 -SIZE (CDrummond-cantata-v2.3.3_GH0.tar.gz) = 4020353 +TIMESTAMP = 1581836351 +SHA256 (CDrummond-cantata-v2.4.0_GH0.tar.gz) = 783f30e4bfbeea8e08553eee40feab20f85db404a5b9082d4e3795d8d4111910 +SIZE (CDrummond-cantata-v2.4.0_GH0.tar.gz) = 4158803 Modified: head/audio/cantata/pkg-plist ============================================================================== --- head/audio/cantata/pkg-plist Sun Feb 16 06:15:58 2020 (r526253) +++ head/audio/cantata/pkg-plist Sun Feb 16 07:28:51 2020 (r526254) @@ -12,11 +12,13 @@ share/applications/cantata.desktop %%NLS%%%%DATADIR%%/translations/cantata_de.qm %%NLS%%%%DATADIR%%/translations/cantata_en_GB.qm %%NLS%%%%DATADIR%%/translations/cantata_es.qm +%%NLS%%%%DATADIR%%/translations/cantata_fi.qm %%NLS%%%%DATADIR%%/translations/cantata_fr.qm %%NLS%%%%DATADIR%%/translations/cantata_hu.qm %%NLS%%%%DATADIR%%/translations/cantata_it.qm %%NLS%%%%DATADIR%%/translations/cantata_ja.qm %%NLS%%%%DATADIR%%/translations/cantata_ko.qm +%%NLS%%%%DATADIR%%/translations/cantata_nl.qm %%NLS%%%%DATADIR%%/translations/cantata_pl.qm %%NLS%%%%DATADIR%%/translations/cantata_pt_BR.qm %%NLS%%%%DATADIR%%/translations/cantata_ru.qm