diff options
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/skype-devel/Makefile | 2 | ||||
-rw-r--r-- | net-im/skype/Makefile | 2 | ||||
-rw-r--r-- | net-im/skype20/Makefile | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/net-im/skype-devel/Makefile b/net-im/skype-devel/Makefile index 62e69d5d8fc4..bfbccb04acf9 100644 --- a/net-im/skype-devel/Makefile +++ b/net-im/skype-devel/Makefile @@ -56,6 +56,8 @@ do-install: post-install: @${ECHO} "##########################################################################" + @${ECHO} "Do not worry if you see 'volume_adjust: SOUND_MIXER_WRITE_IGAIN failed: No such device or address' errors from skype, the skype sound code is overly verbose in this regard. It would be enough to print it only once." | fmt + @${ECHO} "##########################################################################" @${ECHO} "Known good soundcards for the use with Skype:" @${ECHO} " - SiS 7012 (snd_ich) based ones" @${ECHO} " - CMedia CMI8738 (snd_cmi) based ones" diff --git a/net-im/skype/Makefile b/net-im/skype/Makefile index 62e69d5d8fc4..bfbccb04acf9 100644 --- a/net-im/skype/Makefile +++ b/net-im/skype/Makefile @@ -56,6 +56,8 @@ do-install: post-install: @${ECHO} "##########################################################################" + @${ECHO} "Do not worry if you see 'volume_adjust: SOUND_MIXER_WRITE_IGAIN failed: No such device or address' errors from skype, the skype sound code is overly verbose in this regard. It would be enough to print it only once." | fmt + @${ECHO} "##########################################################################" @${ECHO} "Known good soundcards for the use with Skype:" @${ECHO} " - SiS 7012 (snd_ich) based ones" @${ECHO} " - CMedia CMI8738 (snd_cmi) based ones" diff --git a/net-im/skype20/Makefile b/net-im/skype20/Makefile index 62e69d5d8fc4..bfbccb04acf9 100644 --- a/net-im/skype20/Makefile +++ b/net-im/skype20/Makefile @@ -56,6 +56,8 @@ do-install: post-install: @${ECHO} "##########################################################################" + @${ECHO} "Do not worry if you see 'volume_adjust: SOUND_MIXER_WRITE_IGAIN failed: No such device or address' errors from skype, the skype sound code is overly verbose in this regard. It would be enough to print it only once." | fmt + @${ECHO} "##########################################################################" @${ECHO} "Known good soundcards for the use with Skype:" @${ECHO} " - SiS 7012 (snd_ich) based ones" @${ECHO} " - CMedia CMI8738 (snd_cmi) based ones" |