Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Oct 2022 00:16:00 +0000
From:      bugzilla-noreply@freebsd.org
To:        multimedia@FreeBSD.org
Subject:   [Bug 267181] audio/portaudio: Add missing example headers preventing compilation
Message-ID:  <bug-267181-12827-7orQrvv7nX@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-267181-12827@https.bugs.freebsd.org/bugzilla/>

index | next in thread | previous in thread | raw e-mail

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=267181

--- Comment #9 from Tatsuki Makino <tatsuki_makino@hotmail.com> ---
(In reply to Hans Petter Selasky from comment #8)

I'm sorry, comment #4 was a statement that contained my bias that graphic image
audio video examples are almost always provided in executable binary form,
sorry.


However, I have the slightest hope that the installation of the source files of
the part contained in libportaudio will be avoided, since they are not directly
related to the example.
Since OPTIONS_SUB=yes is already used, it would be possible to prepare a
pkg-message like the following and add it to SUB_FILES.

-- begin pkg-message.in --
[
{ type: install
  message: <<EOM
Notes on building examples
%%JACK%%  None.
%%EXAMPLES%%%%JACK%%  They should be built as cc -I/usr/local/include
..../pa_devs.c
%%NO_JACK%%  Support for some features is missing from libportaudio.
%%NO_JACK%%  Therefore, some examples cannot be built.
EOM
}
]
-- end pkg-message.in --

-- 
You are receiving this mail because:
You are on the CC list for the bug.

home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-267181-12827-7orQrvv7nX>