Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 352362 - net-voip/sflphone missing many USE flags
Summary: net-voip/sflphone missing many USE flags
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Jean-Noël Rivasseau (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-21 19:30 UTC by Luke-Jr
Modified: 2011-11-26 15:54 UTC (History)
5 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Luke-Jr 2011-01-21 19:30:32 UTC
IUSE=+sound can allow disabling sound support entirely
IUSE=oss should control OSS support
Optional resample filters: small large speex-aec libsamplerate
Optional codecs: g711 l16 gsm g722 g7221 speex ilbc
IUSE=ipp can enable Intel IPP support
IUSE=ssl should control SSL support
IUSE=static and IUSE=shared should control which libs are built
IUSE='doxygen dot html-docs latex-docs' for documentation
IUSE=iax2 should control IAX2 protocol support
IUSE=networkmanager to disable NM support
IUSE=kde should build KDE client
IUSE=pulseaudio should disable pulseaudio support/dependency
Comment 1 Rafał Mużyło 2011-01-21 20:09:00 UTC
Are you planning to add those changes to the build system yourself,
cause right now i.e. "no pulseaudio" == "die" ?
Same for ssl.

Granted, parts of configure.ac seem to suggest, that somebody was not at their best, when committing to that file.

On unrelated note: 0.9.12 was released.
Comment 2 Luke-Jr 2011-01-21 20:17:03 UTC
Well, their website claims "Native ALSA interface", which implies Pulseaudio isn't required. Guess I can file an upstream bug for that one...
Comment 3 Jean-Noël Rivasseau (RETIRED) gentoo-dev 2011-02-22 11:30:44 UTC
Some of these USE flags are not possible (eg, PulseAudio is so far mandatory for building). Others already exist (eg, networkmanager). Some are set in pjsip. The KDE client is not yet bundled in the official tarball so not supported.

So, maybe some of those USE flags will be added in the future but they will have to be considered on a case by case basis.
Comment 4 Jean-Noël Rivasseau (RETIRED) gentoo-dev 2011-11-26 15:54:05 UTC
I added some of these useflags, but others are not valid (eg, kde, pulseaudio) or should be added to pjsip (codecs).