From owner-freebsd-emulation@FreeBSD.ORG Sun Aug 10 01:17:30 2014 Return-Path: Delivered-To: emulation@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 70ECCC6 for ; Sun, 10 Aug 2014 01:17:30 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3F62B2098 for ; Sun, 10 Aug 2014 01:17:30 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s7A1HUd4089854 for ; Sun, 10 Aug 2014 01:17:30 GMT (envelope-from bugzilla-noreply@freebsd.org) 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 Date: Sun, 10 Aug 2014 01:17:30 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: jbeich@vfemail.net X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: emulation@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter cc dependson attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Aug 2014 01:17:30 -0000 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.