diff options
author | maya <maya@pkgsrc.org> | 2016-11-09 17:41:08 +0000 |
---|---|---|
committer | maya <maya@pkgsrc.org> | 2016-11-09 17:41:08 +0000 |
commit | 1d204b48bb0a9e21f42b15d5faf98380d0dd4d2a (patch) | |
tree | cab63568fc08337f4a575e8d3f72bb903161740e /www/firefox | |
parent | 196634d9905055fe6476256975b74221e47b3c47 (diff) | |
download | pkgsrc-1d204b48bb0a9e21f42b15d5faf98380d0dd4d2a.tar.gz |
firefox: adjust our OSS patch to saturate as opposed to overflowing
the buffer.
this fixes the problem of random noise sometimes when playing
bass-heavy music.
minor pkglint nits.
bump PKGREVISION
Diffstat (limited to 'www/firefox')
-rw-r--r-- | www/firefox/Makefile | 7 | ||||
-rw-r--r-- | www/firefox/distinfo | 4 | ||||
-rw-r--r-- | www/firefox/patches/patch-media_libcubeb_src_cubeb__oss.c | bin | 12083 -> 12137 bytes |
3 files changed, 6 insertions, 5 deletions
diff --git a/www/firefox/Makefile b/www/firefox/Makefile index 764e090b2b7..c10fb138cac 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -1,11 +1,12 @@ -# $NetBSD: Makefile,v 1.269 2016/11/03 22:46:43 joerg Exp $ +# $NetBSD: Makefile,v 1.270 2016/11/09 17:41:08 maya Exp $ -FIREFOX_VER= ${MOZ_BRANCH}${MOZ_BRANCH_MINOR} -MOZ_BRANCH= 49.0 +FIREFOX_VER= ${MOZ_BRANCH}${MOZ_BRANCH_MINOR} +MOZ_BRANCH= 49.0 MOZ_BRANCH_MINOR= .2 DISTNAME= firefox-${FIREFOX_VER}.source PKGNAME= firefox-${MOZ_BRANCH}${MOZ_BRANCH_MINOR:S/b/beta/:S/esr//} +PKGREVISION= 1 CATEGORIES= www MASTER_SITES+= ${MASTER_SITE_MOZILLA:=firefox/releases/${FIREFOX_VER}/source/} MASTER_SITES+= ${MASTER_SITE_MOZILLA_ALL:=firefox/releases/${FIREFOX_VER}/source/} diff --git a/www/firefox/distinfo b/www/firefox/distinfo index 4c836af7e53..b12abddb594 100644 --- a/www/firefox/distinfo +++ b/www/firefox/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.259 2016/11/09 16:59:46 maya Exp $ +$NetBSD: distinfo,v 1.260 2016/11/09 17:41:08 maya Exp $ SHA1 (firefox-49.0.2.source.tar.xz) = 52d527f06c522c95e2fcf4008dce1a9913379aaf RMD160 (firefox-49.0.2.source.tar.xz) = b0c7bda2f551ea025bb75b0f9a58722f7322ea2d @@ -54,7 +54,7 @@ SHA1 (patch-js_xpconnect_src_XPCConvert.cpp) = 915777e9bb5366be41866cdb6ea0ad2b1 SHA1 (patch-js_xpconnect_src_xpcprivate.h) = 8a15ff542c9d3fce448d9ec63706f7dfb411d926 SHA1 (patch-media_libcubeb_src_cubeb.c) = 91eb24595c423b7e086670bb67e73cfd0bfb5559 SHA1 (patch-media_libcubeb_src_cubeb__alsa.c) = 9b1b26b231af17fd823780cae58bc0e16ec332a2 -SHA1 (patch-media_libcubeb_src_cubeb__oss.c) = f3617f38ad98f2eb7ebbd8f5904b361dde4bcc15 +SHA1 (patch-media_libcubeb_src_cubeb__oss.c) = 0c191b0dd9537f7501ca1a70950a82b7f303cb69 SHA1 (patch-media_libcubeb_src_moz.build) = ffa7cf809f20c9e07e64fc885a06146f41634b03 SHA1 (patch-media_libsoundtouch_src_cpu__detect__x86.cpp) = db61737afa7773e8cbd82976de3a02c917174696 SHA1 (patch-media_libstagefright_frameworks_av_include_media_stagefright_foundation_AString.h) = b280f691dbe67b6de592dcd04baf33c6cf480cc8 diff --git a/www/firefox/patches/patch-media_libcubeb_src_cubeb__oss.c b/www/firefox/patches/patch-media_libcubeb_src_cubeb__oss.c Binary files differindex f3981a95355..c9f4be182cc 100644 --- a/www/firefox/patches/patch-media_libcubeb_src_cubeb__oss.c +++ b/www/firefox/patches/patch-media_libcubeb_src_cubeb__oss.c |