pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/firefox firefox: adjust our OSS patch to saturate ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/72ba4006497e
branches: trunk
changeset: 354785:72ba4006497e
user: maya <maya%pkgsrc.org@localhost>
date: Wed Nov 09 17:41:08 2016 +0000
description:
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:
www/firefox/Makefile | 7 ++++---
www/firefox/distinfo | 4 ++--
www/firefox/patches/patch-media_libcubeb_src_cubeb__oss.c | Bin
3 files changed, 6 insertions(+), 5 deletions(-)
diffs (39 lines):
diff -r a8d2a826e6c3 -r 72ba4006497e www/firefox/Makefile
--- a/www/firefox/Makefile Wed Nov 09 16:59:46 2016 +0000
+++ b/www/firefox/Makefile Wed Nov 09 17:41:08 2016 +0000
@@ -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 -r a8d2a826e6c3 -r 72ba4006497e www/firefox/distinfo
--- a/www/firefox/distinfo Wed Nov 09 16:59:46 2016 +0000
+++ b/www/firefox/distinfo Wed Nov 09 17:41:08 2016 +0000
@@ -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_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 -r a8d2a826e6c3 -r 72ba4006497e www/firefox/patches/patch-media_libcubeb_src_cubeb__oss.c
Binary file www/firefox/patches/patch-media_libcubeb_src_cubeb__oss.c has changed
Home |
Main Index |
Thread Index |
Old Index