Date: Sun, 16 Feb 2020 07:28:52 +0000 (UTC) From: "Tobias C. Berner" <tcberner@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r526254 - head/audio/cantata Message-ID: <202002160728.01G7Sq8W024891@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002160728.01G7Sq8W024891>