pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/firefox



Module Name:    pkgsrc
Committed By:   maya
Date:           Wed Nov  9 17:41:08 UTC 2016

Modified Files:
        pkgsrc/www/firefox: Makefile distinfo
        pkgsrc/www/firefox/patches: patch-media_libcubeb_src_cubeb__oss.c

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.269 -r1.270 pkgsrc/www/firefox/Makefile
cvs rdiff -u -r1.259 -r1.260 pkgsrc/www/firefox/distinfo
cvs rdiff -u -r1.5 -r1.6 \
    pkgsrc/www/firefox/patches/patch-media_libcubeb_src_cubeb__oss.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/firefox/Makefile
diff -u pkgsrc/www/firefox/Makefile:1.269 pkgsrc/www/firefox/Makefile:1.270
--- pkgsrc/www/firefox/Makefile:1.269   Thu Nov  3 22:46:43 2016
+++ pkgsrc/www/firefox/Makefile Wed Nov  9 17:41:08 2016
@@ -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/}

Index: pkgsrc/www/firefox/distinfo
diff -u pkgsrc/www/firefox/distinfo:1.259 pkgsrc/www/firefox/distinfo:1.260
--- pkgsrc/www/firefox/distinfo:1.259   Wed Nov  9 16:59:46 2016
+++ pkgsrc/www/firefox/distinfo Wed Nov  9 17:41:08 2016
@@ -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.
 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

Index: pkgsrc/www/firefox/patches/patch-media_libcubeb_src_cubeb__oss.c
Binary files are different



Home | Main Index | Thread Index | Old Index