Re: git: a1fa6d25cd6c - main - audio/strawberry: Add pkg-message.in
Date: Wed, 27 Apr 2022 09:01:53 UTC
On Tue, Apr 26, 2022 at 07:54:48PM +0000, Neel Chauhan wrote: > 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 Why files/pkg-message.in and not simply pkg-message ? There is no replacement done in there, no need to have the file run through sed for replacements that are not there. > @@ -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 > +} > +] > -- Mathieu Arnold