Date: Mon, 17 Nov 2025 06:11:12 GMT From: "Jason E. Hale" <jhale@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: b474e448fe24 - main - audio/strawberry: Add missing dep for Radios Message-ID: <202511170611.5AH6BCMX039141@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by jhale: URL: https://cgit.FreeBSD.org/ports/commit/?id=b474e448fe246c014eb1154a949b3093826402a9 commit b474e448fe246c014eb1154a949b3093826402a9 Author: Jason E. Hale <jhale@FreeBSD.org> AuthorDate: 2025-11-17 05:57:48 +0000 Commit: Jason E. Hale <jhale@FreeBSD.org> CommitDate: 2025-11-17 06:11:08 +0000 audio/strawberry: Add missing dep for Radios devel/gstreamer1-plugins-soup is required for the Radios (HTTP/HTTPS streaming) feature to function. PR: 288099 Reported by: Thomas Dreibholz <thomas.dreibholz@gmail.com> MFH: 2025Q4 --- audio/strawberry/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/audio/strawberry/Makefile b/audio/strawberry/Makefile index 1208cec120cc..b2a92e04b417 100644 --- a/audio/strawberry/Makefile +++ b/audio/strawberry/Makefile @@ -1,5 +1,6 @@ PORTNAME= strawberry DISTVERSION= 1.2.14 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= https://github.com/strawberrymusicplayer/${PORTNAME}/releases/download/${DISTVERSION}/ @@ -23,7 +24,7 @@ USES= cmake:testing compiler:c++17-lang desktop-file-utils \ gl gnome gstreamer pkgconfig qt:6 sqlite tar:xz xorg USE_GL= opengl USE_GNOME= glib20 -USE_GSTREAMER= faac faad flac lame libav mpg123 opus taglib vorbis +USE_GSTREAMER= faac faad flac lame libav mpg123 opus soup taglib vorbis USE_QT= base sqldriver-sqlite:run USE_XORG= ice sm x11 xcb xexthome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202511170611.5AH6BCMX039141>
