Date: Wed, 25 Mar 2026 10:07:00 +0000 From: Ruslan Makhmatkhanov <rm@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 387b071a8a5d - main - audio/exaile: update to 4.2.2-beta1 Message-ID: <69c3b3c4.307b8.6f508979@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by rm: URL: https://cgit.FreeBSD.org/ports/commit/?id=387b071a8a5da796fdbf82dae51b7ce0a56fccf8 commit 387b071a8a5da796fdbf82dae51b7ce0a56fccf8 Author: Ruslan Makhmatkhanov <rm@FreeBSD.org> AuthorDate: 2026-03-25 10:06:11 +0000 Commit: Ruslan Makhmatkhanov <rm@FreeBSD.org> CommitDate: 2026-03-25 10:06:11 +0000 audio/exaile: update to 4.2.2-beta1 - remove local patch applied upstream Release notes: https://github.com/exaile/exaile/wiki/Exaile-4.2-release-notes#422-unreleased --- audio/exaile/Makefile | 3 +-- audio/exaile/distinfo | 6 +++--- audio/exaile/files/patch-xl_player_gst_sink.py | 16 ---------------- 3 files changed, 4 insertions(+), 21 deletions(-) diff --git a/audio/exaile/Makefile b/audio/exaile/Makefile index c6a08dd32335..0d93e20e38fe 100644 --- a/audio/exaile/Makefile +++ b/audio/exaile/Makefile @@ -1,6 +1,5 @@ PORTNAME= exaile -DISTVERSION= 4.2.1 -PORTREVISION= 1 +DISTVERSION= 4.2.2-beta1 CATEGORIES= audio MAINTAINER= rm@FreeBSD.org diff --git a/audio/exaile/distinfo b/audio/exaile/distinfo index dfa1df76fd3f..00a733aa5c06 100644 --- a/audio/exaile/distinfo +++ b/audio/exaile/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1768295016 -SHA256 (exaile-exaile-4.2.1_GH0.tar.gz) = 3d9d6f8727e9a496cad881a404f85bc576396d0e094437a6b379d83fbc096a4f -SIZE (exaile-exaile-4.2.1_GH0.tar.gz) = 3904348 +TIMESTAMP = 1774432830 +SHA256 (exaile-exaile-4.2.2-beta1_GH0.tar.gz) = 0434ddef1c50525952261c66ee9ad246ae44757762cabeec52e470213660bac6 +SIZE (exaile-exaile-4.2.2-beta1_GH0.tar.gz) = 3910685 diff --git a/audio/exaile/files/patch-xl_player_gst_sink.py b/audio/exaile/files/patch-xl_player_gst_sink.py deleted file mode 100644 index a987594b73d2..000000000000 --- a/audio/exaile/files/patch-xl_player_gst_sink.py +++ /dev/null @@ -1,16 +0,0 @@ -https://github.com/exaile/exaile/issues/999 - ---- xl/player/gst/sink.py.orig 2025-12-08 18:00:20 UTC -+++ xl/player/gst/sink.py -@@ -83,7 +83,10 @@ def __filter_presets(): - def __filter_presets(): - for name, preset in list(SINK_PRESETS.items()): - pipe = preset.get('pipe') -- if pipe and not Gst.ElementFactory.make(pipe): -+ try: -+ if pipe and not Gst.ElementFactory.make(pipe): -+ del SINK_PRESETS[name] -+ except Exception: - del SINK_PRESETS[name] - -home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69c3b3c4.307b8.6f508979>
