Date: Sat, 20 Jun 2026 10:59:54 +0000 From: Max Brazhnikov <makc@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: c458e5b8b480 - main - audio/cantata: Update to 3.5.0 Message-ID: <6a3672aa.1ffcd.15993ab4@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by makc: URL: https://cgit.FreeBSD.org/ports/commit/?id=c458e5b8b4809d52e52fdbbbb048ee1fb4978c8f commit c458e5b8b4809d52e52fdbbbb048ee1fb4978c8f Author: Max Brazhnikov <makc@FreeBSD.org> AuthorDate: 2026-06-20 10:59:35 +0000 Commit: Max Brazhnikov <makc@FreeBSD.org> CommitDate: 2026-06-20 10:59:35 +0000 audio/cantata: Update to 3.5.0 Release notes: https://github.com/nullobsi/cantata/releases/tag/v3.5.0 --- audio/cantata/Makefile | 2 +- audio/cantata/distinfo | 6 +++--- audio/cantata/files/patch-models_streamsmodel.cpp | 14 -------------- audio/cantata/pkg-plist | 1 + 4 files changed, 5 insertions(+), 18 deletions(-) diff --git a/audio/cantata/Makefile b/audio/cantata/Makefile index 66b19b833a23..db8256d5afd7 100644 --- a/audio/cantata/Makefile +++ b/audio/cantata/Makefile @@ -1,6 +1,6 @@ PORTNAME= cantata DISTVERSIONPREFIX= v -DISTVERSION= 3.4.0 +DISTVERSION= 3.5.0 CATEGORIES= audio kde PATCH_SITES= https://github.com/nullobsi/cantata/commit/ diff --git a/audio/cantata/distinfo b/audio/cantata/distinfo index 3931336d4a03..a671c4e0fbff 100644 --- a/audio/cantata/distinfo +++ b/audio/cantata/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1774722650 -SHA256 (nullobsi-cantata-v3.4.0_GH0.tar.gz) = 8976335c2b80ea10f6f73fc97a474e5a1c90a5b8497924dfcffb477e72e73f5a -SIZE (nullobsi-cantata-v3.4.0_GH0.tar.gz) = 4798821 +TIMESTAMP = 1781948144 +SHA256 (nullobsi-cantata-v3.5.0_GH0.tar.gz) = fb372b730f1449dd7d92327c8dcfffa146951549363a1df0e80bfe5eb0be408c +SIZE (nullobsi-cantata-v3.5.0_GH0.tar.gz) = 4502971 diff --git a/audio/cantata/files/patch-models_streamsmodel.cpp b/audio/cantata/files/patch-models_streamsmodel.cpp deleted file mode 100644 index 04deccd92a77..000000000000 --- a/audio/cantata/files/patch-models_streamsmodel.cpp +++ /dev/null @@ -1,14 +0,0 @@ ---- models/streamsmodel.cpp.orig 2025-12-02 21:34:28 UTC -+++ models/streamsmodel.cpp -@@ -1300,8 +1300,9 @@ QList<StreamsModel::Item*> StreamsModel::parseIceCastR - - if (isGZipped) { - compressor = new KCompressionDevice(dev, false, KCompressionDevice::GZip); -- compressor->open(QIODevice::ReadOnly); -- readDev = compressor; -+ if (compressor->open(QIODevice::ReadOnly)) { -+ readDev = compressor; -+ } - } - QXmlStreamReader doc(readDev); - diff --git a/audio/cantata/pkg-plist b/audio/cantata/pkg-plist index a31f8205134e..72b459d56b37 100644 --- a/audio/cantata/pkg-plist +++ b/audio/cantata/pkg-plist @@ -22,6 +22,7 @@ share/applications/dog.unix.cantata.Cantata.desktop %%NLS%%%%DATADIR%%/translations/cantata_pl.qm %%NLS%%%%DATADIR%%/translations/cantata_pt_BR.qm %%NLS%%%%DATADIR%%/translations/cantata_ru.qm +%%NLS%%%%DATADIR%%/translations/cantata_tr.qm %%NLS%%%%DATADIR%%/translations/cantata_zh_CN.qm share/icons/hicolor/128x128/apps/dog.unix.cantata.Cantata.png share/icons/hicolor/16x16/apps/dog.unix.cantata.Cantata.pnghome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a3672aa.1ffcd.15993ab4>
