[Webkit-unassigned] [Bug 128070] New: [GTK] Enabling web audio installs Composite.wav twice

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Feb 2 08:19:23 PST 2014


https://bugs.webkit.org/show_bug.cgi?id=128070

           Summary: [GTK] Enabling web audio installs Composite.wav twice
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: P3
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: uzytkownik2 at gmail.com


Created an attachment (id=222925)
 --> (https://bugs.webkit.org/attachment.cgi?id=222925&action=review)
Patch

It looks like it's listed twice in install-data-am dependencies:

install-data-am: install-audioDATA install-data-local \
        install-dist_audioDATA install-dist_resourcesDATA \

This causes problems (at least on Gentoo) where install complains that file do already exists

Changing it to:

if ENABLE_WEB_AUDIO
# Installing HRTF database wav files
audiodir = ${datadir}/webkitgtk- at WEBKITGTK_API_VERSION@/resources/audio/
dist_audio_DATA = $(WebCore)/platform/audio/resources/Composite.wav
endif  # END ENABLE_WEB_AUDIO

Should fix the problem.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list