[vcpkg baseline][rtaudio] Add feature alsa and fix dependency#21613
Merged
BillyONeal merged 3 commits intomicrosoft:masterfrom Nov 23, 2021
Merged
[vcpkg baseline][rtaudio] Add feature alsa and fix dependency#21613BillyONeal merged 3 commits intomicrosoft:masterfrom
BillyONeal merged 3 commits intomicrosoft:masterfrom
Conversation
JackBoosY
commented
Nov 23, 2021
| @@ -1,31 +1,22 @@ | |||
| vcpkg_fail_port_install(ON_TARGET "UWP") | |||
Contributor
Author
There was a problem hiding this comment.
We already have "supports": "!uwp", in manifest file.
JackBoosY
commented
Nov 23, 2021
| APT_PACKAGES="$APT_PACKAGES python3-pip" | ||
|
|
||
| # Additionally required by rtaudio | ||
| APT_PACKAGES="$APT_PACKAGES libasound2-dev" |
Contributor
Author
There was a problem hiding this comment.
alsa provides the same library and same headers:
alsa:/debug/lib/libasound.a
alsa:/debug/lib/libatopology.a
alsa:/debug/lib/pkgconfig/alsa-topology.pc
alsa:/debug/lib/pkgconfig/alsa.pc
alsa:/include/alsa/asoundef.h
alsa:/include/alsa/asoundlib.h
alsa:/include/alsa/conf.h
alsa:/include/alsa/control.h
alsa:/include/alsa/control_external.h
alsa:/include/alsa/control_plugin.h
alsa:/include/alsa/error.h
alsa:/include/alsa/global.h
alsa:/include/alsa/hwdep.h
alsa:/include/alsa/input.h
alsa:/include/alsa/mixer.h
alsa:/include/alsa/mixer_abst.h
alsa:/include/alsa/output.h
alsa:/include/alsa/pcm.h
alsa:/include/alsa/pcm_external.h
alsa:/include/alsa/pcm_extplug.h
alsa:/include/alsa/pcm_ioplug.h
alsa:/include/alsa/pcm_old.h
alsa:/include/alsa/pcm_plugin.h
alsa:/include/alsa/pcm_rate.h
alsa:/include/alsa/rawmidi.h
alsa:/include/alsa/seq.h
alsa:/include/alsa/seq_event.h
alsa:/include/alsa/seq_midi_event.h
alsa:/include/alsa/seqmid.h
alsa:/include/alsa/sound/asoc.h
alsa:/include/alsa/sound/asound_fm.h
alsa:/include/alsa/sound/emu10k1.h
alsa:/include/alsa/sound/hdsp.h
alsa:/include/alsa/sound/hdspm.h
alsa:/include/alsa/sound/sb16_csp.h
alsa:/include/alsa/sound/sscape_ioctl.h
alsa:/include/alsa/sound/tlv.h
alsa:/include/alsa/sound/type_compat.h
alsa:/include/alsa/sound/uapi/asoc.h
alsa:/include/alsa/sound/uapi/asound_fm.h
alsa:/include/alsa/sound/uapi/emu10k1.h
alsa:/include/alsa/sound/uapi/hdsp.h
alsa:/include/alsa/sound/uapi/hdspm.h
alsa:/include/alsa/sound/uapi/sb16_csp.h
alsa:/include/alsa/sound/uapi/sscape_ioctl.h
alsa:/include/alsa/sound/uapi/tlv.h
alsa:/include/alsa/timer.h
alsa:/include/alsa/topology.h
alsa:/include/alsa/use-case.h
alsa:/include/alsa/version.h
alsa:/include/asoundlib.h
alsa:/include/sys/asoundlib.h
alsa:/lib/libasound.a
alsa:/lib/libatopology.a
alsa:/lib/pkgconfig/alsa-topology.pc
alsa:/lib/pkgconfig/alsa.pc
alsa:/share/alsa/aclocal/alsa.m4
alsa:/share/alsa/alsa.conf
alsa:/share/alsa/cards/AACI.conf
alsa:/share/alsa/cards/ATIIXP-MODEM.conf
alsa:/share/alsa/cards/ATIIXP-SPDMA.conf
alsa:/share/alsa/cards/ATIIXP.conf
alsa:/share/alsa/cards/AU8810.conf
alsa:/share/alsa/cards/AU8820.conf
alsa:/share/alsa/cards/AU8830.conf
alsa:/share/alsa/cards/Audigy.conf
alsa:/share/alsa/cards/Audigy2.conf
alsa:/share/alsa/cards/Aureon51.conf
alsa:/share/alsa/cards/Aureon71.conf
alsa:/share/alsa/cards/CA0106.conf
alsa:/share/alsa/cards/CMI8338-SWIEC.conf
alsa:/share/alsa/cards/CMI8338.conf
alsa:/share/alsa/cards/CMI8738-MC6.conf
alsa:/share/alsa/cards/CMI8738-MC8.conf
alsa:/share/alsa/cards/CMI8788.conf
alsa:/share/alsa/cards/CS46xx.conf
alsa:/share/alsa/cards/EMU10K1.conf
alsa:/share/alsa/cards/EMU10K1X.conf
alsa:/share/alsa/cards/ENS1370.conf
alsa:/share/alsa/cards/ENS1371.conf
alsa:/share/alsa/cards/ES1968.conf
alsa:/share/alsa/cards/Echo_Echo3G.conf
alsa:/share/alsa/cards/FM801.conf
alsa:/share/alsa/cards/FWSpeakers.conf
alsa:/share/alsa/cards/FireWave.conf
alsa:/share/alsa/cards/GUS.conf
alsa:/share/alsa/cards/HDA-Intel.conf
alsa:/share/alsa/cards/HdmiLpeAudio.conf
alsa:/share/alsa/cards/ICE1712.conf
alsa:/share/alsa/cards/ICE1724.conf
alsa:/share/alsa/cards/ICH-MODEM.conf
alsa:/share/alsa/cards/ICH.conf
alsa:/share/alsa/cards/ICH4.conf
alsa:/share/alsa/cards/Loopback.conf
alsa:/share/alsa/cards/Maestro3.conf
alsa:/share/alsa/cards/NFORCE.conf
alsa:/share/alsa/cards/PC-Speaker.conf
alsa:/share/alsa/cards/PMac.conf
alsa:/share/alsa/cards/PMacToonie.conf
alsa:/share/alsa/cards/PS3.conf
alsa:/share/alsa/cards/RME9636.conf
alsa:/share/alsa/cards/RME9652.conf
alsa:/share/alsa/cards/SB-XFi.conf
alsa:/share/alsa/cards/SI7018.conf
alsa:/share/alsa/cards/TRID4DWAVENX.conf
alsa:/share/alsa/cards/USB-Audio.conf
alsa:/share/alsa/cards/VIA686A.conf
alsa:/share/alsa/cards/VIA8233.conf
alsa:/share/alsa/cards/VIA8233A.conf
alsa:/share/alsa/cards/VIA8237.conf
alsa:/share/alsa/cards/VX222.conf
alsa:/share/alsa/cards/VXPocket.conf
alsa:/share/alsa/cards/VXPocket440.conf
alsa:/share/alsa/cards/YMF744.conf
alsa:/share/alsa/cards/aliases.conf
alsa:/share/alsa/cards/pistachio-card.conf
alsa:/share/alsa/cards/vc4-hdmi.conf
alsa:/share/alsa/copyright
alsa:/share/alsa/ctl/default.conf
alsa:/share/alsa/pcm/center_lfe.conf
alsa:/share/alsa/pcm/default.conf
alsa:/share/alsa/pcm/dmix.conf
alsa:/share/alsa/pcm/dpl.conf
alsa:/share/alsa/pcm/dsnoop.conf
alsa:/share/alsa/pcm/front.conf
alsa:/share/alsa/pcm/hdmi.conf
alsa:/share/alsa/pcm/iec958.conf
alsa:/share/alsa/pcm/modem.conf
alsa:/share/alsa/pcm/rear.conf
alsa:/share/alsa/pcm/side.conf
alsa:/share/alsa/pcm/surround21.conf
alsa:/share/alsa/pcm/surround40.conf
alsa:/share/alsa/pcm/surround41.conf
alsa:/share/alsa/pcm/surround50.conf
alsa:/share/alsa/pcm/surround51.conf
alsa:/share/alsa/pcm/surround71.conf
alsa:/share/alsa/vcpkg_abi_info.txt
alsa:/tools/alsa/bin/aserver
alsa:/tools/alsa/debug/bin/aserver
Member
|
Thanks for the baseline fix! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fix baseline issue when automatic using dependency alsa:
Add alsa as a new feature to avoid this.
Already tested this feature successfully in x64-linux and this feature only support Linux.
No need to add warning message because the dependency alsa only support Linux.