Subject: CVS commit: pkgsrc/www/firefox
From: Ryo ONODERA
Date: 2017-02-11 09:27:33
Message id: 20170211082733.D122BFBE3@cvs.NetBSD.org

Log Message:
Remove assert to enable alsa-plugins-oss audio playback. Bump PKGREVISION

Your NetBSD system should have ~/.asoundrc like as follows.
However OSS audio playback is not ver stable.

pcm.oss {
	type oss
	device /dev/audio
}

pcm.!default {
	type plug
	slave {
		pcm oss
		format S16_LE
	}
}

ctl.!default {
        type oss
        device /dev/mixer
}

Files:
RevisionActionfile
1.284modifypkgsrc/www/firefox/Makefile
1.272modifypkgsrc/www/firefox/distinfo
1.20modifypkgsrc/www/firefox/patches/patch-media_libcubeb_src_cubeb__alsa.c