head 1.11; access; symbols pkgsrc-2013Q2:1.11.0.2 pkgsrc-2013Q2-base:1.11 pkgsrc-2013Q1:1.8.0.2 pkgsrc-2013Q1-base:1.8 pkgsrc-2012Q4:1.7.0.4 pkgsrc-2012Q4-base:1.7 pkgsrc-2012Q3:1.7.0.2 pkgsrc-2012Q3-base:1.7 pkgsrc-2012Q2:1.5.0.10 pkgsrc-2012Q2-base:1.5 pkgsrc-2012Q1:1.5.0.8 pkgsrc-2012Q1-base:1.5 pkgsrc-2011Q4:1.5.0.6 pkgsrc-2011Q4-base:1.5 pkgsrc-2011Q3:1.5.0.4 pkgsrc-2011Q3-base:1.5 pkgsrc-2011Q2:1.5.0.2 pkgsrc-2011Q2-base:1.5 pkgsrc-2011Q1:1.4.0.6 pkgsrc-2011Q1-base:1.4 pkgsrc-2010Q4:1.4.0.4 pkgsrc-2010Q4-base:1.4 pkgsrc-2010Q3:1.4.0.2 pkgsrc-2010Q3-base:1.4 pkgsrc-2010Q2:1.3.0.6 pkgsrc-2010Q2-base:1.3 pkgsrc-2010Q1:1.3.0.4 pkgsrc-2010Q1-base:1.3 pkgsrc-2009Q4:1.3.0.2 pkgsrc-2009Q4-base:1.3 pkgsrc-2009Q3:1.2.0.2 pkgsrc-2009Q3-base:1.2 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.11 date 2013.05.23.12.55.27; author ryoon; state dead; branches; next 1.10; commitid hOYA93csj3ibSKQw; 1.10 date 2013.05.19.08.47.41; author ryoon; state Exp; branches; next 1.9; commitid i72N8U6dwY2uDdQw; 1.9 date 2013.04.05.13.30.17; author ryoon; state Exp; branches; next 1.8; 1.8 date 2013.01.10.15.01.31; author ryoon; state Exp; branches; next 1.7; 1.7 date 2012.08.28.23.27.10; author ryoon; state Exp; branches; next 1.6; 1.6 date 2012.08.28.12.42.01; author ryoon; state Exp; branches; next 1.5; 1.5 date 2011.04.26.14.16.37; author tnn; state Exp; branches; next 1.4; 1.4 date 2010.07.21.16.55.34; author tnn; state Exp; branches; next 1.3; 1.3 date 2009.12.16.08.18.33; author tnn; state Exp; branches 1.3.6.1; next 1.2; 1.2 date 2009.09.20.15.30.54; author sno; state Exp; branches; next 1.1; 1.1 date 2009.08.05.02.59.48; author tnn; state Exp; branches 1.1.1.1; next ; 1.3.6.1 date 2010.07.22.13.23.33; author tron; state Exp; branches; next ; 1.1.1.1 date 2009.08.05.02.59.48; author tnn; state Exp; branches; next ; desc @@ 1.11 log @Remove xulrunner. This does not work, and there is no consumer. @ text @$NetBSD: patch-mp,v 1.10 2013/05/19 08:47:41 ryoon Exp $ --- media/libsydneyaudio/src/Makefile.in.orig 2013-05-11 19:19:43.000000000 +0000 +++ media/libsydneyaudio/src/Makefile.in @@@@ -70,6 +70,18 @@@@ CSRCS = \ $(NULL) endif +ifdef MOZ_PULSEAUDIO +CSRCS = \ + sydney_audio_pulseaudio.c \ + $(NULL) +endif + +ifdef MOZ_PULSEAUDIO +CSRCS = \ + sydney_audio_pulseaudio.c \ + $(NULL) +endif + ifeq ($(OS_ARCH),WINNT) OS_LIBS += winmm.lib endif @ 1.10 log @Update to 21.0 and mark as BROKEN. * Introduce WEBRTC patches for FreeBSD, this patches are not work for NetBSD. * When firefox/xulrunner-22.0 is released, I will check the functionality of xulrunner package again. * Patches and dist.mk are used by www/firefox. * Take MAINATINERship. @ text @d1 1 a1 1 $NetBSD: patch-mp,v 1.9 2013/04/05 13:30:17 ryoon Exp $ @ 1.9 log @Update to 20.0 Changelog: NEW Per-window Private Browsing. Learn more. NEW New download experience. Learn more. NEW Ability to close hanging plugins, without the browser hanging CHANGED Continued performance improvements around common browser tasks (page loads, downloads, shutdown, etc.) DEVELOPER Continued implementation of draft ECMAScript 6 - clear() and Math.imul DEVELOPER New JavaScript Profiler tool HTML5 getUserMedia implemented for web access to the user's camera and microphone (with user permission) HTML5 now supports blend modes HTML5 Various