Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Aug 2014 01:17:30 +0000
From:      bugzilla-noreply@freebsd.org
To:        emulation@FreeBSD.org
Subject:   [Bug 192541] New: [patch] www/linux-f10-flashplugin11: drop libflashsupport now that ALSA works fine
Message-ID:  <bug-192541-4077@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 192541
           Summary: [patch] www/linux-f10-flashplugin11: drop
                    libflashsupport now that ALSA works fine
           Product: Ports Tree
           Version: Latest
          Hardware: Any
                OS: Any
            Status: Needs Triage
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: emulation@FreeBSD.org
          Reporter: jbeich@vfemail.net
                CC: eadler@FreeBSD.org
        Depends on: 169896

Created attachment 145600
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=145600&action=edit
use alsa (f10 and c6)

After bug 169896 there's no need to depend on libflashsupport hardcoded to
s16le. It should behave like following:

1/ on playback Flash plugin dlopen's libasound.so
2/ libasound.so chooses output plugin depending on /usr/local/etc/asound.conf
3/ "plug" may convert sample format if output plugin doesn't support
4/ either linux oss plugin talks directly to /dev/dsp or
   linux pulseaudio/jack plugin dispatches commands to native daemon
   which uses its own plugin to talk to /dev/dsp

Beware, removing asound.conf, not installing oss/pulse/jack alsa plugin or not
applying bug 169896 would lead to no sound with:

ALSA lib confmisc.c:768:(parse_card) cannot find card '0'
ALSA lib conf.c:4185:(_snd_config_evaluate) function snd_func_card_driver
returned error: No such file or directory
ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings
ALSA lib conf.c:4185:(_snd_config_evaluate) function snd_func_concat returned
error: No such file or directory
ALSA lib confmisc.c:1251:(snd_func_refer) error evaluating name
ALSA lib conf.c:4185:(_snd_config_evaluate) function snd_func_refer returned
error: No such file or directory
ALSA lib conf.c:4664:(snd_config_expand) Evaluate error: No such file or
directory
ALSA lib pcm.c:2209:(snd_pcm_open_noupdate) Unknown PCM default
ALSA lib pcm_hw.c:1401:(_snd_pcm_hw_open) Invalid value for card

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-192541-4077>