git: a1fa6d25cd6c - main - audio/strawberry: Add pkg-message.in
Date: Tue, 26 Apr 2022 19:54:48 UTC
The branch main has been updated by nc: URL: https://cgit.FreeBSD.org/ports/commit/?id=a1fa6d25cd6c39c95ac2b285d8535c2d195bcb19 commit a1fa6d25cd6c39c95ac2b285d8535c2d195bcb19 Author: Daniel Menelkir <dmenelkir@gmail.com> AuthorDate: 2022-04-26 19:54:33 +0000 Commit: Neel Chauhan <nc@FreeBSD.org> CommitDate: 2022-04-26 19:54:33 +0000 audio/strawberry: Add pkg-message.in PR: 263566 --- audio/strawberry/files/pkg-message.in | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/audio/strawberry/files/pkg-message.in b/audio/strawberry/files/pkg-message.in new file mode 100644 index 000000000000..a0a06ab50107 --- /dev/null +++ b/audio/strawberry/files/pkg-message.in @@ -0,0 +1,13 @@ +[ +{ type: install + message: <<EOM + +You need the proper GStreamer plugin depending on what format you want to play: + +gstreamer1-plugins-ogg: OGG +gstreamer1-plugins-mpg123: MP3 +gstreamer1-plugins-flac: FLAC +gstreamer1-plugins-all: Meta-port of all GStreamer 1.x plugins +EOM +} +]