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/>
References:  <bug-267181-12827@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D267181

--- 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 i=
mage
audio video examples are almost always provided in executable binary form,
sorry.


However, I have the slightest hope that the installation of the source file=
s of
the part contained in libportaudio will be avoided, since they are not dire=
ctly
related to the example.
Since OPTIONS_SUB=3Dyes 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 --

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



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